From: Pacho Ramos Date: Mon, 23 Apr 2018 18:41:19 +0000 (+0200) Subject: games-arcade/retrobattle: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d81b89ce24dd6a97f345d5358bde2659db35c734;p=gentoo.git games-arcade/retrobattle: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild deleted file mode 100644 index 08d9cc1ccf35..000000000000 --- a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -# test is incomplete -RESTRICT="test" - -DEPEND="media-libs/libsdl[X,sound,video] - media-libs/sdl-mixer[wav]" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P}/src - -src_prepare() { - epatch "${FILESDIR}"/${P}-{build,sound,gcc6}.patch -} - -src_install() { - insinto "${GAMES_DATADIR}"/${PN} - doins -r "${WORKDIR}"/${MY_P}/data - - # wrapper to pass datadir location - newgamesbin "${WORKDIR}"/${MY_P}/${PN} ${PN}.bin - games_make_wrapper ${PN} "${PN}.bin \"${GAMES_DATADIR}/${PN}\"" - - make_desktop_entry ${PN} - dodoc "${WORKDIR}"/${MY_P}/{manual.txt,README} - - prepgamesdirs -}