summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-24 20:14:19 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-24 21:26:10 +0200
commitac46e8500a21622f9e912aeb9a0790102c23a4ff (patch)
tree823ba9671bbaa8d9e890577c1f1bdfd59417d49f /games-arcade
parentgames-arcade/spacerider: Stop using games.eclass (diff)
downloadgentoo-ac46e8500a21622f9e912aeb9a0790102c23a4ff.tar.gz
gentoo-ac46e8500a21622f9e912aeb9a0790102c23a4ff.tar.bz2
gentoo-ac46e8500a21622f9e912aeb9a0790102c23a4ff.zip
games-arcade/spacerider: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/spacerider/spacerider-0.13.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/spacerider/spacerider-0.13.ebuild b/games-arcade/spacerider/spacerider-0.13.ebuild
deleted file mode 100644
index 6ac81d1fbcc1..000000000000
--- a/games-arcade/spacerider/spacerider-0.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="space-shooter written in C++, using the SDL"
-HOMEPAGE="http://www.hackl.dhs.org/spacerider/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2" # stupid php script
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[sound,video]
- media-libs/sdl-gfx
- media-libs/sdl-mixer
- media-libs/sdl-image[jpeg]
- media-libs/sdl-net
- media-libs/sdl-ttf"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}"-gentoo.patch \
- "${FILESDIR}/${P}"-gcc41.patch \
- "${FILESDIR}"/${P}-ovflfix.patch \
- "${FILESDIR}"/${P}-gcc49.patch \
- "${FILESDIR}"/${P}-font.patch
- sed -i \
- -e "s:/usr/share/games/spacerider:${GAMES_DATADIR}/${PN}:" \
- globals.cpp || die
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r data
- dodoc AUTHORS
- newman ${PN}.{1,6}
- prepgamesdirs
-}