From b9e70a2f67de677072a287a22e7ad22d8704bd4b Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 10 Nov 2006 17:08:27 +0000 Subject: 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) --- games-fps/ut2004-deathball/ChangeLog | 9 +++++++- .../files/digest-ut2004-deathball-2.3 | 2 ++ .../files/digest-ut2004-deathball-2.3-r1 | 3 +++ .../ut2004-deathball-2.3-r1.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3-r1 create mode 100644 games-fps/ut2004-deathball/ut2004-deathball-2.3-r1.ebuild (limited to 'games-fps/ut2004-deathball') diff --git a/games-fps/ut2004-deathball/ChangeLog b/games-fps/ut2004-deathball/ChangeLog index 1959fd0816d9..24dd810201e5 100644 --- a/games-fps/ut2004-deathball/ChangeLog +++ b/games-fps/ut2004-deathball/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/ut2004-deathball # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-deathball/ChangeLog,v 1.2 2006/09/28 18:57:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-deathball/ChangeLog,v 1.3 2006/11/10 17:08:27 wolf31o2 Exp $ + +*ut2004-deathball-2.3-r1 (10 Nov 2006) + + 10 Nov 2006; Chris Gianelloni + +ut2004-deathball-2.3-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 ut2004-deathball-2.3.ebuild: diff --git a/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3 b/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3 index 38be9fc3dcf2..33a71e459306 100644 --- a/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3 +++ b/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3 @@ -1 +1,3 @@ MD5 27da94285e8301b561718adbc4cdbf56 death.ball_2.3-english-2.run 102911935 +RMD160 b11c1de595949ca8f4d60ab1072b6394dca697fa death.ball_2.3-english-2.run 102911935 +SHA256 81bfbb772a89a55a1737ce468dadfab1741a2400e6534f6d08aaac7121781ba1 death.ball_2.3-english-2.run 102911935 diff --git a/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3-r1 b/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3-r1 new file mode 100644 index 000000000000..33a71e459306 --- /dev/null +++ b/games-fps/ut2004-deathball/files/digest-ut2004-deathball-2.3-r1 @@ -0,0 +1,3 @@ +MD5 27da94285e8301b561718adbc4cdbf56 death.ball_2.3-english-2.run 102911935 +RMD160 b11c1de595949ca8f4d60ab1072b6394dca697fa death.ball_2.3-english-2.run 102911935 +SHA256 81bfbb772a89a55a1737ce468dadfab1741a2400e6534f6d08aaac7121781ba1 death.ball_2.3-english-2.run 102911935 diff --git a/games-fps/ut2004-deathball/ut2004-deathball-2.3-r1.ebuild b/games-fps/ut2004-deathball/ut2004-deathball-2.3-r1.ebuild new file mode 100644 index 000000000000..4a55a44a68b3 --- /dev/null +++ b/games-fps/ut2004-deathball/ut2004-deathball-2.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-deathball/ut2004-deathball-2.3-r1.ebuild,v 1.1 2006/11/10 17:08:27 wolf31o2 Exp $ + +MOD_DESC="Death Ball mod" +MOD_NAME="Death Ball" +MOD_BINS="deathb" +MOD_TBZ2="death.ball" +MOD_ICON="deathball".png + +inherit games games-mods + +HOMEPAGE="http://www.deathball.net/" +SRC_URI="mirror://liflg/${MOD_TBZ2}_${PV}-english-2.run" + +LICENSE="freedist" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="games-fps/ut2004" + +src_unpack() { + games-mods_src_unpack + # We don't want this file + rm 3339_patch +} -- cgit v1.2.3-65-gdbad