Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2.0_alpha188.ebuild portage-2.1.12.13.ebuild portage-9999.ebuild portage-2.2.0_alpha177.ebuild portage-2.1.12.2.ebuild portage-2.2.0_alpha190.ebuild portage-2.1.11.62.ebuild portage-2.1.13.1.ebuild ChangeLog
Date: Sun, 28 Jul 2013 09:21:58
Message-Id: 20130728092150.0ACB62171C@flycatcher.gentoo.org
1 mgorny 13/07/28 09:21:49
2
3 Modified: portage-2.2.0_alpha188.ebuild
4 portage-2.1.12.13.ebuild portage-9999.ebuild
5 portage-2.2.0_alpha177.ebuild
6 portage-2.1.12.2.ebuild
7 portage-2.2.0_alpha190.ebuild
8 portage-2.1.11.62.ebuild portage-2.1.13.1.ebuild
9 ChangeLog
10 Log:
11 Use virtual/pypy for PyPy dep.
12
13 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
14
15 Revision Changes Path
16 1.3 sys-apps/portage/portage-2.2.0_alpha188.ebuild
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild?rev=1.3&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild?rev=1.3&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild?r1=1.2&r2=1.3
21
22 Index: portage-2.2.0_alpha188.ebuild
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild,v
25 retrieving revision 1.2
26 retrieving revision 1.3
27 diff -u -r1.2 -r1.3
28 --- portage-2.2.0_alpha188.ebuild 10 Jul 2013 20:41:49 -0000 1.2
29 +++ portage-2.2.0_alpha188.ebuild 28 Jul 2013 09:21:49 -0000 1.3
30 @@ -1,6 +1,6 @@
31 # Copyright 1999-2013 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild,v 1.2 2013/07/10 20:41:49 zmedico Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha188.ebuild,v 1.3 2013/07/28 09:21:49 mgorny Exp $
35
36 # Require EAPI 2 since we now require at least python-2.6 (for python 3
37 # syntax support) which also requires EAPI 2.
38 @@ -30,15 +30,15 @@
39 !pypy2_0? ( !python2? ( !python3? (
40 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
41 ) ) )
42 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
43 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
44 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
45 python_dep="${python_dep_ssl//\[ssl\]}"
46 python_dep="${python_dep//,ssl}"
47 python_dep="${python_dep//ssl,}"
48
49 python_dep="${python_dep}
50 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
51 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
52 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
53 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
54 python_targets_python2_6? ( dev-lang/python:2.6 )
55 python_targets_python2_7? ( dev-lang/python:2.7 )
56 python_targets_python3_1? ( dev-lang/python:3.1 )
57
58
59
60 1.3 sys-apps/portage/portage-2.1.12.13.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild?rev=1.3&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild?rev=1.3&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild?r1=1.2&r2=1.3
65
66 Index: portage-2.1.12.13.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild,v
69 retrieving revision 1.2
70 retrieving revision 1.3
71 diff -u -r1.2 -r1.3
72 --- portage-2.1.12.13.ebuild 10 Jul 2013 20:41:49 -0000 1.2
73 +++ portage-2.1.12.13.ebuild 28 Jul 2013 09:21:49 -0000 1.3
74 @@ -1,6 +1,6 @@
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild,v 1.2 2013/07/10 20:41:49 zmedico Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.13.ebuild,v 1.3 2013/07/28 09:21:49 mgorny Exp $
79
80 # Require EAPI 2 since we now require at least python-2.6 (for python 3
81 # syntax support) which also requires EAPI 2.
82 @@ -30,15 +30,15 @@
83 !pypy2_0? ( !python2? ( !python3? (
84 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
85 ) ) )
86 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
87 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
88 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
89 python_dep="${python_dep_ssl//\[ssl\]}"
90 python_dep="${python_dep//,ssl}"
91 python_dep="${python_dep//ssl,}"
92
93 python_dep="${python_dep}
94 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
95 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
96 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
97 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
98 python_targets_python2_6? ( dev-lang/python:2.6 )
99 python_targets_python2_7? ( dev-lang/python:2.7 )
100 python_targets_python3_1? ( dev-lang/python:3.1 )
101
102
103
104 1.87 sys-apps/portage/portage-9999.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.87&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?rev=1.87&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-9999.ebuild?r1=1.86&r2=1.87
109
110 Index: portage-9999.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v
113 retrieving revision 1.86
114 retrieving revision 1.87
115 diff -u -r1.86 -r1.87
116 --- portage-9999.ebuild 26 Jul 2013 20:07:49 -0000 1.86
117 +++ portage-9999.ebuild 28 Jul 2013 09:21:49 -0000 1.87
118 @@ -1,6 +1,6 @@
119 # Copyright 1999-2013 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 1.86 2013/07/26 20:07:49 zmedico Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,v 1.87 2013/07/28 09:21:49 mgorny Exp $
123
124 EAPI=3
125 PYTHON_COMPAT=(
126 @@ -28,15 +28,15 @@
127 !pypy2_0? ( !python2? ( !python3? (
128 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
129 ) ) )
130 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
131 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
132 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
133 python_dep="${python_dep_ssl//\[ssl\]}"
134 python_dep="${python_dep//,ssl}"
135 python_dep="${python_dep//ssl,}"
136
137 python_dep="${python_dep}
138 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
139 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
140 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
141 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
142 python_targets_python2_6? ( dev-lang/python:2.6 )
143 python_targets_python2_7? ( dev-lang/python:2.7 )
144 python_targets_python3_1? ( dev-lang/python:3.1 )
145
146
147
148 1.4 sys-apps/portage/portage-2.2.0_alpha177.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild?rev=1.4&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild?rev=1.4&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild?r1=1.3&r2=1.4
153
154 Index: portage-2.2.0_alpha177.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild,v
157 retrieving revision 1.3
158 retrieving revision 1.4
159 diff -u -r1.3 -r1.4
160 --- portage-2.2.0_alpha177.ebuild 1 Jul 2013 02:24:59 -0000 1.3
161 +++ portage-2.2.0_alpha177.ebuild 28 Jul 2013 09:21:49 -0000 1.4
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2013 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild,v 1.3 2013/07/01 02:24:59 zmedico Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha177.ebuild,v 1.4 2013/07/28 09:21:49 mgorny Exp $
167
168 # Require EAPI 2 since we now require at least python-2.6 (for python 3
169 # syntax support) which also requires EAPI 2.
170 @@ -30,15 +30,15 @@
171 !pypy2_0? ( !python2? ( !python3? (
172 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
173 ) ) )
174 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
175 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
176 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
177 python_dep="${python_dep_ssl//\[ssl\]}"
178 python_dep="${python_dep//,ssl}"
179 python_dep="${python_dep//ssl,}"
180
181 python_dep="${python_dep}
182 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
183 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
184 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
185 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
186 python_targets_python2_6? ( dev-lang/python:2.6 )
187 python_targets_python2_7? ( dev-lang/python:2.7 )
188 python_targets_python3_1? ( dev-lang/python:3.1 )
189
190
191
192 1.15 sys-apps/portage/portage-2.1.12.2.ebuild
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild?rev=1.15&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild?rev=1.15&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild?r1=1.14&r2=1.15
197
198 Index: portage-2.1.12.2.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild,v
201 retrieving revision 1.14
202 retrieving revision 1.15
203 diff -u -r1.14 -r1.15
204 --- portage-2.1.12.2.ebuild 1 Jul 2013 02:24:59 -0000 1.14
205 +++ portage-2.1.12.2.ebuild 28 Jul 2013 09:21:49 -0000 1.15
206 @@ -1,6 +1,6 @@
207 # Copyright 1999-2013 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild,v 1.14 2013/07/01 02:24:59 zmedico Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.2.ebuild,v 1.15 2013/07/28 09:21:49 mgorny Exp $
211
212 # Require EAPI 2 since we now require at least python-2.6 (for python 3
213 # syntax support) which also requires EAPI 2.
214 @@ -30,15 +30,15 @@
215 !pypy2_0? ( !python2? ( !python3? (
216 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
217 ) ) )
218 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
219 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
220 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
221 python_dep="${python_dep_ssl//\[ssl\]}"
222 python_dep="${python_dep//,ssl}"
223 python_dep="${python_dep//ssl,}"
224
225 python_dep="${python_dep}
226 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
227 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
228 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
229 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
230 python_targets_python2_6? ( dev-lang/python:2.6 )
231 python_targets_python2_7? ( dev-lang/python:2.7 )
232 python_targets_python3_1? ( dev-lang/python:3.1 )
233
234
235
236 1.2 sys-apps/portage/portage-2.2.0_alpha190.ebuild
237
238 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild?rev=1.2&view=markup
239 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild?rev=1.2&content-type=text/plain
240 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild?r1=1.1&r2=1.2
241
242 Index: portage-2.2.0_alpha190.ebuild
243 ===================================================================
244 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild,v
245 retrieving revision 1.1
246 retrieving revision 1.2
247 diff -u -r1.1 -r1.2
248 --- portage-2.2.0_alpha190.ebuild 26 Jul 2013 21:34:51 -0000 1.1
249 +++ portage-2.2.0_alpha190.ebuild 28 Jul 2013 09:21:49 -0000 1.2
250 @@ -1,6 +1,6 @@
251 # Copyright 1999-2013 Gentoo Foundation
252 # Distributed under the terms of the GNU General Public License v2
253 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild,v 1.1 2013/07/26 21:34:51 zmedico Exp $
254 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha190.ebuild,v 1.2 2013/07/28 09:21:49 mgorny Exp $
255
256 # Require EAPI 2 since we now require at least python-2.6 (for python 3
257 # syntax support) which also requires EAPI 2.
258 @@ -30,15 +30,15 @@
259 !pypy2_0? ( !python2? ( !python3? (
260 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
261 ) ) )
262 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
263 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
264 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
265 python_dep="${python_dep_ssl//\[ssl\]}"
266 python_dep="${python_dep//,ssl}"
267 python_dep="${python_dep//ssl,}"
268
269 python_dep="${python_dep}
270 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
271 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
272 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
273 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
274 python_targets_python2_6? ( dev-lang/python:2.6 )
275 python_targets_python2_7? ( dev-lang/python:2.7 )
276 python_targets_python3_1? ( dev-lang/python:3.1 )
277
278
279
280 1.13 sys-apps/portage/portage-2.1.11.62.ebuild
281
282 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild?rev=1.13&view=markup
283 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild?rev=1.13&content-type=text/plain
284 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild?r1=1.12&r2=1.13
285
286 Index: portage-2.1.11.62.ebuild
287 ===================================================================
288 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild,v
289 retrieving revision 1.12
290 retrieving revision 1.13
291 diff -u -r1.12 -r1.13
292 --- portage-2.1.11.62.ebuild 1 Jul 2013 02:24:59 -0000 1.12
293 +++ portage-2.1.11.62.ebuild 28 Jul 2013 09:21:49 -0000 1.13
294 @@ -1,6 +1,6 @@
295 # Copyright 1999-2013 Gentoo Foundation
296 # Distributed under the terms of the GNU General Public License v2
297 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild,v 1.12 2013/07/01 02:24:59 zmedico Exp $
298 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.11.62.ebuild,v 1.13 2013/07/28 09:21:49 mgorny Exp $
299
300 # Require EAPI 2 since we now require at least python-2.6 (for python 3
301 # syntax support) which also requires EAPI 2.
302 @@ -30,15 +30,15 @@
303 !pypy2_0? ( !python2? ( !python3? (
304 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
305 ) ) )
306 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
307 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
308 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
309 python_dep="${python_dep_ssl//\[ssl\]}"
310 python_dep="${python_dep//,ssl}"
311 python_dep="${python_dep//ssl,}"
312
313 python_dep="${python_dep}
314 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
315 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
316 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
317 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
318 python_targets_python2_6? ( dev-lang/python:2.6 )
319 python_targets_python2_7? ( dev-lang/python:2.7 )
320 python_targets_python3_1? ( dev-lang/python:3.1 )
321
322
323
324 1.2 sys-apps/portage/portage-2.1.13.1.ebuild
325
326 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild?rev=1.2&view=markup
327 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild?rev=1.2&content-type=text/plain
328 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild?r1=1.1&r2=1.2
329
330 Index: portage-2.1.13.1.ebuild
331 ===================================================================
332 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild,v
333 retrieving revision 1.1
334 retrieving revision 1.2
335 diff -u -r1.1 -r1.2
336 --- portage-2.1.13.1.ebuild 26 Jul 2013 21:32:54 -0000 1.1
337 +++ portage-2.1.13.1.ebuild 28 Jul 2013 09:21:49 -0000 1.2
338 @@ -1,6 +1,6 @@
339 # Copyright 1999-2013 Gentoo Foundation
340 # Distributed under the terms of the GNU General Public License v2
341 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild,v 1.1 2013/07/26 21:32:54 zmedico Exp $
342 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.13.1.ebuild,v 1.2 2013/07/28 09:21:49 mgorny Exp $
343
344 # Require EAPI 2 since we now require at least python-2.6 (for python 3
345 # syntax support) which also requires EAPI 2.
346 @@ -30,15 +30,15 @@
347 !pypy2_0? ( !python2? ( !python3? (
348 || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] )
349 ) ) )
350 - pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2,ssl] ) ) )
351 + pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) )
352 python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )"
353 python_dep="${python_dep_ssl//\[ssl\]}"
354 python_dep="${python_dep//,ssl}"
355 python_dep="${python_dep//ssl,}"
356
357 python_dep="${python_dep}
358 - python_targets_pypy1_9? ( dev-python/pypy:1.9 )
359 - python_targets_pypy2_0? ( dev-python/pypy:2.0 )
360 + python_targets_pypy1_9? ( virtual/pypy:1.9 )
361 + python_targets_pypy2_0? ( virtual/pypy:2.0 )
362 python_targets_python2_6? ( dev-lang/python:2.6 )
363 python_targets_python2_7? ( dev-lang/python:2.7 )
364 python_targets_python3_1? ( dev-lang/python:3.1 )
365
366
367
368 1.1322 sys-apps/portage/ChangeLog
369
370 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1322&view=markup
371 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1322&content-type=text/plain
372 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1321&r2=1.1322
373
374 Index: ChangeLog
375 ===================================================================
376 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
377 retrieving revision 1.1321
378 retrieving revision 1.1322
379 diff -u -r1.1321 -r1.1322
380 --- ChangeLog 26 Jul 2013 21:34:51 -0000 1.1321
381 +++ ChangeLog 28 Jul 2013 09:21:49 -0000 1.1322
382 @@ -1,6 +1,12 @@
383 # ChangeLog for sys-apps/portage
384 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
385 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1321 2013/07/26 21:34:51 zmedico Exp $
386 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1322 2013/07/28 09:21:49 mgorny Exp $
387 +
388 + 28 Jul 2013; Michał Górny <mgorny@g.o> portage-2.1.11.62.ebuild,
389 + portage-2.1.12.13.ebuild, portage-2.1.12.2.ebuild, portage-2.1.13.1.ebuild,
390 + portage-2.2.0_alpha177.ebuild, portage-2.2.0_alpha188.ebuild,
391 + portage-2.2.0_alpha190.ebuild, portage-9999.ebuild:
392 + Use virtual/pypy for PyPy dep.
393
394 *portage-2.2.0_alpha190 (26 Jul 2013)