summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2003-09-11 20:37:49 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2003-09-11 20:37:49 +0000
commit18375860a9dcf83c8bc57214569606d6e3c3f60f (patch)
treedcc80dd447768ac09a2499762f51350cfa1e470c /games-fps
parentfixes problems when used with OpenOffice.org (diff)
downloadgentoo-2-18375860a9dcf83c8bc57214569606d6e3c3f60f.tar.gz
gentoo-2-18375860a9dcf83c8bc57214569606d6e3c3f60f.tar.bz2
gentoo-2-18375860a9dcf83c8bc57214569606d6e3c3f60f.zip
Being a good citizen and fixing my repoman warnings.
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2003/ChangeLog5
-rw-r--r--games-fps/ut2003/Manifest6
-rw-r--r--games-fps/ut2003/ut2003-2225.ebuild8
3 files changed, 11 insertions, 8 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog
index 0ab2c0282953..c4352a77009f 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.3 2003/09/11 19:24:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.4 2003/09/11 20:37:46 wolf31o2 Exp $
+
+ 11 Sep 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild:
+ Being a good citizen and fixing my repoman warnings.
11 Sep 2003; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225.ebuild:
Updated to fix possible problem with coreutils.
diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest
index 0ccd8e32bdfd..c62d412a85ad 100644
--- a/games-fps/ut2003/Manifest
+++ b/games-fps/ut2003/Manifest
@@ -1,6 +1,6 @@
+MD5 4a24be818cd697ce6c534d862bf002ae ChangeLog 1603
+MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776
+MD5 818937a1e983034eff6fba7b8ae9f8ee ut2003-2225.ebuild 6254
MD5 5e8d480633edafa5d68b6571cb1e42b0 files/ucc 36
MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39
MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225 73
-MD5 3fef4ef8b8abf3d926fd5457d7b16103 ChangeLog 1346
-MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776
-MD5 7426ab478a378c89affc8efcedc33572 ut2003-2225.ebuild 6160
diff --git a/games-fps/ut2003/ut2003-2225.ebuild b/games-fps/ut2003/ut2003-2225.ebuild
index 6de9e9df8198..269474e596e6 100644
--- a/games-fps/ut2003/ut2003-2225.ebuild
+++ b/games-fps/ut2003/ut2003-2225.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# 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.3 2003/09/11 19:24:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.4 2003/09/11 20:37:46 wolf31o2 Exp $
inherit games
@@ -16,7 +16,7 @@ KEYWORDS="x86"
RESTRICT="nostrip"
DEPEND="virtual/glibc"
-RDEPEND="dedicated? ( app-games/ut2003-ded )
+RDEPEND="dedicated? ( games-server/ut2003-ded )
!dedicated? ( virtual/opengl )"
S=${WORKDIR}
@@ -100,7 +100,7 @@ src_install() {
# copying extra/updater
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"