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/mozrunner: mozrunner-5.23.ebuild mozrunner-5.28.ebuild mozrunner-5.24.ebuild mozrunner-5.27.ebuild mozrunner-5.18-r1.ebuild mozrunner-5.26.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:16:11
Message-Id: 20140331211608.AE2F22005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:16:08
2
3 Modified: mozrunner-5.23.ebuild mozrunner-5.28.ebuild
4 mozrunner-5.24.ebuild mozrunner-5.27.ebuild
5 mozrunner-5.18-r1.ebuild mozrunner-5.26.ebuild
6 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.3 dev-python/mozrunner/mozrunner-5.23.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?r1=1.2&r2=1.3
18
19 Index: mozrunner-5.23.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- mozrunner-5.23.ebuild 5 Sep 2013 18:46:27 -0000 1.2
26 +++ mozrunner-5.23.ebuild 31 Mar 2014 21:16:08 -0000 1.3
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/mozrunner/mozrunner-5.23.ebuild,v 1.2 2013/09/05 18:46:27 mgorny Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild,v 1.3 2014/03/31 21:16:08 mgorny Exp $
33
34 EAPI=5
35 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
37
38 inherit distutils-r1
39
40
41
42
43 1.2 dev-python/mozrunner/mozrunner-5.28.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild?r1=1.1&r2=1.2
48
49 Index: mozrunner-5.28.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- mozrunner-5.28.ebuild 17 Dec 2013 05:52:25 -0000 1.1
56 +++ mozrunner-5.28.ebuild 31 Mar 2014 21:16:08 -0000 1.2
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/mozrunner/mozrunner-5.28.ebuild,v 1.1 2013/12/17 05:52:25 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild,v 1.2 2014/03/31 21:16:08 mgorny Exp $
63
64 EAPI=5
65 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
66 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
67
68 inherit distutils-r1
69
70
71
72
73 1.3 dev-python/mozrunner/mozrunner-5.24.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?r1=1.2&r2=1.3
78
79 Index: mozrunner-5.24.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- mozrunner-5.24.ebuild 5 Sep 2013 18:46:27 -0000 1.2
86 +++ mozrunner-5.24.ebuild 31 Mar 2014 21:16:08 -0000 1.3
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/mozrunner/mozrunner-5.24.ebuild,v 1.2 2013/09/05 18:46:27 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild,v 1.3 2014/03/31 21:16:08 mgorny Exp $
93
94 EAPI=5
95 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
96 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
97
98 inherit distutils-r1
99
100
101
102
103 1.2 dev-python/mozrunner/mozrunner-5.27.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild?r1=1.1&r2=1.2
108
109 Index: mozrunner-5.27.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- mozrunner-5.27.ebuild 22 Nov 2013 08:02:47 -0000 1.1
116 +++ mozrunner-5.27.ebuild 31 Mar 2014 21:16:08 -0000 1.2
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/mozrunner/mozrunner-5.27.ebuild,v 1.1 2013/11/22 08:02:47 patrick Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild,v 1.2 2014/03/31 21:16:08 mgorny Exp $
123
124 EAPI=5
125 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
126 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
127
128 inherit distutils-r1
129
130
131
132
133 1.3 dev-python/mozrunner/mozrunner-5.18-r1.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.3&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.3&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?r1=1.2&r2=1.3
138
139 Index: mozrunner-5.18-r1.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v
142 retrieving revision 1.2
143 retrieving revision 1.3
144 diff -u -r1.2 -r1.3
145 --- mozrunner-5.18-r1.ebuild 5 Sep 2013 18:46:27 -0000 1.2
146 +++ mozrunner-5.18-r1.ebuild 31 Mar 2014 21:16:08 -0000 1.3
147 @@ -1,9 +1,9 @@
148 -# Copyright 1999-2013 Gentoo Foundation
149 +# Copyright 1999-2014 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v 1.2 2013/09/05 18:46:27 mgorny Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v 1.3 2014/03/31 21:16:08 mgorny Exp $
153
154 EAPI=5
155 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
156 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
157
158 inherit distutils-r1
159
160
161
162
163 1.2 dev-python/mozrunner/mozrunner-5.26.ebuild
164
165 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild?rev=1.2&view=markup
166 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild?rev=1.2&content-type=text/plain
167 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild?r1=1.1&r2=1.2
168
169 Index: mozrunner-5.26.ebuild
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild,v
172 retrieving revision 1.1
173 retrieving revision 1.2
174 diff -u -r1.1 -r1.2
175 --- mozrunner-5.26.ebuild 7 Nov 2013 06:11:56 -0000 1.1
176 +++ mozrunner-5.26.ebuild 31 Mar 2014 21:16:08 -0000 1.2
177 @@ -1,9 +1,9 @@
178 -# Copyright 1999-2013 Gentoo Foundation
179 +# Copyright 1999-2014 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild,v 1.1 2013/11/07 06:11:56 patrick Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild,v 1.2 2014/03/31 21:16:08 mgorny Exp $
183
184 EAPI=5
185 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
186 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
187
188 inherit distutils-r1
189
190
191
192
193 1.33 dev-python/mozrunner/ChangeLog
194
195 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.33&view=markup
196 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.33&content-type=text/plain
197 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.32&r2=1.33
198
199 Index: ChangeLog
200 ===================================================================
201 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
202 retrieving revision 1.32
203 retrieving revision 1.33
204 diff -u -r1.32 -r1.33
205 --- ChangeLog 17 Dec 2013 05:52:25 -0000 1.32
206 +++ ChangeLog 31 Mar 2014 21:16:08 -0000 1.33
207 @@ -1,6 +1,11 @@
208 # ChangeLog for dev-python/mozrunner
209 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
210 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.32 2013/12/17 05:52:25 patrick Exp $
211 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
212 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.33 2014/03/31 21:16:08 mgorny Exp $
213 +
214 + 31 Mar 2014; Michał Górny <mgorny@g.o> mozrunner-5.18-r1.ebuild,
215 + mozrunner-5.23.ebuild, mozrunner-5.24.ebuild, mozrunner-5.26.ebuild,
216 + mozrunner-5.27.ebuild, mozrunner-5.28.ebuild:
217 + Add support for the new PyPy slotting.
218
219 *mozrunner-5.28 (17 Dec 2013)