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 | ffbe273894c9c0e118d94aa4b33776228b621e55 (patch) | |
tree | d47a4fa50c991c13394eae5165d4e188cbb05d28 /games-fps/ut2003 | |
parent | Add 0.4.0 (diff) | |
download | historical-ffbe273894c9c0e118d94aa4b33776228b621e55.tar.gz historical-ffbe273894c9c0e118d94aa4b33776228b621e55.tar.bz2 historical-ffbe273894c9c0e118d94aa4b33776228b621e55.zip |
Updated ebuild to use tarball rather than patch files and closing bug #96939.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 6 | ||||
-rw-r--r-- | games-fps/ut2003/files/digest-ut2003-2225-r3 | 2 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 13 |
4 files changed, 13 insertions, 13 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/Manifest b/games-fps/ut2003/Manifest index 04660407a887..35b34ef77d96 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,4 +1,4 @@ -MD5 5a6cba0f3f5982a8fe37130535beeacf ut2003-2225-r3.ebuild 6415 -MD5 31e636cbd9c734b16da14ec18016756e ChangeLog 4890 +MD5 4c592dbd430950995b39241be2a7a8f1 ut2003-2225-r3.ebuild 6245 +MD5 ba5dfec8e9f621fa35b433ccedfae2e7 ChangeLog 5048 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 c0d0cc55ff679093ef36080545fc3243 files/digest-ut2003-2225-r3 134 +MD5 a470dc2201dba95f91127b7b08c0611f files/digest-ut2003-2225-r3 135 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 |