diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-20 09:22:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-20 09:22:11 +0000 |
commit | c2a0aab24fdb4ff77e067e25f4ae0e71486170c0 (patch) | |
tree | d2a47ba2e7016996c9faa6ed61056e1f854a1478 /games-action | |
parent | clean older version (diff) | |
download | historical-c2a0aab24fdb4ff77e067e25f4ae0e71486170c0.tar.gz historical-c2a0aab24fdb4ff77e067e25f4ae0e71486170c0.tar.bz2 historical-c2a0aab24fdb4ff77e067e25f4ae0e71486170c0.zip |
clean older version
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/clanbomber/Manifest | 14 | ||||
-rw-r--r-- | games-action/clanbomber/clanbomber-1.04.ebuild | 41 | ||||
-rw-r--r-- | games-action/clanbomber/files/digest-clanbomber-1.04 | 1 |
3 files changed, 1 insertions, 55 deletions
diff --git a/games-action/clanbomber/Manifest b/games-action/clanbomber/Manifest index 39c9abafb6b2..ab657df8a89d 100644 --- a/games-action/clanbomber/Manifest +++ b/games-action/clanbomber/Manifest @@ -1,18 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 82e254e4819eeeaf19880d1e20c979fe clanbomber-1.04.ebuild 912 MD5 9802c0debb23dfefb27aa3bdac592d53 ChangeLog 641 MD5 042c680a45dc47c6b52b7f6643ef0ae2 metadata.xml 664 MD5 f5d44857e66661fc49082136bdc762e5 clanbomber-1.05.ebuild 1083 -MD5 e2b7d8463098a618a534512c27e44ae0 files/digest-clanbomber-1.04 68 MD5 ee76e48cb66f47c894a990e83dea2802 files/1.04-no-display.patch 1122 -MD5 18333125f34d58cb129c22c86ad7ef50 files/1.05-no-display.patch 1217 MD5 fe0f8b2ccaef47cc0612a83d6cb0cea8 files/digest-clanbomber-1.05 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBHyUmHTu7gpaalycRAti5AKDWuzwzIWhBKaF1A1F6cvdQWST3FQCg5uIJ -5S/lrmPOpYxG9EbPi25oXxQ= -=GRte ------END PGP SIGNATURE----- +MD5 18333125f34d58cb129c22c86ad7ef50 files/1.05-no-display.patch 1217 diff --git a/games-action/clanbomber/clanbomber-1.04.ebuild b/games-action/clanbomber/clanbomber-1.04.ebuild deleted file mode 100644 index 5f1816dc91a4..000000000000 --- a/games-action/clanbomber/clanbomber-1.04.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.04.ebuild,v 1.5 2004/07/14 14:18:05 agriffis Exp $ - -inherit games flag-o-matic eutils - -DESCRIPTION="free (GPL) Bomberman-like multiplayer game" -HOMEPAGE="http://clanbomber.sourceforge.net/" -SRC_URI="mirror://sourceforge/clanbomber/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="sys-libs/zlib - media-libs/hermes - =dev-games/clanlib-0.6.5*" - -pkg_setup() { - clanlib-config 0.6.5 -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - 's:\(@datadir@/clanbomber/\):$(DESTDIR)\1:' \ - clanbomber/{,*/}Makefile.in - epatch ${FILESDIR}/${PV}-no-display.patch -} - -src_compile() { - egamesconf || die - emake -j1 || die -} - -src_install() { - emake install DESTDIR=${D} || die - dodoc AUTHORS ChangeLog IDEAS QUOTES README TODO -} diff --git a/games-action/clanbomber/files/digest-clanbomber-1.04 b/games-action/clanbomber/files/digest-clanbomber-1.04 deleted file mode 100644 index d7efa0e12a5c..000000000000 --- a/games-action/clanbomber/files/digest-clanbomber-1.04 +++ /dev/null @@ -1 +0,0 @@ -MD5 54b7459f5fc6bd1f279afd490c15465a clanbomber-1.04.tar.gz 2064532 |