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/quake3-alliance: quake3-alliance-3.3-r1.ebuild ChangeLog
Date: Tue, 06 Oct 2009 22:10:05
Message-Id: E1MvIEM-0006z8-Fr@stork.gentoo.org
1 nyhm 09/10/06 22:10:02
2
3 Modified: quake3-alliance-3.3-r1.ebuild ChangeLog
4 Log:
5 EAPI=2; fix unpack order; fix SRC_URI, bug #255676
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: quake3-alliance-3.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- quake3-alliance-3.3-r1.ebuild 1 Oct 2009 21:15:10 -0000 1.3
22 +++ quake3-alliance-3.3-r1.ebuild 6 Oct 2009 22:10:02 -0000 1.4
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild,v 1.3 2009/10/01 21:15:10 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/quake3-alliance-3.3-r1.ebuild,v 1.4 2009/10/06 22:10:02 nyhm Exp $
29 +
30 +EAPI=2
31
32 MOD_DESC="fast paced, off-handed grapple mod"
33 MOD_NAME="Alliance"
34 @@ -8,10 +10,20 @@
35
36 inherit games games-mods
37
38 -SRC_URI="http://mir2.ovh.net/ftp.planetquake3.net/modifications/alliance/alliance30.zip
39 - http://mir2.ovh.net/ftp.planetquake3.net/modifications/alliance/alliance30-33.zip"
40 +SRC_URI="http://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30.zip
41 + http://www.superkeff.net/mods/mods/alliance/alliance30.zip
42 + http://www.mirrorservice.org/sites/quakeunity.com/modifications/alliance/alliance30-33.zip
43 + http://www.superkeff.net/mods/mods/alliance/alliance30-33.zip"
44 HOMEPAGE="http://www.planetquake.com/alliance/"
45
46 LICENSE="freedist"
47 -KEYWORDS="-* ~amd64 ~ppc ~x86"
48 +KEYWORDS="~amd64 ~ppc ~x86"
49 IUSE="dedicated opengl"
50 +
51 +src_unpack() {
52 + unpack alliance30.zip alliance30-33.zip
53 +}
54 +
55 +src_prepare() {
56 + rm -f *.exe
57 +}
58
59
60
61 1.4 games-fps/quake3-alliance/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/ChangeLog?rev=1.4&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/ChangeLog?rev=1.4&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-alliance/ChangeLog?r1=1.3&r2=1.4
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/ChangeLog,v
70 retrieving revision 1.3
71 retrieving revision 1.4
72 diff -u -r1.3 -r1.4
73 --- ChangeLog 23 Oct 2006 19:49:50 -0000 1.3
74 +++ ChangeLog 6 Oct 2009 22:10:02 -0000 1.4
75 @@ -1,6 +1,10 @@
76 # ChangeLog for games-fps/quake3-alliance
77 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/ChangeLog,v 1.3 2006/10/23 19:49:50 wolf31o2 Exp $
79 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-alliance/ChangeLog,v 1.4 2009/10/06 22:10:02 nyhm Exp $
81 +
82 + 06 Oct 2009; Tristan Heaven <nyhm@g.o>
83 + quake3-alliance-3.3-r1.ebuild:
84 + EAPI=2; fix unpack order; fix SRC_URI, bug #255676
85
86 *quake3-alliance-3.3-r1 (23 Oct 2006)