summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-01 22:22:35 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-01 22:22:35 +0000
commit33658e3835035fd4e3ee7f4b1a3c4f81166df5ab (patch)
tree970bd8de8fc4716d7141e894632afb1d4d8e0354 /games-fps/ut2004-crossfire
parentset IUSE; drop RDEPEND (diff)
downloadgentoo-2-33658e3835035fd4e3ee7f4b1a3c4f81166df5ab.tar.gz
gentoo-2-33658e3835035fd4e3ee7f4b1a3c4f81166df5ab.tar.bz2
gentoo-2-33658e3835035fd4e3ee7f4b1a3c4f81166df5ab.zip
rm
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r--games-fps/ut2004-crossfire/ut2004-crossfire-1.5.ebuild33
-rw-r--r--games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild36
2 files changed, 0 insertions, 69 deletions
diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.5.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.5.ebuild
deleted file mode 100644
index 6cba15c59547..000000000000
--- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.5.ebuild
+++ /dev/null
@@ -1,33 +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/ut2004-crossfire/ut2004-crossfire-1.5.ebuild,v 1.2 2007/01/27 00:50:44 mr_bones_ 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
-
-HOMEPAGE="http://www.to-crossfire.net/"
-SRC_URI="ftp://mirror1.to-crossfire.net/client/TOCrossfire_beta1.2_full.zip
- ftp://mirror1.to-crossfire.net/client/TOCrossfire_beta${PV}_update.zip
- http://www.speicherland.com/TOCrossfire_beta${PV}_update.zip"
-
-# See /opt/ut2004/TOCrossfire/Help/EULA.txt
-LICENSE="free-noncomm"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${CATEGORY}/${GAME}"
-
-src_unpack() {
- games-mods_src_unpack
-
- unpack ./TOCrossfire_beta_1.2_full/TOCinstall.tgz
- unpack ./TOCrossfire_beta${PV}_update/TOCinstall.tgz
-
- cd "${MOD_DIR}" || die
- rm -f *.exe Help/*.{exe,zip}
-}
diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild
deleted file mode 100644
index fd0bdc09e092..000000000000
--- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.7.ebuild
+++ /dev/null
@@ -1,36 +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/ut2004-crossfire/ut2004-crossfire-1.7.ebuild,v 1.1 2007/05/22 16:49:03 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_beta1.6_full"
-UPD="TOCrossfire_beta${PV}_update"
-HOMEPAGE="http://www.to-crossfire.net/"
-SRC_URI="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://toc.de-mirror.org/client/${UPD}.zip"
-
-# See Help/EULA.txt
-LICENSE="free-noncomm"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${CATEGORY}/${GAME}"
-
-src_unpack() {
- games-mods_src_unpack
-
- unpack ./${OLD/beta/beta_}/TOCinstall.tgz
- unpack ./${UPD}/TOCinstall.tgz
-
- cd "${MOD_DIR}" || die
- rm -f *.{bat,exe,md5} Help/*.{exe,zip}
-}