diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-29 03:48:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-29 03:48:31 +0000 |
commit | bcb42b88d26d32bbade2566512af2863ea2fc0b1 (patch) | |
tree | 790a9b40dc1992209cf94100ce2beaaf2c8189fe /games-fps/unreal-tournament | |
parent | add dep on gnome-common, fixes #153125 (diff) | |
download | historical-bcb42b88d26d32bbade2566512af2863ea2fc0b1.tar.gz historical-bcb42b88d26d32bbade2566512af2863ea2fc0b1.tar.bz2 historical-bcb42b88d26d32bbade2566512af2863ea2fc0b1.zip |
no point in having my name in metadata
Package-Manager: portage-2.1.2_pre3-r9
Diffstat (limited to 'games-fps/unreal-tournament')
4 files changed, 14 insertions, 8 deletions
diff --git a/games-fps/unreal-tournament/files/digest-unreal-tournament-436 b/games-fps/unreal-tournament/files/digest-unreal-tournament-436 index 50131d299078..e85ffa13c7de 100644 --- a/games-fps/unreal-tournament/files/digest-unreal-tournament-436 +++ b/games-fps/unreal-tournament/files/digest-unreal-tournament-436 @@ -1,2 +1,6 @@ -MD5 b2fb7006ba2420665916739b7d9f7885 ut-install-436.run 6225010 MD5 4728a81018f57b16b604b806432a6fa3 IpDrv-436-Linux-08-20-02.zip 105435 +RMD160 6ee331a58f9d9420a91b744e23c1066a6acbacbb IpDrv-436-Linux-08-20-02.zip 105435 +SHA256 a7fb348dd04bd2057f307c5d95c2904a8b9c790d5b80648507549900dc4c76ef IpDrv-436-Linux-08-20-02.zip 105435 +MD5 b2fb7006ba2420665916739b7d9f7885 ut-install-436.run 6225010 +RMD160 e57436c9bb5615ac4c152cce1d022878468fce16 ut-install-436.run 6225010 +SHA256 4008c7501a530c1fb5b8143b8e92baee59ef769c0bffa26c09e9bbb2673bc377 ut-install-436.run 6225010 diff --git a/games-fps/unreal-tournament/files/digest-unreal-tournament-451 b/games-fps/unreal-tournament/files/digest-unreal-tournament-451 index 574382c2f2cb..dd06ad5b656f 100644 --- a/games-fps/unreal-tournament/files/digest-unreal-tournament-451 +++ b/games-fps/unreal-tournament/files/digest-unreal-tournament-451 @@ -1,2 +1,6 @@ -MD5 b2fb7006ba2420665916739b7d9f7885 ut-install-436.run 6225010 MD5 77a735a78b1eb819042338859900b83b UTPGPatch451.tar.bz2 3064473 +RMD160 6d1d54bfb67a0ab5996a809f7b5050925141f703 UTPGPatch451.tar.bz2 3064473 +SHA256 31a07fb289841ceba36ca707fafd8180f48e462a53a62a2b34d5bc0f61c2481d UTPGPatch451.tar.bz2 3064473 +MD5 b2fb7006ba2420665916739b7d9f7885 ut-install-436.run 6225010 +RMD160 e57436c9bb5615ac4c152cce1d022878468fce16 ut-install-436.run 6225010 +SHA256 4008c7501a530c1fb5b8143b8e92baee59ef769c0bffa26c09e9bbb2673bc377 ut-install-436.run 6225010 diff --git a/games-fps/unreal-tournament/metadata.xml b/games-fps/unreal-tournament/metadata.xml index 557cfc4abe91..fcb75f57e0db 100644 --- a/games-fps/unreal-tournament/metadata.xml +++ b/games-fps/unreal-tournament/metadata.xml @@ -4,7 +4,6 @@ <herd>games</herd> <maintainer> <email>vapier@gentoo.org</email> - <name>Mike Frysinger</name> </maintainer> <longdescription> In the single player mode, the player squares off diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 8bc7ecc270ae..7b3ce9617d07 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.21 2006/10/24 22:59:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.22 2006/10/29 03:48:31 vapier Exp $ inherit eutils games @@ -27,11 +27,10 @@ RDEPEND="!amd64? ( amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs )" - DEPEND="${RDEPEND} !games-fps/unreal-tournament-goty" -S="${WORKDIR}" +S=${WORKDIR} src_unpack() { cdrom_get_cds System/ @@ -81,7 +80,7 @@ src_install() { # first apply any patch remaints loki has for us cd setup.data ./bin/Linux/x86/loki_patch patch.dat ${Ddir} >& /dev/null - cd ${S} + cd "${S}" # finally, unleash the UTPG patch cp -rf UTPG/* ${Ddir}/ @@ -94,7 +93,7 @@ src_install() { cd ${Ddir} export HOME=${T} export UT_DATA_PATH=${Ddir}/System - for f in `find ${CDROM_ROOT}/Maps/ -name '*.uz' -printf '%f '` ; do + for f in $(find ${CDROM_ROOT}/Maps/ -name '*.uz' -printf '%f ') ; do ./ucc decompress ${CDROM_ROOT}/Maps/${f} -nohomedir || die "uncompressing map ${f}" mv System/${f:0:${#f}-3} Maps/ || die "copy map ${f}" done |