summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-10 19:39:17 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-10 19:39:17 +0000
commit01193ca5d7c3289fd2cdeb92a7c7e53a80799e29 (patch)
tree2f0e68ea6a170586816746c3662d7887d4e56043 /games-fps
parentrm (diff)
downloadgentoo-2-01193ca5d7c3289fd2cdeb92a7c7e53a80799e29.tar.gz
gentoo-2-01193ca5d7c3289fd2cdeb92a7c7e53a80799e29.tar.bz2
gentoo-2-01193ca5d7c3289fd2cdeb92a7c7e53a80799e29.zip
rm
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild b/games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild
deleted file mode 100644
index 459a7296bc99..000000000000
--- a/games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild
+++ /dev/null
@@ -1,35 +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/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild,v 1.7 2009/10/01 21:08:17 nyhm Exp $
-
-MOD_DESC="a class-based teamplay modification"
-MOD_NAME="Fortress"
-MOD_TBZ2="etf cfgnormal"
-MOD_ICON="etf.xpm"
-MOD_DIR="etf"
-GAME="enemy-territory"
-
-inherit eutils games games-mods
-
-HOMEPAGE="http://www.etfgame.com/"
-SRC_URI="http://www.sonnensturm.net/download/etf_${PV}-english-2.run
- http://www.playlinux.net/files/native/etf_${PV}-english-2.run
- http://liflg.httpdnet.com/files/native/etf_${PV}-english-2.run
- http://www.sonnensturm.net/download/etf_${PV}-english-2.run"
-
-LICENSE="freedist"
-KEYWORDS="amd64 x86"
-IUSE="dedicated opengl"
-
-QA_TEXTRELS="${GAMES_DATADIR:1}/${GAME}/etf/omnibot_etf.so
- ${GAMES_DATADIR:1}/${GAME}/omnibot_etf.so"
-
-src_unpack() {
- # This is a prime example of how we should do our src_unpack for a mod that
- # has files that we don't want.
- games-mods_src_unpack
- rm -rf cfghi.tar.gz cfglow.tar.gz cfgxtrahi.tar.gz enemy-territory.xml \
- LICENSE README search.sh bin
- cd "${S}"
- find . -type f -print0 | xargs -0 chmod a-x
-}