games-arcade/retrobattle: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 23 Apr 2018 18:41:19 +0000 (20:41 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 23 Apr 2018 19:17:19 +0000 (21:17 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-arcade/retrobattle/retrobattle-1.0.0.ebuild [deleted file]

diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
deleted file mode 100644 (file)
index 08d9cc1..0000000
+++ /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
-}