diff options
author | 2005-01-01 22:30:36 +0000 | |
---|---|---|
committer | 2005-01-01 22:30:36 +0000 | |
commit | 85da3414e51bb1f4243e3fe311909b82b6fd851a (patch) | |
tree | 6c91b07e7e3b167dd6f90f03fe8c9a26e5346718 /games-arcade/viruskiller | |
parent | amd64 stable (Manifest recommit) (diff) | |
download | gentoo-2-85da3414e51bb1f4243e3fe311909b82b6fd851a.tar.gz gentoo-2-85da3414e51bb1f4243e3fe311909b82b6fd851a.tar.bz2 gentoo-2-85da3414e51bb1f4243e3fe311909b82b6fd851a.zip |
touchups
Diffstat (limited to 'games-arcade/viruskiller')
-rw-r--r-- | games-arcade/viruskiller/files/digest-viruskiller-0.1 | 1 | ||||
-rw-r--r-- | games-arcade/viruskiller/viruskiller-0.1.ebuild | 47 | ||||
-rw-r--r-- | games-arcade/viruskiller/viruskiller-0.9.ebuild | 8 |
3 files changed, 4 insertions, 52 deletions
diff --git a/games-arcade/viruskiller/files/digest-viruskiller-0.1 b/games-arcade/viruskiller/files/digest-viruskiller-0.1 deleted file mode 100644 index 71fe42a7192a..000000000000 --- a/games-arcade/viruskiller/files/digest-viruskiller-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 86547ae2e59787f526408c87ca0f9895 viruskiller-0.1-1.tar.gz 2169783 diff --git a/games-arcade/viruskiller/viruskiller-0.1.ebuild b/games-arcade/viruskiller/viruskiller-0.1.ebuild deleted file mode 100644 index 530826712362..000000000000 --- a/games-arcade/viruskiller/viruskiller-0.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-0.1.ebuild,v 1.4 2004/06/24 22:13:35 agriffis Exp $ - -inherit games - -DESCRIPTION="Simple arcade game, shoot'em up style, where you must defend your file system from invading viruses" -HOMEPAGE="http://www.parallelrealities.co.uk/virusKiller.php" -SRC_URI="${P}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -RESTRICT="fetch" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/sdl-ttf - dev-libs/zziplib" - -pkg_nofetch() { - einfo "Please download ${A} from" - einfo "http://www.parallelrealities.co.uk/virusKiller.php#Downloads" - einfo "and save the file in ${DISTDIR}" -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e "/^BINDIR = /s:/$:/bin/:" \ - -e "/^DOCDIR = /s:doc/.*:doc/${PF}/html/:" \ - makefile -} - -src_compile() { - emake || die -} - -src_install() { - emake install DESTDIR=${D} || die - rm ${D}/usr/share/doc/${PF}/html/{README,LICENSE} - dodoc doc/README - prepgamesdirs -} diff --git a/games-arcade/viruskiller/viruskiller-0.9.ebuild b/games-arcade/viruskiller/viruskiller-0.9.ebuild index 596b403049c9..3465d3a36727 100644 --- a/games-arcade/viruskiller/viruskiller-0.9.ebuild +++ b/games-arcade/viruskiller/viruskiller-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-0.9.ebuild,v 1.8 2004/12/28 11:51:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/viruskiller/viruskiller-0.9.ebuild,v 1.9 2005/01/01 22:30:36 vapier Exp $ inherit games flag-o-matic @@ -10,9 +10,9 @@ SRC_URI="${P}-1.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" -RESTRICT="fetch" +KEYWORDS="amd64 ppc x86" IUSE="" +RESTRICT="fetch" DEPEND="media-libs/libsdl media-libs/sdl-mixer |