Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild PyQt4-4.7.7-r1.ebuild ChangeLog PyQt4-4.8.ebuild PyQt4-4.8.1.ebuild PyQt4-4.6.2.ebuild PyQt4-4.7.3.ebuild
Date: Sat, 06 Nov 2010 17:32:39
Message-Id: 20101106173234.5768720051@flycatcher.gentoo.org
1 jer 10/11/06 17:32:34
2
3 Modified: PyQt4-4.5.4-r4.ebuild PyQt4-4.7.7-r1.ebuild
4 ChangeLog PyQt4-4.8.ebuild PyQt4-4.8.1.ebuild
5 PyQt4-4.6.2.ebuild PyQt4-4.7.3.ebuild
6 Log:
7 Remove HPPA keywording (bug #239441).
8
9 (Portage version: 2.1.9.24/cvs/Linux i686)
10
11 Revision Changes Path
12 1.14 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.13&r2=1.14
17
18 Index: PyQt4-4.5.4-r4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- PyQt4-4.5.4-r4.ebuild 2 Feb 2010 08:10:12 -0000 1.13
25 +++ PyQt4-4.5.4-r4.ebuild 6 Nov 2010 17:32:34 -0000 1.14
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.13 2010/02/02 08:10:12 wired Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.14 2010/11/06 17:32:34 jer Exp $
31
32 EAPI="2"
33 SUPPORT_PYTHON_ABIS="1"
34 @@ -16,7 +16,7 @@
35
36 SLOT="0"
37 LICENSE="|| ( GPL-2 GPL-3 )"
38 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
39 +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
40 IUSE="X assistant +dbus debug doc examples kde opengl phonon sql svg webkit xmlpatterns"
41
42 DEPEND="=dev-python/sip-4.8*
43
44
45
46 1.2 dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild?r1=1.1&r2=1.2
51
52 Index: PyQt4-4.7.7-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- PyQt4-4.7.7-r1.ebuild 6 Oct 2010 11:05:05 -0000 1.1
59 +++ PyQt4-4.7.7-r1.ebuild 6 Nov 2010 17:32:34 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild,v 1.1 2010/10/06 11:05:05 tampakrap Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.7-r1.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $
65
66 EAPI="3"
67 PYTHON_DEPEND="*"
68 @@ -18,7 +18,7 @@
69
70 SLOT="0"
71 LICENSE="|| ( GPL-2 GPL-3 )"
72 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
73 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
74 IUSE="X assistant +dbus debug doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns"
75
76 DEPEND=">=dev-python/sip-4.11
77
78
79
80 1.134 dev-python/PyQt4/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.134&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.134&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.133&r2=1.134
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
89 retrieving revision 1.133
90 retrieving revision 1.134
91 diff -u -r1.133 -r1.134
92 --- ChangeLog 30 Oct 2010 18:23:26 -0000 1.133
93 +++ ChangeLog 6 Nov 2010 17:32:34 -0000 1.134
94 @@ -1,6 +1,11 @@
95 # ChangeLog for dev-python/PyQt4
96 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.133 2010/10/30 18:23:26 arfrever Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.134 2010/11/06 17:32:34 jer Exp $
99 +
100 + 06 Nov 2010; Jeroen Roovers <jer@g.o> PyQt4-4.5.4-r4.ebuild,
101 + PyQt4-4.6.2.ebuild, PyQt4-4.7.3.ebuild, PyQt4-4.7.7-r1.ebuild,
102 + PyQt4-4.8.ebuild, PyQt4-4.8.1.ebuild:
103 + Remove HPPA keywording (bug #239441).
104
105 *PyQt4-4.8.1 (30 Oct 2010)
106
107
108
109
110 1.2 dev-python/PyQt4/PyQt4-4.8.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild?r1=1.1&r2=1.2
115
116 Index: PyQt4-4.8.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- PyQt4-4.8.ebuild 23 Oct 2010 11:44:54 -0000 1.1
123 +++ PyQt4-4.8.ebuild 6 Nov 2010 17:32:34 -0000 1.2
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2010 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild,v 1.1 2010/10/23 11:44:54 arfrever Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $
129
130 EAPI="3"
131 PYTHON_DEPEND="*"
132 @@ -20,7 +20,7 @@
133
134 LICENSE="|| ( GPL-2 GPL-3 )"
135 SLOT="0"
136 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
137 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
138 IUSE="X assistant +dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns"
139
140 DEPEND=">=dev-python/sip-4.11.2
141
142
143
144 1.2 dev-python/PyQt4/PyQt4-4.8.1.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?r1=1.1&r2=1.2
149
150 Index: PyQt4-4.8.1.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- PyQt4-4.8.1.ebuild 30 Oct 2010 18:23:26 -0000 1.1
157 +++ PyQt4-4.8.1.ebuild 6 Nov 2010 17:32:34 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2010 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.1 2010/10/30 18:23:26 arfrever Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $
163
164 EAPI="3"
165 PYTHON_DEPEND="*"
166 @@ -20,7 +20,7 @@
167
168 LICENSE="|| ( GPL-2 GPL-3 )"
169 SLOT="0"
170 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
171 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
172 IUSE="X assistant +dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns"
173
174 DEPEND=">=dev-python/sip-4.11.2
175
176
177
178 1.11 dev-python/PyQt4/PyQt4-4.6.2.ebuild
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.11&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.11&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.10&r2=1.11
183
184 Index: PyQt4-4.6.2.ebuild
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
187 retrieving revision 1.10
188 retrieving revision 1.11
189 diff -u -r1.10 -r1.11
190 --- PyQt4-4.6.2.ebuild 10 Feb 2010 16:41:09 -0000 1.10
191 +++ PyQt4-4.6.2.ebuild 6 Nov 2010 17:32:34 -0000 1.11
192 @@ -1,6 +1,6 @@
193 # Copyright 1999-2010 Gentoo Foundation
194 # Distributed under the terms of the GNU General Public License v2
195 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.10 2010/02/10 16:41:09 jer Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.11 2010/11/06 17:32:34 jer Exp $
197
198 EAPI="2"
199 SUPPORT_PYTHON_ABIS="1"
200 @@ -16,7 +16,7 @@
201
202 SLOT="0"
203 LICENSE="|| ( GPL-2 GPL-3 )"
204 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
205 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
206 IUSE="X assistant +dbus debug doc examples kde opengl phonon sql svg webkit xmlpatterns"
207
208 DEPEND=">=dev-python/sip-4.9
209
210
211
212 1.11 dev-python/PyQt4/PyQt4-4.7.3.ebuild
213
214 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild?rev=1.11&view=markup
215 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild?rev=1.11&content-type=text/plain
216 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild?r1=1.10&r2=1.11
217
218 Index: PyQt4-4.7.3.ebuild
219 ===================================================================
220 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild,v
221 retrieving revision 1.10
222 retrieving revision 1.11
223 diff -u -r1.10 -r1.11
224 --- PyQt4-4.7.3.ebuild 23 Oct 2010 17:27:20 -0000 1.10
225 +++ PyQt4-4.7.3.ebuild 6 Nov 2010 17:32:34 -0000 1.11
226 @@ -1,6 +1,6 @@
227 # Copyright 1999-2010 Gentoo Foundation
228 # Distributed under the terms of the GNU General Public License v2
229 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild,v 1.10 2010/10/23 17:27:20 armin76 Exp $
230 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.3.ebuild,v 1.11 2010/11/06 17:32:34 jer Exp $
231
232 EAPI="2"
233 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
234 @@ -17,7 +17,7 @@
235
236 SLOT="0"
237 LICENSE="|| ( GPL-2 GPL-3 )"
238 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
239 +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
240 IUSE="X assistant +dbus debug doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns"
241
242 DEPEND=">=dev-python/sip-4.10