diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-21 19:50:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-21 19:50:07 +0000 |
commit | 228cabb310a140bd3db783f179c683b96950163a (patch) | |
tree | 9d948edbbc42040dc187575b03a798b1aab7cf2c /games-arcade/viruskiller | |
parent | version bump (diff) | |
download | historical-228cabb310a140bd3db783f179c683b96950163a.tar.gz historical-228cabb310a140bd3db783f179c683b96950163a.tar.bz2 historical-228cabb310a140bd3db783f179c683b96950163a.zip |
old
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-arcade/viruskiller')
-rw-r--r-- | games-arcade/viruskiller/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/viruskiller/files/digest-viruskiller-0.9 | 1 | ||||
-rw-r--r-- | games-arcade/viruskiller/viruskiller-0.9.ebuild | 57 |
3 files changed, 0 insertions, 60 deletions
diff --git a/games-arcade/viruskiller/Manifest b/games-arcade/viruskiller/Manifest index 3cefb19374b9..bff496cbd710 100644 --- a/games-arcade/viruskiller/Manifest +++ b/games-arcade/viruskiller/Manifest @@ -1,6 +1,4 @@ MD5 d6893c165b6e3cf9a9f6a1f8d359540f viruskiller-1.0.ebuild 1209 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3264de53e691dfba4bdc5495b9e90926 viruskiller-0.9.ebuild 1448 MD5 1706b90ee384e057c40d660a204ec243 ChangeLog 1353 MD5 c828fb45b80d61372ef175e74b1157f6 files/digest-viruskiller-1.0 70 -MD5 7aed6b4a5ef035f812b711d9b650f0e0 files/digest-viruskiller-0.9 70 diff --git a/games-arcade/viruskiller/files/digest-viruskiller-0.9 b/games-arcade/viruskiller/files/digest-viruskiller-0.9 deleted file mode 100644 index f9c2c4ae10e8..000000000000 --- a/games-arcade/viruskiller/files/digest-viruskiller-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 5dd118cce987cf0cea027f5960bd53e1 viruskiller-0.9-1.tar.gz 2171004 diff --git a/games-arcade/viruskiller/viruskiller-0.9.ebuild b/games-arcade/viruskiller/viruskiller-0.9.ebuild deleted file mode 100644 index 7ad7f2af8a9b..000000000000 --- a/games-arcade/viruskiller/viruskiller-0.9.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# 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.10 2005/05/07 23:47:16 vapier Exp $ - -inherit games flag-o-matic - -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="amd64 ppc x86" -IUSE="" -RESTRICT="fetch" - -RDEPEND="media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - media-libs/sdl-ttf - dev-libs/zziplib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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/:" \ - -e "s:/usr/bin/zzip-config:pkg-config zziplib:"\ - -e "s:zzip-config:pkg-config zziplib:"\ - makefile || die "Can't patch makefile" -} - -src_compile() { - append-flags -fsigned-char - emake || die -} - -src_install() { - make \ - DESTDIR="${D}" \ - ICONDIR="${D}"/usr/share/pixmaps/ \ - KDE="${D}"/usr/share/applications/ \ - GNOME="${D}"/usr/share/applications/ \ - install || die - rm -f "${D}"/usr/share/doc/${PF}/html/{README,LICENSE} - dodoc doc/README - prepgamesdirs -} |