Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3: ChangeLog quake3-9999.ebuild quake3-1.36.ebuild
Date: Sun, 28 Nov 2010 05:29:14
Message-Id: 20101128052905.A4B6B20051@flycatcher.gentoo.org
1 mr_bones_ 10/11/28 05:29:05
2
3 Modified: ChangeLog quake3-9999.ebuild quake3-1.36.ebuild
4 Log:
5 fix KEYWORDS (bug #346329)
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.55 games-fps/quake3/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 13 Nov 2010 07:33:45 -0000 1.54
23 +++ ChangeLog 28 Nov 2010 05:29:05 -0000 1.55
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-fps/quake3
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.54 2010/11/13 07:33:45 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.55 2010/11/28 05:29:05 mr_bones_ Exp $
29 +
30 + 28 Nov 2010; Michael Sterrett <mr_bones_@g.o> quake3-1.36.ebuild,
31 + quake3-9999.ebuild:
32 + fix KEYWORDS (bug #346329)
33
34 *quake3-1.36 (13 Nov 2010)
35
36
37
38
39 1.18 games-fps/quake3/quake3-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.18&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?rev=1.18&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-9999.ebuild?r1=1.17&r2=1.18
44
45 Index: quake3-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v
48 retrieving revision 1.17
49 retrieving revision 1.18
50 diff -u -r1.17 -r1.18
51 --- quake3-9999.ebuild 13 Nov 2010 07:33:45 -0000 1.17
52 +++ quake3-9999.ebuild 28 Nov 2010 05:29:05 -0000 1.18
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.17 2010/11/13 07:33:45 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.18 2010/11/28 05:29:05 mr_bones_ Exp $
58
59 # quake3-9999 -> latest svn
60 # quake3-9999.REV -> use svn REV
61 @@ -14,10 +14,12 @@
62 inherit subversion flag-o-matic toolchain-funcs eutils games
63
64 SRC_URI=""
65 + KEYWORDS=""
66 S=${WORKDIR}/trunk
67 else
68 inherit flag-o-matic toolchain-funcs eutils games
69 SRC_URI="http://ioquake3.org/files/${PV}/ioquake3-${PV}.tar.bz2"
70 + KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
71 S=${WORKDIR}/io${P}
72 fi
73
74
75
76
77 1.2 games-fps/quake3/quake3-1.36.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild?r1=1.1&r2=1.2
82
83 Index: quake3-1.36.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- quake3-1.36.ebuild 13 Nov 2010 07:33:45 -0000 1.1
90 +++ quake3-1.36.ebuild 28 Nov 2010 05:29:05 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.1 2010/11/13 07:33:45 mr_bones_ Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.36.ebuild,v 1.2 2010/11/28 05:29:05 mr_bones_ Exp $
96
97 # quake3-9999 -> latest svn
98 # quake3-9999.REV -> use svn REV
99 @@ -14,10 +14,12 @@
100 inherit subversion flag-o-matic toolchain-funcs eutils games
101
102 SRC_URI=""
103 + KEYWORDS=""
104 S=${WORKDIR}/trunk
105 else
106 inherit flag-o-matic toolchain-funcs eutils games
107 SRC_URI="http://ioquake3.org/files/${PV}/ioquake3-${PV}.tar.bz2"
108 + KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
109 S=${WORKDIR}/io${P}
110 fi
111
112 @@ -26,7 +28,6 @@
113
114 LICENSE="GPL-2"
115 SLOT="0"
116 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
117 IUSE="dedicated teamarena"
118
119 DEPEND="!dedicated? (