diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 18:37:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-23 18:37:10 +0000 |
commit | 4669544f682984e3345993a8e80ce01491d33823 (patch) | |
tree | 306d1db9632a13d1414b2c63838660f0b1cf42bc /games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild | |
parent | Initial import of games-mods.eclass which is written by me, but based off wor... (diff) | |
download | gentoo-2-4669544f682984e3345993a8e80ce01491d33823.tar.gz gentoo-2-4669544f682984e3345993a8e80ce01491d33823.tar.bz2 gentoo-2-4669544f682984e3345993a8e80ce01491d33823.zip |
Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild')
-rw-r--r-- | games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild b/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild new file mode 100644 index 000000000000..8797506d905a --- /dev/null +++ b/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-etpro/enemy-territory-etpro-3.2.6-r1.ebuild,v 1.1 2006/10/23 18:37:10 wolf31o2 Exp $ + +MOD_DESC="a series of minor additions to Enemy Territory to make it more fun" +MOD_NAME="ETPro" +#MOD_TBZ2 +#MOD_ICON +MOD_DIR="etpro" +GAME="enemy-territory" + +inherit games games-mods + +HOMEPAGE="http://bani.anime.net/etpro/" +SRC_URI="http://etpro.anime.net/etpro-${PV//./_}.zip" + +LICENSE="as-is" + +KEYWORDS="-* ~amd64 ~x86" + +RDEPEND="games-fps/${GAME}" |