diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-07-08 13:51:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-07-08 13:51:49 +0000 |
commit | c6365c7b11324de49df2efbe21c04f68f74e4839 (patch) | |
tree | 546c178eef004d35adfc34a27d42f552329891dc /games-fps/ut2003 | |
parent | Updated to close bug #54726. (Manifest recommit) (diff) | |
download | gentoo-2-c6365c7b11324de49df2efbe21c04f68f74e4839.tar.gz gentoo-2-c6365c7b11324de49df2efbe21c04f68f74e4839.tar.bz2 gentoo-2-c6365c7b11324de49df2efbe21c04f68f74e4839.zip |
Updated to close bug #54726.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2003/files/digest-ut2003-2225-r3 (renamed from games-fps/ut2003/files/digest-ut2003-2225-r2) | 0 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild (renamed from games-fps/ut2003/ut2003-2225-r2.ebuild) | 6 |
3 files changed, 12 insertions, 2 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index d41a1b38499f..539ac31bfc57 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.24 2004/07/01 11:18:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.25 2004/07/08 13:51:49 wolf31o2 Exp $ + +*ut2003-2225-r3 (08 Jul 2004) + + 08 Jul 2004; Chris Gianelloni <wolf31o2@gentoo.org> -ut2003-2225-r2.ebuild, + +ut2003-2225-r3.ebuild: + Updated to close bug #54726. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ut2003-2225-r2.ebuild: diff --git a/games-fps/ut2003/files/digest-ut2003-2225-r2 b/games-fps/ut2003/files/digest-ut2003-2225-r3 index 2bdcd5cc4a73..2bdcd5cc4a73 100644 --- a/games-fps/ut2003/files/digest-ut2003-2225-r2 +++ b/games-fps/ut2003/files/digest-ut2003-2225-r3 diff --git a/games-fps/ut2003/ut2003-2225-r2.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index 1c75117f1ed5..339115185030 100644 --- a/games-fps/ut2003/ut2003-2225-r2.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.7 2004/07/01 11:18:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.1 2004/07/08 13:51:49 wolf31o2 Exp $ inherit games @@ -137,6 +137,10 @@ w q EOT + # Here we apply fix for bug #54726 + dosed "s:UplinkToGamespy=True:UplinkToGamespy=False:" \ + ${dir}/System/Default.ini + # now, since these files are coming off a cd, the times/sizes/md5sums wont # be different ... that means portage will try to unmerge some files (!) # we run touch on ${D} so as to make sure portage doesnt do any such thing |