diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-27 22:33:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-27 22:33:25 +0000 |
commit | dea0b67663551a9014b2fe9282fd32dc44b137fd (patch) | |
tree | 676a1454526c5c0cb00646233a394886f3785aea /games-fps | |
parent | Adding the recently forked version of chan_capi (diff) | |
download | historical-dea0b67663551a9014b2fe9282fd32dc44b137fd.tar.gz historical-dea0b67663551a9014b2fe9282fd32dc44b137fd.tar.bz2 historical-dea0b67663551a9014b2fe9282fd32dc44b137fd.zip |
Changed to use external loki_patch for future compatibility.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 11 |
3 files changed, 13 insertions, 9 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/Manifest b/games-fps/ut2003/Manifest index 7c44f68f650f..04660407a887 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,4 +1,4 @@ -MD5 24ce3bce4974586ef7618df17c408c37 ut2003-2225-r3.ebuild 6420 -MD5 d68eeded540ab7f5f0654a55888c410a ChangeLog 4749 +MD5 5a6cba0f3f5982a8fe37130535beeacf ut2003-2225-r3.ebuild 6415 +MD5 31e636cbd9c734b16da14ec18016756e ChangeLog 4890 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 MD5 c0d0cc55ff679093ef36080545fc3243 files/digest-ut2003-2225-r3 134 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 |