diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-11 18:28:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-11 18:28:29 +0000 |
commit | 7f31055278640e474197719c6ad3059e92ed04a0 (patch) | |
tree | ecc57cfce85d721a85e71de8b3a140f4505788be /games-arcade/blobwars | |
parent | stable on hppa (diff) | |
download | historical-7f31055278640e474197719c6ad3059e92ed04a0.tar.gz historical-7f31055278640e474197719c6ad3059e92ed04a0.tar.bz2 historical-7f31055278640e474197719c6ad3059e92ed04a0.zip |
clean older ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-arcade/blobwars')
-rw-r--r-- | games-arcade/blobwars/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/blobwars/blobwars-1.03.ebuild | 61 | ||||
-rw-r--r-- | games-arcade/blobwars/files/digest-blobwars-1.03 | 1 |
3 files changed, 0 insertions, 64 deletions
diff --git a/games-arcade/blobwars/Manifest b/games-arcade/blobwars/Manifest index c7265d000e35..164b15d14205 100644 --- a/games-arcade/blobwars/Manifest +++ b/games-arcade/blobwars/Manifest @@ -1,8 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 a1fa28cb3e9c23be6e4cb66b85a80b01 blobwars-1.02.ebuild 1905 -MD5 d628fee294a2fa4e9727f59260893204 blobwars-1.03.ebuild 1925 MD5 c4af3ec35a9e086648b1ea4e082734e6 blobwars-1.04.ebuild 1925 MD5 a7d0614410daa59854200e148ced012f ChangeLog 2738 MD5 f8302f347e2844cfb0b66e3beb5c9fea files/digest-blobwars-1.02 68 -MD5 5ed8da5871632b611924240cf8b9a29d files/digest-blobwars-1.03 68 MD5 6ab7a0fe4be4749ea69a082960be996e files/digest-blobwars-1.04 68 diff --git a/games-arcade/blobwars/blobwars-1.03.ebuild b/games-arcade/blobwars/blobwars-1.03.ebuild deleted file mode 100644 index c54640586ca1..000000000000 --- a/games-arcade/blobwars/blobwars-1.03.ebuild +++ /dev/null @@ -1,61 +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/blobwars/blobwars-1.03.ebuild,v 1.1 2005/03/12 22:48:29 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader" -HOMEPAGE="http://www.parallelrealities.co.uk/blobWars.php" -# download page has a lame PHP thing. -SRC_URI="mirror://gentoo/${P}-2.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ppc x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.5 - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-image" - -src_compile() { - emake \ - BINDIR="${GAMES_BINDIR}/" \ - DATADIR="${GAMES_DATADIR}/parallelrealities/" \ - DOCDIR="/usr/share/doc/${PF}/" \ - ICONDIR="/usr/share/icons/" \ - KDE="/usr/share/applnk/Games/Arcade/" \ - GNOME="/usr/share/gnome/apps/Games/" \ - || die "emake failed" -} - -src_install() { - make \ - BINDIR="${D}/${GAMES_BINDIR}/" \ - DATADIR="${D}/${GAMES_DATADIR}/parallelrealities/" \ - DOCDIR="${D}/usr/share/doc/${PF}/" \ - ICONDIR="${D}/usr/share/icons/" \ - KDE="${D}/usr/share/applnk/Games/Arcade/" \ - GNOME="${D}/usr/share/gnome/apps/Games/" \ - install || die "make install failed" - # now make the docs Gentoo friendly. - dohtml "${D}/usr/share/doc/${PF}/"* - dodoc "${D}/usr/share/doc/${PF}/"{CHANGES,HACKING,PORTING,README} - rm -f "${D}/usr/share/doc/${PF}/"*.{png,gif,html} \ - "${D}/usr/share/doc/${PF}/"{CHANGES,HACKING,LICENSE,PORTING,README} - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - echo - ewarn "${PN} ${PV} may not be save-game compatible with previous versions." - einfo "Please remove the directory ~/.parallelrealities/blobwars before playing if it exists." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." - echo -} diff --git a/games-arcade/blobwars/files/digest-blobwars-1.03 b/games-arcade/blobwars/files/digest-blobwars-1.03 deleted file mode 100644 index c36aa3308ed2..000000000000 --- a/games-arcade/blobwars/files/digest-blobwars-1.03 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f06feaa2847f44796e5f3df678b8e9e blobwars-1.03-2.tar.gz 7682212 |