diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-30 19:51:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-30 19:51:10 +0000 |
commit | c5ee736173cccc21f45a7bf32b78263e3a2bc529 (patch) | |
tree | 694a706f45322cac76eb72da4cf1941879e05fc2 /games-fps | |
parent | stable on x86 (diff) | |
download | gentoo-2-c5ee736173cccc21f45a7bf32b78263e3a2bc529.tar.gz gentoo-2-c5ee736173cccc21f45a7bf32b78263e3a2bc529.tar.bz2 gentoo-2-c5ee736173cccc21f45a7bf32b78263e3a2bc529.zip |
Updated ebuild to use tarball rather than patch files and closing bug #96939.
(Portage version: 1.589-cvs)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/files/digest-ut2003-2225-r3 | 2 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 13 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index ffb114eba90d..b6219f8ebaaf 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.28 2005/08/30 19:51:10 wolf31o2 Exp $ + + 30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: + Updated ebuild to use tarball rather than patch files and closing bug #96939. 27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: Changed to use external loki_patch for future compatibility. diff --git a/games-fps/ut2003/files/digest-ut2003-2225-r3 b/games-fps/ut2003/files/digest-ut2003-2225-r3 index 2bdcd5cc4a73..cb69d599a31b 100644 --- a/games-fps/ut2003/files/digest-ut2003-2225-r3 +++ b/games-fps/ut2003/files/digest-ut2003-2225-r3 @@ -1,2 +1,2 @@ -MD5 9313986bae68514a31917de8f8fca999 ut2003lnx_2107to2225.sh.bin 8558900 MD5 bba41d9a1c552ae1664c7521798324cd UT2003CrashFix.zip 2764 +MD5 3d991e6b097025e0908ee0c1569a5a3b ut2003lnx_patch2225.tar.tar 10039316 diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index 928c885e1018..e90aee089505 100644 --- a/games-fps/ut2003/ut2003-2225-r3.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.ebuild @@ -1,14 +1,13 @@ # 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.3 2005/06/27 22:33:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.4 2005/08/30 19:51:10 wolf31o2 Exp $ inherit games DESCRIPTION="Unreal Tournament 2003 - Sequel to the 1999 Game of the Year multi-player first-person shooter" HOMEPAGE="http://www.unrealtournament2003.com/" -SRC_URI="http://unreal.epicgames.com/linux/ut2003/${PN}lnx_2107to${PV}.sh.bin - ftp://david.hedbor.org/ut2k3/updates/${PN}lnx_2107to${PV}.sh.bin - http://download.factoryunreal.com/mirror/UT2003CrashFix.zip" +SRC_URI="http://download.factoryunreal.com/mirror/UT2003CrashFix.zip + ftp://ftp.infogrames.net/misc/ut2003/ut2003lnx_patch2225.tar.tar" LICENSE="ut2003" SLOT="0" @@ -36,7 +35,7 @@ pkg_setup() { } src_unpack() { - unpack_makeself ${DISTDIR}/${PN}lnx_2107to${PV}.sh.bin \ + unpack ut2003lnx_patch${PV}.tar.tar \ || die "unpacking patch" unzip ${DISTDIR}/UT2003CrashFix.zip \ || die "unpacking crash-fix" @@ -120,9 +119,7 @@ src_install() { games_make_wrapper ut2003 ./ut2003 ${dir} # this brings our install up to the newest version - cd ${S} - loki_patch --verify patch.dat || die "verifying patch" - loki_patch patch.dat ${Ddir} >& /dev/null || die "patching" + cp -r ${S}/ut2003-lnx-2225/* ${Ddir} || die # Here we apply DrSiN's crash patch cp ${S}/CrashFix/System/crashfix.u ${Ddir}/System |