summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild')
-rw-r--r--games-fps/ut2004-crossfire/ut2004-crossfire-1.9.ebuild38
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}
-}