summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-23 20:41:19 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-23 21:17:19 +0200
commitd81b89ce24dd6a97f345d5358bde2659db35c734 (patch)
tree8a62ee9a64cdb6319d671a5ea03e70a669e1d57c /games-arcade/retrobattle
parentgames-arcade/retrobattle: Stop using games.eclass (diff)
downloadgentoo-d81b89ce24dd6a97f345d5358bde2659db35c734.tar.gz
gentoo-d81b89ce24dd6a97f345d5358bde2659db35c734.tar.bz2
gentoo-d81b89ce24dd6a97f345d5358bde2659db35c734.zip
games-arcade/retrobattle: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/retrobattle')
-rw-r--r--games-arcade/retrobattle/retrobattle-1.0.0.ebuild40
1 files changed, 0 insertions, 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 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
-}