Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/enemy-territory-fortress
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-fortress/ChangeLog,v 1.13 2007/11/06 21:49:16 wolf31o2 Exp $
06 Nov 2007; Chris Gianelloni
enemy-territory-fortress-1.6-r2.ebuild:
Removing extra README from liflg group.
06 Nov 2007; Chris Gianelloni
-enemy-territory-fortress-1.6-r1.ebuild,
enemy-territory-fortress-1.6-r2.ebuild:
Stable on amd64/x86 wrt bug #195356.
23 Oct 2006; Chris Gianelloni
enemy-territory-fortress-1.6-r2.ebuild:
Added QA_TEXTRELS and permissions whacking from bug #133971 back into the
new revision.
*enemy-territory-fortress-1.6-r2 (23 Oct 2006)
23 Oct 2006; Chris Gianelloni
+enemy-territory-fortress-1.6-r2.ebuild:
Added new revision for testing which uses the brand-spankin-new
games-mods.eclass to reduce ebuild code.
02 Oct 2006; Michael Sterrett
enemy-territory-fortress-1.6-r1.ebuild:
QA_TEXTRELS and permission whacking (bug #133971)
28 Sep 2006; Chris Gianelloni
enemy-territory-fortress-1.6-r1.ebuild:
Change to use the new liflg thirdpartymirror.
31 Mar 2006; Chris Gianelloni
enemy-territory-fortress-1.6-r1.ebuild:
Changed nomirror to mirror and nostrip to strip.
31 Mar 2006; Chris Gianelloni
-enemy-territory-fortress-1.2.ebuild,
-enemy-territory-fortress-1.4.ebuild:
Removing old versions.
*enemy-territory-fortress-1.6-r1 (27 Mar 2006)
27 Mar 2006; Chris Gianelloni
-enemy-territory-fortress-1.6.ebuild,
+enemy-territory-fortress-1.6-r1.ebuild:
Revision bumped and closing bug #127523.
*enemy-territory-fortress-1.6 (22 Jul 2005)
22 Jul 2005; Chris Gianelloni
+enemy-territory-fortress-1.6.ebuild:
Version bump and closing bug #99905.
*enemy-territory-fortress-1.4 (23 Jun 2005)
23 Jun 2005; Chris Gianelloni
+enemy-territory-fortress-1.4.ebuild:
Version bumped and closing bug #90345.
*enemy-territory-fortress-1.2 (23 Feb 2005)
23 Feb 2005; Chris Gianelloni
-enemy-territory-fortress-1.0.ebuild,
+enemy-territory-fortress-1.2.ebuild:
Version bumped to 1.2 and closing bug #82388.
*enemy-territory-fortress-1.0 (15 Jan 2004)
15 Jan 2004; Mike Frysinger
Initial import. Ebuild submitted by me for #78081.
DIST etf_1.6-english-2.run 276814092 RMD160 29ec8948b0b0407db089b3fbe9bea2e9127558b4 SHA1 26ad51d2b2058be82d4aa26abe00fb941c3e8a96 SHA256 6be1e86922435fcddfe28d83210ac556497f65ea1f030e09459e82c888533975
EBUILD enemy-territory-fortress-1.6-r2.ebuild 1138 RMD160 e30fdef2b0c9356b18588917ffd9a3a9680805d2 SHA1 4846be95c49722ff0d50a95b16455ff9b0eca091 SHA256 48a15d1559802cfe316e35dfc593fec21788da326298395c06f4edb9c56f4176
MISC ChangeLog 2577 RMD160 1776215f8345fe81207800daf0b75324cd380a96 SHA1 8236e84e8fd0d9823077982253c0dd0ba4d52cd8 SHA256 a960b595ee0b6635b01cb9625765f2f0bd7887302ad8426cecfe83b8c0f756f3
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 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.4 2007/11/06 21:49:16 wolf31o2 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"
RDEPEND="games-fps/${GAME}"
QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/${GAME}/etf/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
}