Install this version:
emerge -a =games-arcade/retrobattle-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/retrobattle-1.0.0
Or alternatively:
emerge --autounmask-write -a =games-arcade/retrobattle-1.0.0
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop wrapper
MY_P="${PN}-src-${PV}"
DESCRIPTION="A NES-like platform arcade game"
HOMEPAGE="http://remar.se/andreas/retrobattle/"
SRC_URI="http://remar.se/andreas/retrobattle/files/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# test is incomplete
RESTRICT="test"
DEPEND="
media-libs/libsdl[X,sound,video]
media-libs/sdl-mixer[wav]
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-{build,sound,gcc6}.patch
)
src_install() {
insinto /usr/share/${PN}
doins -r "${WORKDIR}"/${MY_P}/data
newbin "${WORKDIR}"/${MY_P}/${PN} ${PN}.bin
make_wrapper ${PN} "${PN}.bin \"/usr/share/${PN}\""
make_desktop_entry ${PN}
dodoc "${WORKDIR}"/${MY_P}/{manual.txt,README}
}
media-libs/libsdl[X,sound,video] media-libs/sdl-mixer[wav]
media-libs/libsdl[X,sound,video] media-libs/sdl-mixer[wav]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | retrobattle-src-1.0.0.tar.bz2 | 4007959 bytes | http://remar.se/andreas/retrobattle/files/retrobattle-src-1.0.0.tar.bz2 |