diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-07 16:46:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-07 16:46:25 +0000 |
commit | dd95b21ac278358cff23720d00afb29d0c8860e6 (patch) | |
tree | eac0f2eda9661fecb8b666342defa472d8d5434c /games-fps/ut2004-bonuspack-cbp1 | |
parent | Remove older release candidates for 2.0. (diff) | |
download | gentoo-2-dd95b21ac278358cff23720d00afb29d0c8860e6.tar.gz gentoo-2-dd95b21ac278358cff23720d00afb29d0c8860e6.tar.bz2 gentoo-2-dd95b21ac278358cff23720d00afb29d0c8860e6.zip |
Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
4 files changed, 31 insertions, 1 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ChangeLog b/games-fps/ut2004-bonuspack-cbp1/ChangeLog index 9c1875e461fe..24f90d06e53b 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp1/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp1 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.2 2006/09/28 18:54:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.3 2006/11/07 16:46:25 wolf31o2 Exp $ + +*ut2004-bonuspack-cbp1-1-r1 (07 Nov 2006) + + 07 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +ut2004-bonuspack-cbp1-1-r1.ebuild: + Added new revision for testing which uses the brand-spankin-new + games-mods.eclass to reduce ebuild code. 28 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-bonuspack-cbp1-1.ebuild: diff --git a/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 index 9c081a562d01..92cabb41b203 100644 --- a/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 +++ b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1 @@ -1 +1,3 @@ MD5 5b2feafdb8cfe79546a42ebb2bdd2a34 cbp1_volume1-multilanguage-2.run 135550048 +RMD160 76f3c226c85e99ffa220afc8eb2a0583aae7a5fc cbp1_volume1-multilanguage-2.run 135550048 +SHA256 4c331ec6817b92b4d2a4a089f856e7fd0199987c180358816d8bdd64a54e3400 cbp1_volume1-multilanguage-2.run 135550048 diff --git a/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1-r1 b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1-r1 new file mode 100644 index 000000000000..92cabb41b203 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/files/digest-ut2004-bonuspack-cbp1-1-r1 @@ -0,0 +1,3 @@ +MD5 5b2feafdb8cfe79546a42ebb2bdd2a34 cbp1_volume1-multilanguage-2.run 135550048 +RMD160 76f3c226c85e99ffa220afc8eb2a0583aae7a5fc cbp1_volume1-multilanguage-2.run 135550048 +SHA256 4c331ec6817b92b4d2a4a089f856e7fd0199987c180358816d8bdd64a54e3400 cbp1_volume1-multilanguage-2.run 135550048 diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild new file mode 100644 index 000000000000..d52d235809c1 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.1 2006/11/07 16:46:25 wolf31o2 Exp $ + +MOD_DESC="original Community Bonus Pack for UT2003 repacked for UT2004" +MOD_NAME="Community Bonus Pack Volume 1" +MOD_TBZ2="cbp1_volume1" + +inherit games games-mods + +HOMEPAGE="http://www.planetunreal.com/cbp/" +SRC_URI="mirror://liflg/cbp1_volume1-multilanguage-2.run" + +LICENSE="freedist" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="games-fps/ut2004" |