diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:29:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:29:16 +0000 |
commit | 5496b6661b353668b1ccf5f1c57fbba5010299ce (patch) | |
tree | cd93f29d4effb2ffd4e3de03e63ba4a5feecb0f8 /games-fps/ut2004-bonuspack-ece | |
parent | Strip flags for freebsd base packages for safety. (diff) | |
download | gentoo-2-5496b6661b353668b1ccf5f1c57fbba5010299ce.tar.gz gentoo-2-5496b6661b353668b1ccf5f1c57fbba5010299ce.tar.bz2 gentoo-2-5496b6661b353668b1ccf5f1c57fbba5010299ce.zip |
Fixed unpacking and closing bug #129883.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ut2004-bonuspack-ece')
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/games-fps/ut2004-bonuspack-ece/ChangeLog b/games-fps/ut2004-bonuspack-ece/ChangeLog index 8741d1e66501..b2bad9c10b15 100644 --- a/games-fps/ut2004-bonuspack-ece/ChangeLog +++ b/games-fps/ut2004-bonuspack-ece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-bonuspack-ece # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.10 2006/04/13 17:53:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.11 2006/04/14 11:29:16 wolf31o2 Exp $ + + 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-bonuspack-ece-1-r2.ebuild: + Fixed unpacking and closing bug #129883. 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> -ut2004-bonuspack-ece-1.ebuild: diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.ebuild index b349a14106df..ecc1eee3b994 100644 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.ebuild +++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.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-ece/ut2004-bonuspack-ece-1-r2.ebuild,v 1.2 2006/04/13 17:51:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r2.ebuild,v 1.3 2006/04/14 11:29:16 wolf31o2 Exp $ inherit games games-ut2k4mod @@ -28,6 +28,11 @@ S=${WORKDIR}/UT2004MegaPack dir=${GAMES_PREFIX_OPT}/ut2004 Ddir=${D}/${dir} +src_unpack() { + # Override games-ut2k4mod + unpack ${A} +} + src_install() { # Remove megapack files which are not in ece rm Animations/ONSNewTank-A.ukx |