summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-25 22:55:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-25 22:55:12 +0000
commit7e5622eec36ada5e38d196f849e07dbe11b0dc3e (patch)
treeff7ceb027dacf17bf95744c3c41f08b340ba508c /games-fps/unreal-tournament
parentversion bump, thanks Pavel (diff)
downloadhistorical-7e5622eec36ada5e38d196f849e07dbe11b0dc3e.tar.gz
historical-7e5622eec36ada5e38d196f849e07dbe11b0dc3e.tar.bz2
historical-7e5622eec36ada5e38d196f849e07dbe11b0dc3e.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/unreal-tournament')
-rw-r--r--games-fps/unreal-tournament/Manifest2
-rw-r--r--games-fps/unreal-tournament/unreal-tournament-436.ebuild100
2 files changed, 0 insertions, 102 deletions
diff --git a/games-fps/unreal-tournament/Manifest b/games-fps/unreal-tournament/Manifest
index 17c0b8a2ae61..cc942dc308b1 100644
--- a/games-fps/unreal-tournament/Manifest
+++ b/games-fps/unreal-tournament/Manifest
@@ -1,7 +1,5 @@
-DIST IpDrv-436-Linux-08-20-02.zip 105435 RMD160 6ee331a58f9d9420a91b744e23c1066a6acbacbb SHA1 a6b853593af4df595a09586278f06121046ea4a5 SHA256 a7fb348dd04bd2057f307c5d95c2904a8b9c790d5b80648507549900dc4c76ef
DIST UTPGPatch451.tar.bz2 3064473 RMD160 6d1d54bfb67a0ab5996a809f7b5050925141f703 SHA1 b41da146dd67d7f60f1c8b52ed829c84b99207d2 SHA256 31a07fb289841ceba36ca707fafd8180f48e462a53a62a2b34d5bc0f61c2481d
DIST ut-install-436.run 6225010 RMD160 e57436c9bb5615ac4c152cce1d022878468fce16 SHA1 da91bc746ea098455f01b0122f85c85c04c0519d SHA256 4008c7501a530c1fb5b8143b8e92baee59ef769c0bffa26c09e9bbb2673bc377
-EBUILD unreal-tournament-436.ebuild 3042 RMD160 e6a1d583993a248189446e3d1b25aa7f82e3a574 SHA1 7c1798df431407ac328dec741f88f2fef09f2258 SHA256 55c5d2cc53654ae8ea78e7fd4728d17e7663adefe9b49af19e59d809af82bf39
EBUILD unreal-tournament-451.ebuild 3712 RMD160 48edb1b9eacb10d7f1ea29ee2739e7ab32543643 SHA1 988549f9a1f1c22a002d38251d1730d4602ffdae SHA256 2c0bb6f90d31b7b2d436fbda53597c9642de0a76700baca9acec973fdbd3a5d1
MISC ChangeLog 3193 RMD160 52246ac1e0cfebaf1ce071b52c7336c7ddbd49ee SHA1 af59d54b37d070803dcd1264706aa84aecd76c51 SHA256 ead7792cc0535b5a97d4b11fdd257e70c95ca94b5a6908c752042205e5f74245
MISC metadata.xml 1566 RMD160 46ace31ab3718d3bce7d867b83a549083c3411b4 SHA1 cd1c7adc5b65111e4edbfc294d271ee92ed4e786 SHA256 a3e70b56f973953c49c104a7d0936f597a8a250d731725769b7bc3d60ce219f9
diff --git a/games-fps/unreal-tournament/unreal-tournament-436.ebuild b/games-fps/unreal-tournament/unreal-tournament-436.ebuild
deleted file mode 100644
index eb4100d50def..000000000000
--- a/games-fps/unreal-tournament/unreal-tournament-436.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-436.ebuild,v 1.16 2007/03/12 15:25:29 genone Exp $
-
-inherit eutils games
-
-DESCRIPTION="Futuristic FPS"
-HOMEPAGE="http://www.unrealtournament.com/"
-SRC_URI="ftp://ftp.lokigames.com/pub/patches/ut/ut-install-${PV}.run
- ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-${PV}-Linux-08-20-02.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE="3dfx"
-
-DEPEND="app-arch/unzip
- !games-fps/unreal-tournament-goty"
-RDEPEND="x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp"
-
-S=${WORKDIR}
-
-src_unpack() {
- cdrom_get_cds System/
- unpack_makeself ut-install-${PV}.run
- unpack IpDrv-${PV}-Linux-08-20-02.zip
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
- dodir ${dir}
-
- # Help, Logs, Music, Textures, Web
- cp -rf ${CDROM_ROOT}/{Help,Logs,Music,Textures,Web} ${D}/${dir}/ || die "copy Help, Logs, Music, Textures, Web"
- tar -zxf Credits.tar.gz -C ${D}/${dir} || die "extract credits texture"
- # NetGamesUSA.com
- tar -zxf NetGamesUSA.com.tar.gz -C ${D}/${dir}/ || die "extract NetGamesUSA.com"
- # Sounds
- dodir ${dir}/Sounds
- cp -rf ${CDROM_ROOT}/Sounds/*.uax ${D}/${dir}/Sounds/ || die "copy Sounds"
-
- # System
- if use 3dfx ; then
- tar -zxf Glide.ini.tar.gz -C ${D}/${dir} || die "install Glide ini"
- else
- tar -zxf OpenGL.ini.tar.gz -C ${D}/${dir} || die "install OpenGL ini"
- fi
- tar -zxf data.tar.gz -C ${D}/${dir} || die "extract System data"
- cp ${CDROM_ROOT}/System/*.u ${D}/${dir}/System/ || die "copy System data"
-
- # the most important things, ucc & ut :)
- exeinto ${dir}
- doexe bin/x86/{ucc,ut} || die "install ucc/ut"
- dosed "s:\`FindPath \$0\`:${dir}:" ${dir}/ucc
-
- # now we install the IpDrv.so patch
- insinto ${dir}/System
- doins IpDrv.so || die "install IpDrv.so patch"
-
- # install a few random files
- insinto ${dir}
- doins README icon.{bmp,xpm} || die "installing random files"
-
- # install a menu item (closes bug #27542)
- insinto /usr/share/pixmaps
- newins icon.xpm ut.xpm
- make_desktop_entry ut "Unreal Tournament" ut.xpm
-
- # now we uncompress the maps (GOTY edition installs maps as .uz)
- einfo "Uncompressing Maps ... this may take some time"
- dodir ${dir}/Maps
- cd ${D}/${dir}
- export HOME=${T}
- export UT_DATA_PATH=${D}/${dir}/System
- 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
- cp -rf ${CDROM_ROOT}/Maps/*.unr ${D}/${dir}/Maps/ # some cd's have uncompressed maps ??
-
- # export some symlinks so ppl can run
- dodir ${GAMES_BINDIR}
- dosym ${dir}/ut ${GAMES_BINDIR}/ut
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- elog "You might want to install the bonus packs too."
- elog "Many servers on the internet use them, and the"
- elog "majority of players do too."
- elog
- elog "Just run: emerge unreal-tournament-bonuspacks"
- echo
-}