diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-01 22:30:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-01 22:30:36 +0000 |
commit | 7ab3e62772c0633d76ddf13ee9962b56434fcb2b (patch) | |
tree | 61ea9f47119752221a563e981656c78aeb422b95 /games-arcade | |
parent | amd64 stable (diff) | |
download | historical-7ab3e62772c0633d76ddf13ee9962b56434fcb2b.tar.gz historical-7ab3e62772c0633d76ddf13ee9962b56434fcb2b.tar.bz2 historical-7ab3e62772c0633d76ddf13ee9962b56434fcb2b.zip |
touchups
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/viruskiller/Manifest | 14 | ||||
-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 |
4 files changed, 15 insertions, 55 deletions
diff --git a/games-arcade/viruskiller/Manifest b/games-arcade/viruskiller/Manifest index 06c4ffb542b8..a4d38bafee72 100644 --- a/games-arcade/viruskiller/Manifest +++ b/games-arcade/viruskiller/Manifest @@ -1,6 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 4d5ac2e420b8ed46eb5ac9607e5eacfc ChangeLog 1220 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 7e9b4e146dc27c68482cbda541bd9bd3 viruskiller-0.1.ebuild 1100 -MD5 f8bfb8d12b4d58d880f22b0353b698ba viruskiller-0.9.ebuild 1293 -MD5 5a039497fd26db84e5233c78ace9db37 files/digest-viruskiller-0.1 70 +MD5 7751ab5a4fb80a00d188e0098a7f178e viruskiller-0.9.ebuild 1292 MD5 7aed6b4a5ef035f812b711d9b650f0e0 files/digest-viruskiller-0.9 70 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB1ySYroRuSHgZdywRAgXCAJ4ss0wyFo8AW2ctgNCQ1LLCvlmaqQCeP8bp +/0w4qDeiVCCVkWUcWWh+gv4= +=UnUg +-----END PGP SIGNATURE----- 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 |