diff options
Diffstat (limited to 'games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild')
-rw-r--r-- | games-fps/enemy-territory-fortress/enemy-territory-fortress-1.6-r2.ebuild | 35 |
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 -} |