Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/ut2004-crossfire: ut2004-crossfire-1.93.ebuild ChangeLog
Date: Tue, 06 Oct 2009 15:46:04
Message-Id: E1MvCEk-0001Q6-AM@stork.gentoo.org
1 nyhm 09/10/06 15:46:02
2
3 Modified: ChangeLog
4 Added: ut2004-crossfire-1.93.ebuild
5 Log:
6 Version bump, bug #233204
7 (Portage version: 2.2_rc44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 games-fps/ut2004-crossfire/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 28 Jul 2008 16:49:44 -0000 1.4
23 +++ ChangeLog 6 Oct 2009 15:46:01 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-fps/ut2004-crossfire
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.4 2008/07/28 16:49:44 wolf31o2 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-crossfire/ChangeLog,v 1.5 2009/10/06 15:46:01 nyhm Exp $
30 +
31 +*ut2004-crossfire-1.93 (06 Oct 2009)
32 +
33 + 06 Oct 2009; Tristan Heaven <nyhm@g.o>
34 + +ut2004-crossfire-1.93.ebuild:
35 + Version bump, bug #233204
36
37 28 Jul 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
38 Removing myself from metadata.xml since I am retiring from the project.
39
40
41
42 1.1 games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-crossfire/ut2004-crossfire-1.93.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ut2004-crossfire-1.93.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=2
54
55 MOD_NAME="Crossfire"
56 MOD_DESC="Special Forces vs Terrorists"
57 MOD_DIR="TOCrossfire"
58 MOD_ICON="Help/icons/TOC_TERROR2.png"
59
60 inherit games games-mods
61
62 HOMEPAGE="http://www.to-crossfire.net/"
63 SRC_URI="ftp://to-crossfire.speicherland.com/TOC/client/TOCrossfire_beta_${PV}_full.zip
64 http://www.to-crossfire.org/mirrors/client/TOCrossfire_beta_${PV}_full.zip"
65
66 # See Help/EULA.txt
67 LICENSE="free-noncomm"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="dedicated opengl"
70
71 src_unpack() {
72 unpack ${A}
73 unpack ./TOCinstall.tgz
74 }
75
76 src_prepare() {
77 cd ${MOD_DIR} || die
78 rm -f *.{bat,exe} Help/*.{exe,zip}
79 }