games-action/rafkill: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:10 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:32:11 +0000 (02:32 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-action/rafkill/rafkill-1.2.3.ebuild [deleted file]

diff --git a/games-action/rafkill/rafkill-1.2.3.ebuild b/games-action/rafkill/rafkill-1.2.3.ebuild
deleted file mode 100644 (file)
index 17fd4cd..0000000
+++ /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 scons-utils games
-
-DESCRIPTION="space shoot-em-up game"
-HOMEPAGE="http://raptorv2.sourceforge.net/"
-SRC_URI="mirror://sourceforge/raptorv2/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="<media-libs/allegro-5
-       media-libs/aldumb"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-       rm -f {data,music}/.sconsign
-       epatch \
-               "${FILESDIR}"/${P}-build.patch \
-               "${FILESDIR}"/${P}-gcc43.patch \
-               "${FILESDIR}"/${P}-gcc47.patch \
-               "${FILESDIR}"/${P}-ldflags.patch
-       sed -i \
-               -e "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \
-               src/defs.cpp || die
-}
-
-src_compile() {
-       escons
-}
-
-src_install() {
-       dogamesbin ${PN}
-       insinto "${GAMES_DATADIR}"/${PN}
-       doins -r data music
-       dodoc README
-       prepgamesdirs
-}