Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.10.3-r1.ebuild PyQt4-4.10.2.ebuild PyQt4-4.10.3.ebuild PyQt4-4.9.6-r2.ebuild ChangeLog
Date: Thu, 31 Oct 2013 13:47:10
Message-Id: 20131031134701.A923920047@flycatcher.gentoo.org
1 mgorny 13/10/31 13:47:01
2
3 Modified: PyQt4-4.10.3-r1.ebuild PyQt4-4.10.2.ebuild
4 PyQt4-4.10.3.ebuild PyQt4-4.9.6-r2.ebuild ChangeLog
5 Log:
6 Update the ebuilds to dep on dev-lang/python-exec.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: PyQt4-4.10.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- PyQt4-4.10.3-r1.ebuild 23 Oct 2013 10:14:55 -0000 1.1
24 +++ PyQt4-4.10.3-r1.ebuild 31 Oct 2013 13:47:01 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild,v 1.1 2013/10/23 10:14:55 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild,v 1.2 2013/10/31 13:47:01 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 @@ -41,7 +41,7 @@
34
35 RDEPEND="
36 ${PYTHON_DEPS}
37 - dev-python/python-exec:2[${PYTHON_USEDEP}]
38 + dev-lang/python-exec:2[${PYTHON_USEDEP}]
39 >=dev-python/sip-4.15.0:=[${PYTHON_USEDEP}]
40 >=dev-qt/qtcore-${QT_PV}
41 X? (
42
43
44
45 1.15 dev-python/PyQt4/PyQt4-4.10.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild?r1=1.14&r2=1.15
50
51 Index: PyQt4-4.10.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- PyQt4-4.10.2.ebuild 17 Sep 2013 19:01:18 -0000 1.14
58 +++ PyQt4-4.10.2.ebuild 31 Oct 2013 13:47:01 -0000 1.15
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.14 2013/09/17 19:01:18 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.15 2013/10/31 13:47:01 mgorny Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
67 @@ -41,7 +41,7 @@
68
69 RDEPEND="
70 ${PYTHON_DEPS}
71 - dev-python/python-exec:0[${PYTHON_USEDEP}]
72 + dev-lang/python-exec:0[${PYTHON_USEDEP}]
73 >=dev-python/sip-4.14.3:=[${PYTHON_USEDEP}]
74 >=dev-qt/qtcore-${QT_PV}
75 X? (
76
77
78
79 1.4 dev-python/PyQt4/PyQt4-4.10.3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild?rev=1.4&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild?rev=1.4&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild?r1=1.3&r2=1.4
84
85 Index: PyQt4-4.10.3.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild,v
88 retrieving revision 1.3
89 retrieving revision 1.4
90 diff -u -r1.3 -r1.4
91 --- PyQt4-4.10.3.ebuild 19 Sep 2013 11:23:03 -0000 1.3
92 +++ PyQt4-4.10.3.ebuild 31 Oct 2013 13:47:01 -0000 1.4
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild,v 1.3 2013/09/19 11:23:03 yngwin Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild,v 1.4 2013/10/31 13:47:01 mgorny Exp $
98
99 EAPI=5
100 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
101 @@ -41,7 +41,7 @@
102
103 RDEPEND="
104 ${PYTHON_DEPS}
105 - dev-python/python-exec:0[${PYTHON_USEDEP}]
106 + dev-lang/python-exec:0[${PYTHON_USEDEP}]
107 >=dev-python/sip-4.15.0:=[${PYTHON_USEDEP}]
108 >=dev-qt/qtcore-${QT_PV}
109 X? (
110
111
112
113 1.20 dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild?rev=1.20&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild?rev=1.20&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild?r1=1.19&r2=1.20
118
119 Index: PyQt4-4.9.6-r2.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v
122 retrieving revision 1.19
123 retrieving revision 1.20
124 diff -u -r1.19 -r1.20
125 --- PyQt4-4.9.6-r2.ebuild 17 Sep 2013 19:01:18 -0000 1.19
126 +++ PyQt4-4.9.6-r2.ebuild 31 Oct 2013 13:47:01 -0000 1.20
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2013 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.19 2013/09/17 19:01:18 mgorny Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.20 2013/10/31 13:47:01 mgorny Exp $
132
133 EAPI=5
134 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
135 @@ -40,7 +40,7 @@
136
137 RDEPEND="
138 ${PYTHON_DEPS}
139 - dev-python/python-exec:0[${PYTHON_USEDEP}]
140 + dev-lang/python-exec:0[${PYTHON_USEDEP}]
141 >=dev-python/sip-4.14.2:=[${PYTHON_USEDEP}]
142 >=dev-qt/qtcore-${QT_PV}
143 X? (
144
145
146
147 1.244 dev-python/PyQt4/ChangeLog
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.244&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.244&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.243&r2=1.244
152
153 Index: ChangeLog
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
156 retrieving revision 1.243
157 retrieving revision 1.244
158 diff -u -r1.243 -r1.244
159 --- ChangeLog 23 Oct 2013 14:41:04 -0000 1.243
160 +++ ChangeLog 31 Oct 2013 13:47:01 -0000 1.244
161 @@ -1,6 +1,10 @@
162 # ChangeLog for dev-python/PyQt4
163 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.243 2013/10/23 14:41:04 pesa Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.244 2013/10/31 13:47:01 mgorny Exp $
166 +
167 + 31 Oct 2013; Michał Górny <mgorny@g.o> PyQt4-4.10.2.ebuild,
168 + PyQt4-4.10.3-r1.ebuild, PyQt4-4.10.3.ebuild, PyQt4-4.9.6-r2.ebuild:
169 + Update the ebuilds to dep on dev-lang/python-exec.
170
171 23 Oct 2013; Davide Pesavento <pesa@g.o> -PyQt4-4.10.1.ebuild:
172 old