summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-27 22:33:25 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-27 22:33:25 +0000
commit91dabcedfb4b618e0de46d8d0eff644544f3a9b9 (patch)
treec08ea21ffa622b8b3a8674ce8783977b31fa9ce8 /games-fps/ut2003
parentAdding the recently forked version of chan_capi (diff)
downloadgentoo-2-91dabcedfb4b618e0de46d8d0eff644544f3a9b9.tar.gz
gentoo-2-91dabcedfb4b618e0de46d8d0eff644544f3a9b9.tar.bz2
gentoo-2-91dabcedfb4b618e0de46d8d0eff644544f3a9b9.zip
Changed to use external loki_patch for future compatibility.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r--games-fps/ut2003/ChangeLog7
-rw-r--r--games-fps/ut2003/ut2003-2225-r3.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog
index e81d347f6b45..ffb114eba90d 100644
--- a/games-fps/ut2003/ChangeLog
+++ b/games-fps/ut2003/ChangeLog
@@ -1,6 +1,9 @@
# 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.26 2004/09/01 20:27:08 wolf31o2 Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.27 2005/06/27 22:33:25 wolf31o2 Exp $
+
+ 27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild:
+ Changed to use external loki_patch for future compatibility.
01 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> -files/ut2003,
ut2003-2225-r3.ebuild:
diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild
index ae596b467db1..928c885e1018 100644
--- a/games-fps/ut2003/ut2003-2225-r3.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.2 2004/09/01 20:27:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.3 2005/06/27 22:33:25 wolf31o2 Exp $
inherit games
@@ -18,7 +18,8 @@ RESTRICT="nostrip"
DEPEND="virtual/libc
app-arch/unzip
- games-util/uz2unpack"
+ games-util/uz2unpack
+ games-util/loki_patch"
RDEPEND="dedicated? ( games-server/ut2003-ded )
!dedicated? ( virtual/opengl )"
@@ -120,8 +121,8 @@ src_install() {
# this brings our install up to the newest version
cd ${S}
- bin/Linux/x86/loki_patch --verify patch.dat || die "verifying patch"
- bin/Linux/x86/loki_patch patch.dat ${Ddir} >& /dev/null || die "patching"
+ loki_patch --verify patch.dat || die "verifying patch"
+ loki_patch patch.dat ${Ddir} >& /dev/null || die "patching"
# Here we apply DrSiN's crash patch
cp ${S}/CrashFix/System/crashfix.u ${Ddir}/System