diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-12-15 16:21:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2003-12-15 16:21:53 +0000 |
commit | 63382c8f9cf5a61986b97399eba01bfaa088ad66 (patch) | |
tree | eb42c4e53fffcf71b5ef38bd0e35f0a4dc8ffde7 /games-fps/ut2003 | |
parent | Added startup-notification dep. (diff) | |
download | historical-63382c8f9cf5a61986b97399eba01bfaa088ad66.tar.gz historical-63382c8f9cf5a61986b97399eba01bfaa088ad66.tar.bz2 historical-63382c8f9cf5a61986b97399eba01bfaa088ad66.zip |
Changed Benchmark copy to not use doexe. Closing bug #35603.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index afec8ae82562..1126b76cac66 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.7 2003/12/13 16:16:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.8 2003/12/15 16:21:45 wolf31o2 Exp $ + + 15 Dec 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: + Changed Benchmark copy to not use doexe. Closing bug #35603. 13 Dec 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild: Modified cdkey creation and added more error checking. diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index 0cc39aadd4ee..e4b8250da61a 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,6 +1,6 @@ -MD5 c41b001e5b809f280e0bbf524be768c7 ChangeLog 1930 +MD5 cc1bf9fd5e4cd4387ccf0914d2a42149 ChangeLog 2069 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 214eef4cd0840da5b92eae1e357f3075 ut2003-2225.ebuild 6494 +MD5 8140ca5853d1879fa1283a2022e45e37 ut2003-2225.ebuild 6514 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 e23897b607ad..ba780b6464c1 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. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.9 2003/12/13 16:16:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.10 2003/12/15 16:21:45 wolf31o2 Exp $ inherit games @@ -103,8 +103,8 @@ src_install() { cp -r ${S}/{extras,updater} ${Ddir} || die "copying extras/updater" # install benchmarks - exeinto ${dir}/Benchmark - doexe ${S}/Benchmark/botmatch-* ${S}/Benchmark/flyby-* || die "copying benchmark files" + #exeinto ${dir}/Benchmark + cp -r ${S}/Benchmark/botmatch-* ${S}/Benchmark/flyby-* ${Ddir}/Benchmark || die "copying benchmark files" # copy ut2003/ucc exeinto ${dir} |