commit:     d81b89ce24dd6a97f345d5358bde2659db35c734
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 18:41:19 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 19:17:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81b89ce

games-arcade/retrobattle: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/retrobattle/retrobattle-1.0.0.ebuild | 40 -----------------------
 1 file changed, 40 deletions(-)

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 08d9cc1ccf3..00000000000
--- 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
-}

Reply via email to