diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:04:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:26:27 +0200 |
commit | 3b43c822d6ddd39cf850c2983f89a4c0a5767be7 (patch) | |
tree | a3d2b50f229eeaa1688c27e71b462683c0675670 /games-arcade/triplexinvaders | |
parent | games-arcade/triplexinvaders: Stop using games.eclass (diff) | |
download | gentoo-3b43c822d6ddd39cf850c2983f89a4c0a5767be7.tar.gz gentoo-3b43c822d6ddd39cf850c2983f89a4c0a5767be7.tar.bz2 gentoo-3b43c822d6ddd39cf850c2983f89a4c0a5767be7.zip |
games-arcade/triplexinvaders: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/triplexinvaders')
-rw-r--r-- | games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild deleted file mode 100644 index d6b539da1fa2..000000000000 --- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild +++ /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 -} |