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/quake4-deltactf: ChangeLog quake4-deltactf-1.1.ebuild
Date: Thu, 08 Oct 2009 04:00:25
Message-Id: E1MvkAx-0004e4-5G@stork.gentoo.org
1 nyhm 09/10/08 04:00:23
2
3 Modified: ChangeLog quake4-deltactf-1.1.ebuild
4 Log:
5 EAPI=2; update SRC_URI
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-fps/quake4-deltactf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 15 Sep 2007 19:07:46 -0000 1.1
22 +++ ChangeLog 8 Oct 2009 04:00:22 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-fps/quake4-deltactf
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/ChangeLog,v 1.1 2007/09/15 19:07:46 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/ChangeLog,v 1.2 2009/10/08 04:00:22 nyhm Exp $
29 +
30 + 08 Oct 2009; Tristan Heaven <nyhm@g.o> quake4-deltactf-1.1.ebuild:
31 + EAPI=2; update SRC_URI
32
33 *quake4-deltactf-1.1 (15 Sep 2007)
34
35
36
37
38 1.3 games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild?r1=1.2&r2=1.3
43
44 Index: quake4-deltactf-1.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- quake4-deltactf-1.1.ebuild 1 Oct 2009 21:53:06 -0000 1.2
51 +++ quake4-deltactf-1.1.ebuild 8 Oct 2009 04:00:22 -0000 1.3
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild,v 1.2 2009/10/01 21:53:06 nyhm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-deltactf/quake4-deltactf-1.1.ebuild,v 1.3 2009/10/08 04:00:22 nyhm Exp $
58 +
59 +EAPI=2
60
61 MOD_DESC="Delta Capture-The-Flag"
62 MOD_NAME="Delta CTF"
63 @@ -9,22 +11,10 @@
64
65 inherit games games-mods
66
67 -# Ensure it's quake4 rather than q4, until eclass is fixed
68 -GAME_EXE="quake4"
69 -DED_EXE="quake4-ded"
70 -
71 -TURKEY="http://turkeyfiles.escapedturkey.net/quake4/deltactf"
72 -ACM="http://acmectf.com/downloads/Quake4/Mods"
73 -
74 -# deltactf.com seems dead, but should be the homepage
75 -HOMEPAGE="http://quake4.filefront.com/file/DeltaCTF_11_Patch;72609
76 - http://www.deltactf.com"
77 -# Weird extra zeros in filenames
78 -SRC_URI="${TURKEY}/DeltaCTF_1.000.zip
79 - ${ACM}/DeltaCTF_1.000.zip
80 - ${TURKEY}/DeltaCTF_1.100_Patch.zip
81 - ${ACM}/DeltaCTF_1.100_Patch.zip"
82 +HOMEPAGE="http://quake4.filefront.com/file/DeltaCTF_11_Patch;72609"
83 +SRC_URI="mirror://quakeunity/quake4/modifications/deltactf/DeltaCTF_1.000.zip
84 + mirror://quakeunity/quake4/modifications/deltactf/DeltaCTF_1.100_Patch.zip"
85
86 -LICENSE="as-is"
87 +LICENSE="freedist"
88 KEYWORDS="amd64 x86"
89 IUSE="dedicated opengl"