diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-14 16:36:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-14 16:36:46 +0000 |
commit | 73e1c58bdb0fd7d7b549e0426819bb0e18636b31 (patch) | |
tree | ed2f87da0cd67b933d5a57e2d536a9d23a917d51 /games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | |
parent | fix manual location string (diff) | |
download | gentoo-2-73e1c58bdb0fd7d7b549e0426819bb0e18636b31.tar.gz gentoo-2-73e1c58bdb0fd7d7b549e0426819bb0e18636b31.tar.bz2 gentoo-2-73e1c58bdb0fd7d7b549e0426819bb0e18636b31.zip |
remove triplexinvaders until Tupone fixes the install
Diffstat (limited to 'games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild')
-rw-r--r-- | games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild deleted file mode 100644 index 66771394f491..000000000000 --- a/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/triplexinvaders/triplexinvaders-1.08.ebuild,v 1.1 2007/04/14 11:12:04 tupone Exp $ - -inherit 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="as-is" -SLOT="0" -KEYWORDS="~amd64" -IUSE="psyco" - -DEPEND="app-arch/unzip - dev-python/pygame - dev-python/pyopengl - psyco? ( dev-python/psyco )" - -src_install() { - insinto "${GAMES_LIBDIR}/${PN}" - doins -r *.py models sound options.conf hiscores || die "doins failed" - games_make_wrapper ${PN} "python ./invaders.py" "${GAMES_LIBDIR}/${PN}" - dodoc README.txt TODO.txt || die "Installing doc failed" - - prepgamesdirs -} |