games-arcade/triplexinvaders: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 24 Apr 2018 19:04:08 +0000 (21:04 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 24 Apr 2018 19:26:27 +0000 (21:26 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild [deleted file]

diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild
deleted file mode 100644 (file)
index d6b539d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="An Alien Invaders style game with 3d graphics"
-HOMEPAGE="http://triplexinvaders.infogami.com"
-SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-python/pygame
-       dev-python/pyopengl"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}"-gentoo.patch
-       sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-               sound.py \
-               util.py \
-               hiscore.py \
-               options.py || die "sed failed"
-}
-
-src_install() {
-       local libdir=$(games_get_libdir)
-
-       insinto "${libdir}/${PN}"
-       doins -r *.py
-       insinto "${GAMES_DATADIR}/${PN}"
-       doins -r models sound options.conf hiscores
-       games_make_wrapper ${PN} "python ./invaders.py" "${libdir}/${PN}"
-       dodoc README.txt TODO.txt
-       prepgamesdirs
-}