diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 03:33:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 03:33:09 +0000 |
commit | 077c33a142189bda9283d5d554d88d05712ebbf0 (patch) | |
tree | 7a707a8dc067a4b30d033025babbba404ff3b0e5 /games-fps | |
parent | Fixed up the dependencies, ported to modular X, and closing bug #123561. (diff) | |
download | gentoo-2-077c33a142189bda9283d5d554d88d05712ebbf0.tar.gz gentoo-2-077c33a142189bda9283d5d554d88d05712ebbf0.tar.bz2 gentoo-2-077c33a142189bda9283d5d554d88d05712ebbf0.zip |
Added a new revision which installs the Summer Offensive map pack. Since everyone will want this, I'm doing a revision bump.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-fps')
5 files changed, 38 insertions, 19 deletions
diff --git a/games-fps/ut2004-redorchestra/ChangeLog b/games-fps/ut2004-redorchestra/ChangeLog index 230077dccd33..5e0f107b751d 100644 --- a/games-fps/ut2004-redorchestra/ChangeLog +++ b/games-fps/ut2004-redorchestra/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/ut2004-redorchestra -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ChangeLog,v 1.4 2005/07/12 20:09:04 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ChangeLog,v 1.5 2006/03/31 03:33:09 wolf31o2 Exp $ + +*ut2004-redorchestra-3.3-r1 (31 Mar 2006) + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -ut2004-redorchestra-3.3.ebuild, +ut2004-redorchestra-3.3-r1.ebuild: + Added a new revision which installs the Summer Offensive map pack. Since + everyone will want this, I'm doing a revision bump. *ut2004-redorchestra-3.3 (12 Jul 2005) diff --git a/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3 b/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3 deleted file mode 100644 index 11d404e26081..000000000000 --- a/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b9301978e508749795fe75a423a3557f red.orchestra_3.3-english.run 658762468 diff --git a/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3-r1 b/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3-r1 new file mode 100644 index 000000000000..5dd0a15132a4 --- /dev/null +++ b/games-fps/ut2004-redorchestra/files/digest-ut2004-redorchestra-3.3-r1 @@ -0,0 +1,6 @@ +MD5 b9301978e508749795fe75a423a3557f red.orchestra_3.3-english.run 658762468 +RMD160 2a75e09837493adb0638da3073e445fa1c730ffe red.orchestra_3.3-english.run 658762468 +SHA256 0e8b6c2c05caf120c161290e00e5c3f3be5caeff7cb376d9a3b4948d3b690ec9 red.orchestra_3.3-english.run 658762468 +MD5 2751651d4992464ac91dda84b873fedb red.orchestra_summer.offensive.map.pack-addon.run 62110168 +RMD160 faab6c650bf811a57a9e4b770e7c998459aacf90 red.orchestra_summer.offensive.map.pack-addon.run 62110168 +SHA256 e2e0798a29defc01ca223a4e567c45d19a6da28259d79dd97411de28896abde2 red.orchestra_summer.offensive.map.pack-addon.run 62110168 diff --git a/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r1.ebuild b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r1.ebuild new file mode 100644 index 000000000000..6f76c830472e --- /dev/null +++ b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r1.ebuild,v 1.1 2006/03/31 03:33:09 wolf31o2 Exp $ + +MOD_DESC="Red Orchestra is a World War II mod" +MOD_NAME="Red Orchestra" +MOD_BINS=redorchestra +MOD_TBZ2="red.orchestra red.orchestra_summer.offensive.map.pack-addon" +MOD_ICON=red.orchestra.xpm +inherit games games-ut2k4mod + +HOMEPAGE="http://redorchestramod.gameservers.net/" +SRC_URI="red.orchestra_${PV}-english.run + red.orchestra_summer.offensive.map.pack-addon.run" + +LICENSE="freedist" +IUSE="" + +src_install() { + games-ut2k4mod_src_install + rm -f ${Ddir}/StaticMeshes/BenTropicalSM01.usx \ + ${Ddir}/Textures/BenTropical01.utx +} diff --git a/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3.ebuild b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3.ebuild deleted file mode 100644 index edcd35fcb55b..000000000000 --- a/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3.ebuild,v 1.1 2005/07/12 20:09:04 wolf31o2 Exp $ - -MOD_DESC="Red Orchestra is a World War II mod" -MOD_NAME="Red Orchestra" -MOD_BINS=redorchestra -MOD_TBZ2=red.orchestra -MOD_ICON=RedOrchestra.png -inherit games games-ut2k4mod - -HOMEPAGE="http://redorchestramod.gameservers.net/" -SRC_URI="red.orchestra_${PV}-english.run" - -LICENSE="freedist" -IUSE="" |