From 91dabcedfb4b618e0de46d8d0eff644544f3a9b9 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 27 Jun 2005 22:33:25 +0000 Subject: Changed to use external loki_patch for future compatibility. (Portage version: 2.0.51.22-r1) --- games-fps/ut2003/ChangeLog | 7 +++++-- games-fps/ut2003/ut2003-2225-r3.ebuild | 11 ++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'games-fps/ut2003') 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 ut2003-2225-r3.ebuild: + Changed to use external loki_patch for future compatibility. 01 Sep 2004; Chris Gianelloni -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 -- cgit v1.2.3-65-gdbad