diff options
-rw-r--r-- | games-fps/quake3-bfp/ChangeLog | 11 | ||||
-rw-r--r-- | games-fps/quake3-bfp/files/digest-quake3-bfp-1.2 | 2 | ||||
-rw-r--r-- | games-fps/quake3-bfp/files/digest-quake3-bfp-1.2-r1 | 3 | ||||
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 24 |
4 files changed, 38 insertions, 2 deletions
diff --git a/games-fps/quake3-bfp/ChangeLog b/games-fps/quake3-bfp/ChangeLog index c31a286e5265..f8b14392fe32 100644 --- a/games-fps/quake3-bfp/ChangeLog +++ b/games-fps/quake3-bfp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/quake3-bfp -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.1 2004/12/28 03:21:43 vapier Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.2 2006/10/23 21:12:44 wolf31o2 Exp $ + +*quake3-bfp-1.2-r1 (23 Oct 2006) + + 23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +quake3-bfp-1.2-r1.ebuild: + Added new revision for testing which uses the brand-spankin-new + games-mods.eclass to reduce ebuild code. *quake3-bfp-1.2 (27 Dec 2004) diff --git a/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2 b/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2 index 2590d7bea982..999fd05f1b50 100644 --- a/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2 +++ b/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2 @@ -1 +1,3 @@ MD5 6c2dd20d5059d0d08b66785b68d94883 bidforpower1-2.zip 129645741 +RMD160 432a8bca8e7dbbf03b440513165dba5a6c13af8b bidforpower1-2.zip 129645741 +SHA256 e8d5f4ec8453a7b0e0cd430e38ff5fb2cc37eb16c17f7e5eb6515429903b3a7b bidforpower1-2.zip 129645741 diff --git a/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2-r1 b/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2-r1 new file mode 100644 index 000000000000..999fd05f1b50 --- /dev/null +++ b/games-fps/quake3-bfp/files/digest-quake3-bfp-1.2-r1 @@ -0,0 +1,3 @@ +MD5 6c2dd20d5059d0d08b66785b68d94883 bidforpower1-2.zip 129645741 +RMD160 432a8bca8e7dbbf03b440513165dba5a6c13af8b bidforpower1-2.zip 129645741 +SHA256 e8d5f4ec8453a7b0e0cd430e38ff5fb2cc37eb16c17f7e5eb6515429903b3a7b bidforpower1-2.zip 129645741 diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild new file mode 100644 index 000000000000..a10bd9dbc88e --- /dev/null +++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.1 2006/10/23 21:12:44 wolf31o2 Exp $ + +MOD_DESC="take control of Ki-powered superheros and battle it out in a mostly +aerial fight" +MOD_NAME="Bid For Power" +MOD_DIR="bfpq3" +#MOD_BINS="bfp" + +inherit games games-mods + +HOMEPAGE="http://www.planetquake.com/bidforpower/" +SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip" + +LICENSE="freedist" + +KEYWORDS="-* ~amd64 ~ppc ~x86" + +RDEPEND="ppc? ( games-fps/${GAME} ) + !ppc? ( + || ( + games-fps/${GAME} + games-fps/${GAME}-bin ) )" |