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-cor: ut2004-cor-1.01-r1.ebuild ChangeLog
Date: Wed, 07 Oct 2009 15:45:27
Message-Id: E1MvYhh-0001nY-Gy@stork.gentoo.org
1 nyhm 09/10/07 15:45:25
2
3 Modified: ChangeLog
4 Added: ut2004-cor-1.01-r1.ebuild
5 Log:
6 Use original zip files instead of third party installer
7 (Portage version: 2.2_rc44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-fps/ut2004-cor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-cor/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-cor/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-cor/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 28 Jul 2008 16:48:50 -0000 1.2
23 +++ ChangeLog 7 Oct 2009 15:45:25 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-fps/ut2004-cor
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ChangeLog,v 1.2 2008/07/28 16:48:50 wolf31o2 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ChangeLog,v 1.3 2009/10/07 15:45:25 nyhm Exp $
30 +
31 +*ut2004-cor-1.01-r1 (07 Oct 2009)
32 +
33 + 07 Oct 2009; Tristan Heaven <nyhm@g.o> +ut2004-cor-1.01-r1.ebuild:
34 + Use original zip files instead of third party installer
35
36 28 Jul 2008; Chris Gianelloni <wolf31o2@g.o> metadata.xml:
37 Removing myself from metadata.xml since I am retiring from the project.
38
39
40
41 1.1 games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ut2004-cor-1.01-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild,v 1.1 2009/10/07 15:45:25 nyhm Exp $
51
52 EAPI=2
53
54 MOD_DESC="Shape-shifting robot teamplay mod"
55 MOD_NAME="Counter Organic Revolution"
56 MOD_DIR="COR"
57
58 inherit games games-mods
59
60 HOMEPAGE="http://www.corproject.com/"
61 SRC_URI="http://168.158.223.115/COR_Beta_v1.0.zip
62 http://168.158.223.115/COR_Patch_B1.0_to_B${PV}.zip"
63
64 LICENSE="freedist"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="dedicated opengl"
67
68 src_unpack() {
69 unpack COR_Beta_v1.0.zip COR_Patch_B1.0_to_B${PV}.zip
70 }
71
72 src_prepare() {
73 rm -f ${MOD_DIR}/*.bat
74 }