diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:50:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:50:14 +0000 |
commit | dd779718f9914f67c036159f341b6e56b7cd6e24 (patch) | |
tree | 61d93be37d5670a39dae104b0dc6b4a79a3e1b6b /games-fps/ut2004-crossfire | |
parent | old (diff) | |
download | gentoo-2-dd779718f9914f67c036159f341b6e56b7cd6e24.tar.gz gentoo-2-dd779718f9914f67c036159f341b6e56b7cd6e24.tar.bz2 gentoo-2-dd779718f9914f67c036159f341b6e56b7cd6e24.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r-- | games-fps/ut2004-crossfire/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild | 33 |
2 files changed, 6 insertions, 36 deletions
diff --git a/games-fps/ut2004-crossfire/ChangeLog b/games-fps/ut2004-crossfire/ChangeLog index 898fe45e3aa4..bbaf0a6c63ef 100644 --- a/games-fps/ut2004-crossfire/ChangeLog +++ b/games-fps/ut2004-crossfire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-crossfire -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.8 2015/01/27 07:50:14 mr_bones_ Exp $ + + 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> + -ut2004-crossfire-1.93.ebuild: + old *ut2004-crossfire-1.95 (18 Apr 2010) @@ -39,4 +43,3 @@ +ut2004-crossfire-1.5.ebuild: Initial import. Ebuild by Paul Bredbury <brebs@sent.com> and edited by me. Closing bug #131630. - diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild b/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild deleted file mode 100644 index bfcc63148d4d..000000000000 --- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild +++ /dev/null @@ -1,33 +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/ut2004-crossfire/ut2004-crossfire-1.93.ebuild,v 1.2 2009/10/10 02:21:18 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() { - rm -f *.{exe,reg,sh,tgz,txt} - rm -rf TOCInstaller.app stuff - cd ${MOD_DIR} || die - rm -f *.{bat,exe} Help/*.{exe,zip} -} |