diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 15:46:01 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-06 15:46:01 +0000 |
commit | 5acae37905d2a28e477d9643e6f1a15f1f52452b (patch) | |
tree | c03ce3064e43b3bd727c51832b8466493c8e04ff /games-fps/ut2004-crossfire | |
parent | Version bump. (diff) | |
download | gentoo-2-5acae37905d2a28e477d9643e6f1a15f1f52452b.tar.gz gentoo-2-5acae37905d2a28e477d9643e6f1a15f1f52452b.tar.bz2 gentoo-2-5acae37905d2a28e477d9643e6f1a15f1f52452b.zip |
Version bump, bug #233204
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r-- | games-fps/ut2004-crossfire/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild | 31 |
2 files changed, 39 insertions, 2 deletions
diff --git a/games-fps/ut2004-crossfire/ChangeLog b/games-fps/ut2004-crossfire/ChangeLog index b93cc9704067..de212a04e671 100644 --- a/games-fps/ut2004-crossfire/ChangeLog +++ b/games-fps/ut2004-crossfire/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/ut2004-crossfire -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.4 2008/07/28 16:49:44 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.5 2009/10/06 15:46:01 nyhm Exp $ + +*ut2004-crossfire-1.93 (06 Oct 2009) + + 06 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + +ut2004-crossfire-1.93.ebuild: + Version bump, bug #233204 28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself from metadata.xml since I am retiring from the project. diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild new file mode 100644 index 000000000000..568bd68c4656 --- /dev/null +++ b/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild @@ -0,0 +1,31 @@ +# 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.93.ebuild,v 1.1 2009/10/06 15:46:01 nyhm Exp $ + +EAPI=2 + +MOD_NAME="Crossfire" +MOD_DESC="Special Forces vs Terrorists" +MOD_DIR="TOCrossfire" +MOD_ICON="Help/icons/TOC_TERROR2.png" + +inherit games games-mods + +HOMEPAGE="http://www.to-crossfire.net/" +SRC_URI="ftp://to-crossfire.speicherland.com/TOC/client/TOCrossfire_beta_${PV}_full.zip + http://www.to-crossfire.org/mirrors/client/TOCrossfire_beta_${PV}_full.zip" + +# See Help/EULA.txt +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated opengl" + +src_unpack() { + unpack ${A} + unpack ./TOCinstall.tgz +} + +src_prepare() { + cd ${MOD_DIR} || die + rm -f *.{bat,exe} Help/*.{exe,zip} +} |