diff options
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp2')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ChangeLog b/games-fps/ut2004-bonuspack-cbp2/ChangeLog index 4d421506dac5..4d90fe9ec6e6 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp2 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.4 2006/11/07 17:04:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.5 2006/11/08 19:12:38 nyhm Exp $ + + 08 Nov 2006; Tristan Heaven <nyhm@gentoo.org> + ut2004-bonuspack-cbp2-1-r1.ebuild: + Fix file collision 07 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-bonuspack-cbp2-1-r1.ebuild: diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild index 9b5e360b2ad8..2e0a6f2996e4 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild @@ -1,6 +1,6 @@ # 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-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.2 2006/11/07 17:04:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.3 2006/11/08 19:12:38 nyhm Exp $ MOD_DESC="Community Bonus Pack 2 volumes 1 and 2" MOD_NAME="Community Bonus Pack 2 volumes 1 and 2" @@ -16,4 +16,10 @@ LICENSE="freedist" KEYWORDS="~amd64 ~x86" -RDEPEND="games-fps/ut2004" +RDEPEND="games-fps/ut2004 + games-fps/ut2004-bonuspack-cbp1" + +src_unpack() { + games-mods_src_unpack + rm -f unpack/Music/Soeren.ogg # cbp1 collision +} |