diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 17:05:11 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 17:05:11 +0000 |
commit | 7c84bf06791aa3741e8bc6e65f5f142f69bf5da0 (patch) | |
tree | 3b6771468322d244e5396978387220e559cdce51 /games-fps/ut2004-bonuspack-cbp2 | |
parent | Use original zip file instead of third party installer, bug #130036 (diff) | |
download | gentoo-2-7c84bf06791aa3741e8bc6e65f5f142f69bf5da0.tar.gz gentoo-2-7c84bf06791aa3741e8bc6e65f5f142f69bf5da0.tar.bz2 gentoo-2-7c84bf06791aa3741e8bc6e65f5f142f69bf5da0.zip |
Use original zip files instead of third party installers; fix file collision with ut2004-bonuspack-mega, bug #130036 by Paul Bredbury
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp2')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild | 36 |
2 files changed, 44 insertions, 1 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ChangeLog b/games-fps/ut2004-bonuspack-cbp2/ChangeLog index 12f7a317c2c6..e32880e68f8d 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.9 2009/10/04 14:18:34 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.10 2009/10/05 17:05:11 nyhm Exp $ + +*ut2004-bonuspack-cbp2-1-r2 (05 Oct 2009) + + 05 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + +ut2004-bonuspack-cbp2-1-r2.ebuild: + Use original zip files instead of third party installers; fix file + collision with ut2004-bonuspack-mega, bug #130036 by Paul Bredbury 04 Oct 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-bonuspack-cbp2-1-r1.ebuild: diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild new file mode 100644 index 000000000000..4acca6e29129 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild,v 1.1 2009/10/05 17:05:11 nyhm Exp $ + +EAPI=2 + +MOD_DESC="Community Bonus Pack 2 volumes 1 and 2" +MOD_NAME="Community Bonus Pack 2 volumes 1 and 2" + +inherit games games-mods + +HOMEPAGE="http://www.planetunreal.com/cbp/" +SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp2-volume1_zip.zip + http://www.i4games.eu/downloads/ut2k4/cbp2-volume1_zip.zip + http://downloads.unrealadmin.org/UT2004/BonusPack/cbp2-volume2_zip.zip + http://www.i4games.eu/downloads/ut2k4/cbp2-volume2_zip.zip" + +LICENSE="freedist" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="games-fps/ut2004-bonuspack-cbp1 + games-fps/ut2004-bonuspack-mega" + +src_prepare() { + # Provided by ut2004-bonuspack-cbp1 + rm Music/Soeren.ogg + # Provided by ut2004-bonuspack-mega + rm Textures/Ty_RocketTextures.utx + + cd Help + # Useless orphan file + rm Note.txt + mv GERROIDREADME.txt DOM-CBP2-Gerroid.txt + mv Readme.txt CBP2-Readme.txt +} |