From: Pacho Ramos Date: Tue, 24 Apr 2018 18:14:19 +0000 (+0200) Subject: games-arcade/spacerider: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac46e8500a21622f9e912aeb9a0790102c23a4ff;p=gentoo.git games-arcade/spacerider: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- 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 -}