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/virtualenv: virtualenv-1.9.1-r1.ebuild virtualenv-1.11.3.ebuild virtualenv-1.10.1.ebuild virtualenv-1.10-r1.ebuild virtualenv-1.11.4.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:36:03
Message-Id: 20140331203557.0A4552005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:35:56
2
3 Modified: virtualenv-1.9.1-r1.ebuild virtualenv-1.11.3.ebuild
4 virtualenv-1.10.1.ebuild virtualenv-1.10-r1.ebuild
5 virtualenv-1.11.4.ebuild ChangeLog
6 Log:
7 Add support for the new PyPy slotting.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.19 dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?r1=1.18&r2=1.19
17
18 Index: virtualenv-1.9.1-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- virtualenv-1.9.1-r1.ebuild 5 Sep 2013 18:46:44 -0000 1.18
25 +++ virtualenv-1.9.1-r1.ebuild 31 Mar 2014 20:35:56 -0000 1.19
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.18 2013/09/05 18:46:44 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.19 2014/03/31 20:35:56 mgorny Exp $
32
33 EAPI="5"
34
35 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
37
38 inherit distutils-r1 vcs-snapshot
39
40
41
42
43 1.3 dev-python/virtualenv/virtualenv-1.11.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild?r1=1.2&r2=1.3
48
49 Index: virtualenv-1.11.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- virtualenv-1.11.3.ebuild 3 Mar 2014 01:42:44 -0000 1.2
56 +++ virtualenv-1.11.3.ebuild 31 Mar 2014 20:35:56 -0000 1.3
57 @@ -1,10 +1,10 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild,v 1.2 2014/03/03 01:42:44 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.3.ebuild,v 1.3 2014/03/31 20:35:56 mgorny Exp $
62
63 EAPI="5"
64
65 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
66 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
67
68 inherit distutils-r1
69
70
71
72
73 1.9 dev-python/virtualenv/virtualenv-1.10.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild?rev=1.9&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild?rev=1.9&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild?r1=1.8&r2=1.9
78
79 Index: virtualenv-1.10.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v
82 retrieving revision 1.8
83 retrieving revision 1.9
84 diff -u -r1.8 -r1.9
85 --- virtualenv-1.10.1.ebuild 24 Dec 2013 12:52:43 -0000 1.8
86 +++ virtualenv-1.10.1.ebuild 31 Mar 2014 20:35:56 -0000 1.9
87 @@ -1,10 +1,10 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.8 2013/12/24 12:52:43 ago Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.9 2014/03/31 20:35:56 mgorny Exp $
93
94 EAPI="5"
95
96 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
97 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
98
99 inherit distutils-r1
100
101
102
103
104 1.5 dev-python/virtualenv/virtualenv-1.10-r1.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild?rev=1.5&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild?rev=1.5&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild?r1=1.4&r2=1.5
109
110 Index: virtualenv-1.10-r1.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild,v
113 retrieving revision 1.4
114 retrieving revision 1.5
115 diff -u -r1.4 -r1.5
116 --- virtualenv-1.10-r1.ebuild 5 Sep 2013 18:46:44 -0000 1.4
117 +++ virtualenv-1.10-r1.ebuild 31 Mar 2014 20:35:56 -0000 1.5
118 @@ -1,10 +1,10 @@
119 -# Copyright 1999-2013 Gentoo Foundation
120 +# Copyright 1999-2014 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild,v 1.4 2013/09/05 18:46:44 mgorny Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild,v 1.5 2014/03/31 20:35:56 mgorny Exp $
124
125 EAPI="5"
126
127 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
128 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
129
130 inherit distutils-r1 vcs-snapshot
131
132
133
134
135 1.4 dev-python/virtualenv/virtualenv-1.11.4.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild?rev=1.4&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild?rev=1.4&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild?r1=1.3&r2=1.4
140
141 Index: virtualenv-1.11.4.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild,v
144 retrieving revision 1.3
145 retrieving revision 1.4
146 diff -u -r1.3 -r1.4
147 --- virtualenv-1.11.4.ebuild 22 Mar 2014 23:06:20 -0000 1.3
148 +++ virtualenv-1.11.4.ebuild 31 Mar 2014 20:35:56 -0000 1.4
149 @@ -1,9 +1,9 @@
150 # Copyright 1999-2014 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild,v 1.3 2014/03/22 23:06:20 hwoarang Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.4.ebuild,v 1.4 2014/03/31 20:35:56 mgorny Exp $
154
155 EAPI="5"
156 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
157 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
158
159 inherit distutils-r1
160
161
162
163
164 1.118 dev-python/virtualenv/ChangeLog
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.118&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.118&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.117&r2=1.118
169
170 Index: ChangeLog
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
173 retrieving revision 1.117
174 retrieving revision 1.118
175 diff -u -r1.117 -r1.118
176 --- ChangeLog 22 Mar 2014 23:06:20 -0000 1.117
177 +++ ChangeLog 31 Mar 2014 20:35:56 -0000 1.118
178 @@ -1,6 +1,11 @@
179 # ChangeLog for dev-python/virtualenv
180 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
181 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.117 2014/03/22 23:06:20 hwoarang Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.118 2014/03/31 20:35:56 mgorny Exp $
183 +
184 + 31 Mar 2014; Michał Górny <mgorny@g.o> virtualenv-1.10-r1.ebuild,
185 + virtualenv-1.10.1.ebuild, virtualenv-1.11.3.ebuild, virtualenv-1.11.4.ebuild,
186 + virtualenv-1.9.1-r1.ebuild:
187 + Add support for the new PyPy slotting.
188
189 22 Mar 2014; Markos Chandras <hwoarang@g.o> virtualenv-1.11.4.ebuild:
190 Add ~mips. Bug #503094