diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-01-24 15:07:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-01-24 15:07:21 +0000 |
commit | e9ebdae62584144d41fea93b39c2dd9b5a2e40d6 (patch) | |
tree | 951974b52262c2ffc84ee8424badeb0546831909 /games-fps/ut2003 | |
parent | Fix corrupted metadata, bug 39234. (diff) | |
download | historical-e9ebdae62584144d41fea93b39c2dd9b5a2e40d6.tar.gz historical-e9ebdae62584144d41fea93b39c2dd9b5a2e40d6.tar.bz2 historical-e9ebdae62584144d41fea93b39c2dd9b5a2e40d6.zip |
Commented benchmark files for now to close bug #35603.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225.ebuild | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 1126b76cac66..580ba3c0bf48 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.8 2003/12/15 16:21:45 wolf31o2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.9 2004/01/24 15:07:14 wolf31o2 Exp $ + + 24 Jan 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: + Commented benchmark files for now to close bug #35603. 15 Dec 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: Changed Benchmark copy to not use doexe. Closing bug #35603. diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index e4b8250da61a..4f2858180ffc 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,6 +1,6 @@ -MD5 cc1bf9fd5e4cd4387ccf0914d2a42149 ChangeLog 2069 +MD5 bcc3da2cbc1c6906fa209361cc805bd5 ChangeLog 2201 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 8140ca5853d1879fa1283a2022e45e37 ut2003-2225.ebuild 6514 +MD5 ca5cb37e4a4c865b9451f151bdada9d8 ut2003-2225.ebuild 6665 MD5 5e8d480633edafa5d68b6571cb1e42b0 files/ucc 36 MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225 73 diff --git a/games-fps/ut2003/ut2003-2225.ebuild b/games-fps/ut2003/ut2003-2225.ebuild index ba780b6464c1..921ba74f231f 100644 --- a/games-fps/ut2003/ut2003-2225.ebuild +++ b/games-fps/ut2003/ut2003-2225.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.10 2003/12/15 16:21:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.11 2004/01/24 15:07:14 wolf31o2 Exp $ inherit games @@ -103,8 +103,10 @@ src_install() { cp -r ${S}/{extras,updater} ${Ddir} || die "copying extras/updater" # install benchmarks - #exeinto ${dir}/Benchmark - cp -r ${S}/Benchmark/botmatch-* ${S}/Benchmark/flyby-* ${Ddir}/Benchmark || die "copying benchmark files" + # I am removing this for now to close bug #35603. I realize this breaks + # benchmarking, but until I can get time to figure it out, I consider it + # the best course of action. + #cp -r ${S}/Benchmark/botmatch-* ${S}/Benchmark/flyby-* ${Ddir}/Benchmark || die "copying benchmark files" # copy ut2003/ucc exeinto ${dir} |