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/psutil: psutil-1.1.0.ebuild psutil-1.0.0.ebuild psutil-1.1.3.ebuild psutil-1.0.1.ebuild psutil-2.0.0.ebuild psutil-1.2.1.ebuild psutil-1.1.1.ebuild psutil-0.7.1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:48:28
Message-Id: 20140331204821.996552005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:48:21
2
3 Modified: psutil-1.1.0.ebuild psutil-1.0.0.ebuild
4 psutil-1.1.3.ebuild psutil-1.0.1.ebuild
5 psutil-2.0.0.ebuild psutil-1.2.1.ebuild
6 psutil-1.1.1.ebuild psutil-0.7.1.ebuild ChangeLog
7 Log:
8 Add support for the new PyPy slotting.
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
11
12 Revision Changes Path
13 1.2 dev-python/psutil/psutil-1.1.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild?r1=1.1&r2=1.2
18
19 Index: psutil-1.1.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- psutil-1.1.0.ebuild 28 Sep 2013 19:51:01 -0000 1.1
26 +++ psutil-1.1.0.ebuild 31 Mar 2014 20:48:21 -0000 1.2
27 @@ -1,9 +1,9 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild,v 1.1 2013/09/28 19:51:01 radhermit Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.0.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
33
34 EAPI=5
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
39
40
41
42
43 1.3 dev-python/psutil/psutil-1.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild?r1=1.2&r2=1.3
48
49 Index: psutil-1.0.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- psutil-1.0.0.ebuild 5 Sep 2013 18:46:32 -0000 1.2
56 +++ psutil-1.0.0.ebuild 31 Mar 2014 20:48:21 -0000 1.3
57 @@ -1,9 +1,9 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild,v 1.2 2013/09/05 18:46:32 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.0.ebuild,v 1.3 2014/03/31 20:48:21 mgorny Exp $
63
64 EAPI=5
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.2 dev-python/psutil/psutil-1.1.3.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild?r1=1.1&r2=1.2
78
79 Index: psutil-1.1.3.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- psutil-1.1.3.ebuild 10 Nov 2013 02:38:17 -0000 1.1
86 +++ psutil-1.1.3.ebuild 31 Mar 2014 20:48:21 -0000 1.2
87 @@ -1,9 +1,9 @@
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/psutil/psutil-1.1.3.ebuild,v 1.1 2013/11/10 02:38:17 radhermit Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.3.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
93
94 EAPI=5
95 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
96 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
97
98 inherit distutils-r1
99
100
101
102
103 1.5 dev-python/psutil/psutil-1.0.1.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?rev=1.5&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?rev=1.5&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild?r1=1.4&r2=1.5
108
109 Index: psutil-1.0.1.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v
112 retrieving revision 1.4
113 retrieving revision 1.5
114 diff -u -r1.4 -r1.5
115 --- psutil-1.0.1.ebuild 5 Sep 2013 18:46:32 -0000 1.4
116 +++ psutil-1.0.1.ebuild 31 Mar 2014 20:48:21 -0000 1.5
117 @@ -1,9 +1,9 @@
118 -# Copyright 1999-2013 Gentoo Foundation
119 +# Copyright 1999-2014 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v 1.4 2013/09/05 18:46:32 mgorny Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.0.1.ebuild,v 1.5 2014/03/31 20:48:21 mgorny Exp $
123
124 EAPI=5
125 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
126 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
127
128 inherit distutils-r1
129
130
131
132
133 1.2 dev-python/psutil/psutil-2.0.0.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild?rev=1.2&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild?rev=1.2&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild?r1=1.1&r2=1.2
138
139 Index: psutil-2.0.0.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild,v
142 retrieving revision 1.1
143 retrieving revision 1.2
144 diff -u -r1.1 -r1.2
145 --- psutil-2.0.0.ebuild 11 Mar 2014 00:11:34 -0000 1.1
146 +++ psutil-2.0.0.ebuild 31 Mar 2014 20:48:21 -0000 1.2
147 @@ -1,9 +1,9 @@
148 # Copyright 1999-2014 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild,v 1.1 2014/03/11 00:11:34 radhermit Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-2.0.0.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
152
153 EAPI=5
154 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
155 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
156
157 inherit distutils-r1
158
159
160
161
162 1.4 dev-python/psutil/psutil-1.2.1.ebuild
163
164 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild?rev=1.4&view=markup
165 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild?rev=1.4&content-type=text/plain
166 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild?r1=1.3&r2=1.4
167
168 Index: psutil-1.2.1.ebuild
169 ===================================================================
170 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild,v
171 retrieving revision 1.3
172 retrieving revision 1.4
173 diff -u -r1.3 -r1.4
174 --- psutil-1.2.1.ebuild 4 Mar 2014 20:07:36 -0000 1.3
175 +++ psutil-1.2.1.ebuild 31 Mar 2014 20:48:21 -0000 1.4
176 @@ -1,9 +1,9 @@
177 # Copyright 1999-2014 Gentoo Foundation
178 # Distributed under the terms of the GNU General Public License v2
179 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild,v 1.3 2014/03/04 20:07:36 ago Exp $
180 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild,v 1.4 2014/03/31 20:48:21 mgorny Exp $
181
182 EAPI=5
183 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
184 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
185
186 inherit distutils-r1
187
188
189
190
191 1.2 dev-python/psutil/psutil-1.1.1.ebuild
192
193 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild?rev=1.2&view=markup
194 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild?rev=1.2&content-type=text/plain
195 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild?r1=1.1&r2=1.2
196
197 Index: psutil-1.1.1.ebuild
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild,v
200 retrieving revision 1.1
201 retrieving revision 1.2
202 diff -u -r1.1 -r1.2
203 --- psutil-1.1.1.ebuild 7 Oct 2013 23:45:01 -0000 1.1
204 +++ psutil-1.1.1.ebuild 31 Mar 2014 20:48:21 -0000 1.2
205 @@ -1,9 +1,9 @@
206 -# Copyright 1999-2013 Gentoo Foundation
207 +# Copyright 1999-2014 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild,v 1.1 2013/10/07 23:45:01 radhermit Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.1.1.ebuild,v 1.2 2014/03/31 20:48:21 mgorny Exp $
211
212 EAPI=5
213 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
214 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
215
216 inherit distutils-r1
217
218
219
220
221 1.5 dev-python/psutil/psutil-0.7.1.ebuild
222
223 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild?rev=1.5&view=markup
224 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild?rev=1.5&content-type=text/plain
225 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild?r1=1.4&r2=1.5
226
227 Index: psutil-0.7.1.ebuild
228 ===================================================================
229 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild,v
230 retrieving revision 1.4
231 retrieving revision 1.5
232 diff -u -r1.4 -r1.5
233 --- psutil-0.7.1.ebuild 5 Sep 2013 18:46:32 -0000 1.4
234 +++ psutil-0.7.1.ebuild 31 Mar 2014 20:48:21 -0000 1.5
235 @@ -1,9 +1,9 @@
236 -# Copyright 1999-2013 Gentoo Foundation
237 +# Copyright 1999-2014 Gentoo Foundation
238 # Distributed under the terms of the GNU General Public License v2
239 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild,v 1.4 2013/09/05 18:46:32 mgorny Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.7.1.ebuild,v 1.5 2014/03/31 20:48:21 mgorny Exp $
241
242 EAPI=5
243 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
244 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
245
246 inherit distutils-r1
247
248
249
250
251 1.33 dev-python/psutil/ChangeLog
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.33&view=markup
254 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.33&content-type=text/plain
255 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?r1=1.32&r2=1.33
256
257 Index: ChangeLog
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v
260 retrieving revision 1.32
261 retrieving revision 1.33
262 diff -u -r1.32 -r1.33
263 --- ChangeLog 11 Mar 2014 00:11:34 -0000 1.32
264 +++ ChangeLog 31 Mar 2014 20:48:21 -0000 1.33
265 @@ -1,6 +1,12 @@
266 # ChangeLog for dev-python/psutil
267 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
268 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.32 2014/03/11 00:11:34 radhermit Exp $
269 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.33 2014/03/31 20:48:21 mgorny Exp $
270 +
271 + 31 Mar 2014; Michał Górny <mgorny@g.o> psutil-0.7.1.ebuild,
272 + psutil-1.0.0.ebuild, psutil-1.0.1.ebuild, psutil-1.1.0.ebuild,
273 + psutil-1.1.1.ebuild, psutil-1.1.3.ebuild, psutil-1.2.1.ebuild,
274 + psutil-2.0.0.ebuild:
275 + Add support for the new PyPy slotting.
276
277 *psutil-2.0.0 (11 Mar 2014)