diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-10 01:31:50 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-10 01:31:50 +0000 |
commit | b1f6354b3d3686e13ab67a8e109c6d5dc762f2ea (patch) | |
tree | fba54feef9f7f0675c020508fb1a526110711c14 /games-fps/ut2004-crossfire | |
parent | Bump to 0.5.2. Fixes #288211. Ebuild improvements by Tomas Chvatal. (diff) | |
download | gentoo-2-b1f6354b3d3686e13ab67a8e109c6d5dc762f2ea.tar.gz gentoo-2-b1f6354b3d3686e13ab67a8e109c6d5dc762f2ea.tar.bz2 gentoo-2-b1f6354b3d3686e13ab67a8e109c6d5dc762f2ea.zip |
rm
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r-- | games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild deleted file mode 100644 index 3ed7a14ee13d..000000000000 --- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild,v 1.3 2009/10/01 22:23:33 nyhm Exp $ - -MOD_NAME="Crossfire" -MOD_DESC="Special Forces vs Terrorists" -MOD_DIR="TOCrossfire" -MOD_BINS="crossfire" -MOD_ICON="Help/icons/TOC_TERROR2.png" - -inherit games games-mods - -OLD="TOCrossfire_beta_1.9_full" -UPD="TOCrossfire_beta_1.9a_update" -HOMEPAGE="http://www.to-crossfire.net/" -SRC_URI="ftp://mirror1.to-crossfire.net/client/${OLD}.zip - ftp://mirror1.to-crossfire.net/client/${OLD}.zip - ftp://toc.de-mirror.org/client/${OLD}.zip - ftp://mirror1.to-crossfire.net/client/${UPD}.zip - ftp://mirror1.to-crossfire.net/client/${UPD}.zip - ftp://toc.de-mirror.org/client/${UPD}.zip" - -# See Help/EULA.txt -LICENSE="free-noncomm" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" - -src_unpack() { - mkdir ${OLD} ${UPD} - - cd "${WORKDIR}/${OLD}" && unpack "${OLD}.zip" || die - cd "${WORKDIR}/${UPD}" && unpack "${UPD}.zip" || die - cd "${WORKDIR}" - unpack ./${OLD}/TOCinstall.tgz ./${UPD}/TOCinstall.tgz - - cd "${MOD_DIR}" || die - rm -f *.{bat,exe,md5} Help/*.{exe,zip} -} |