Install this version:
emerge -a =games-roguelike/powder-118
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-roguelike/powder-118
Or alternatively:
emerge --autounmask-write -a =games-roguelike/powder-118
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic
MY_P=${P/-/}_src
DESCRIPTION="A game in the genre of Rogue, Nethack, and Diablo with emphasis on tactical play"
HOMEPAGE="http://www.zincland.com/powder/"
SRC_URI="http://www.zincland.com/powder/release/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="CC-Sampling-Plus-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-libs/libsdl[video]"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-117-gcc6.patch
)
src_compile() {
append-cxxflags -DCHANGE_WORK_DIRECTORY
emake -C port/linux premake
emake -C port/linux powder
}
src_install() {
dobin port/linux/${PN}
dodoc README.TXT CREDITS.TXT
}
pkg_postinst() {
elog "While the highscore is kept, save games are never preserved between"
elog "versions. Please wait until your current character dies before upgrading."
}
media-libs/libsdl[video]
media-libs/libsdl[video]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | powder118_src.tar.gz | 1941412 bytes | http://www.zincland.com/powder/release/powder118_src.tar.gz |