From 685f9b0c08c04a233f4fbfd9b4aae63aecff55ec Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 5 Feb 2004 20:23:19 +0000 Subject: Fixing benchmark/patch problems. Fix provided by Matthis Grimm. Closing bug #40376. --- games-fps/ut2003/ChangeLog | 6 +++++- games-fps/ut2003/Manifest | 4 ++-- games-fps/ut2003/ut2003-2225.ebuild | 9 ++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'games-fps') diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 580ba3c0bf48..2626ed84bf0a 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.10 2004/02/05 20:23:10 wolf31o2 Exp $ + + 05 Feb 2004; Chris Gianelloni ut2003-2225.ebuild: + Fixing benchmark/patch problems. Fix provided by Matthis Grimm. Closing bug + #40376. 24 Jan 2004; Chris Gianelloni ut2003-2225.ebuild: Commented benchmark files for now to close bug #35603. diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index 4f2858180ffc..9b99c886fbe9 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,6 +1,6 @@ -MD5 bcc3da2cbc1c6906fa209361cc805bd5 ChangeLog 2201 +MD5 560493bc7ecf0543cae688bf8e57dd88 ChangeLog 2365 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 ca5cb37e4a4c865b9451f151bdada9d8 ut2003-2225.ebuild 6665 +MD5 69ffbbaad88f756f8e78fec560316944 ut2003-2225.ebuild 6591 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 921ba74f231f..2b9fe2656813 100644 --- a/games-fps/ut2003/ut2003-2225.ebuild +++ b/games-fps/ut2003/ut2003-2225.ebuild @@ -1,6 +1,6 @@ # 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.11 2004/01/24 15:07:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.12 2004/02/05 20:23:10 wolf31o2 Exp $ inherit games @@ -103,10 +103,9 @@ src_install() { cp -r ${S}/{extras,updater} ${Ddir} || die "copying extras/updater" # install benchmarks - # 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" + # Fix provided by Matthis Grimm (Bug #40376) + cp -r ${S}/Benchmark/botmatch-* ${Ddir}/Benchmark || die "copying benchmark files" + cp -r ${S}/Benchmark/flyby-* ${Ddir}/Benchmark || die "copying benchmark files" # copy ut2003/ucc exeinto ${dir} -- cgit v1.2.3-65-gdbad