diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 05:10:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-18 05:10:17 +0000 |
commit | 7047edd0adcb8edb8c15d4ac6f552f65d17540ab (patch) | |
tree | a9d4720237df6213158996a6310551d1a42f7d00 | |
parent | Drop old note about utils. (diff) | |
download | gentoo-2-7047edd0adcb8edb8c15d4ac6f552f65d17540ab.tar.gz gentoo-2-7047edd0adcb8edb8c15d4ac6f552f65d17540ab.tar.bz2 gentoo-2-7047edd0adcb8edb8c15d4ac6f552f65d17540ab.zip |
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | games-fps/ut2004-crossfire/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild | 33 |
2 files changed, 41 insertions, 2 deletions
diff --git a/games-fps/ut2004-crossfire/ChangeLog b/games-fps/ut2004-crossfire/ChangeLog index 1427b1c86217..898fe45e3aa4 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.6 2009/10/10 02:21:18 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.7 2010/04/18 05:10:17 mr_bones_ Exp $ + +*ut2004-crossfire-1.95 (18 Apr 2010) + + 18 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> + +ut2004-crossfire-1.95.ebuild: + version bump 10 Oct 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-crossfire-1.93.ebuild: diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild new file mode 100644 index 000000000000..e6ab75b5e7bc --- /dev/null +++ b/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 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.95.ebuild,v 1.1 2010/04/18 05:10:17 mr_bones_ 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() { + rm -f *.{exe,reg,sh,tgz,txt} + rm -rf TOCInstaller.app stuff + cd ${MOD_DIR} || die + rm -f *.{bat,exe} Help/*.{exe,zip} +} |