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/ansi2html: ansi2html-0.9.4.ebuild ansi2html-1.0.5.ebuild ansi2html-1.0.2.ebuild ansi2html-0.9.3-r1.ebuild ansi2html-1.0.6.ebuild ansi2html-0.10.0.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:48:40
Message-Id: 20140331204837.37D472005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:48:37
2
3 Modified: ansi2html-0.9.4.ebuild ansi2html-1.0.5.ebuild
4 ansi2html-1.0.2.ebuild ansi2html-0.9.3-r1.ebuild
5 ansi2html-1.0.6.ebuild ansi2html-0.10.0.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.4 dev-python/ansi2html/ansi2html-0.9.4.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild?r1=1.3&r2=1.4
18
19 Index: ansi2html-0.9.4.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- ansi2html-0.9.4.ebuild 28 Sep 2013 13:49:15 -0000 1.3
26 +++ ansi2html-0.9.4.ebuild 31 Mar 2014 20:48:36 -0000 1.4
27 @@ -1,11 +1,11 @@
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/ansi2html/ansi2html-0.9.4.ebuild,v 1.3 2013/09/28 13:49:15 sping Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.4 2014/03/31 20:48:36 mgorny Exp $
33
34 EAPI=5
35
36 # ordereddict is need for < 2.7, but it's not packaged (yet)
37 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
38 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
39
40 inherit distutils-r1
41
42
43
44
45 1.3 dev-python/ansi2html/ansi2html-1.0.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild?r1=1.2&r2=1.3
50
51 Index: ansi2html-1.0.5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ansi2html-1.0.5.ebuild 29 Dec 2013 17:17:09 -0000 1.2
58 +++ ansi2html-1.0.5.ebuild 31 Mar 2014 20:48:37 -0000 1.3
59 @@ -1,11 +1,11 @@
60 -# Copyright 1999-2013 Gentoo Foundation
61 +# Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild,v 1.2 2013/12/29 17:17:09 maekke Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild,v 1.3 2014/03/31 20:48:37 mgorny Exp $
65
66 EAPI=5
67
68 # ordereddict is need for < 2.7, but it's not packaged (yet)
69 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
70 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
71
72 inherit distutils-r1
73
74
75
76
77 1.2 dev-python/ansi2html/ansi2html-1.0.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild?r1=1.1&r2=1.2
82
83 Index: ansi2html-1.0.2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -u -r1.1 -r1.2
89 --- ansi2html-1.0.2.ebuild 4 Oct 2013 21:13:24 -0000 1.1
90 +++ ansi2html-1.0.2.ebuild 31 Mar 2014 20:48:37 -0000 1.2
91 @@ -1,11 +1,11 @@
92 -# Copyright 1999-2013 Gentoo Foundation
93 +# Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild,v 1.1 2013/10/04 21:13:24 sping Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
97
98 EAPI=5
99
100 # ordereddict is need for < 2.7, but it's not packaged (yet)
101 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
102 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
103
104 inherit distutils-r1
105
106
107
108
109 1.4 dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild?rev=1.4&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild?rev=1.4&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild?r1=1.3&r2=1.4
114
115 Index: ansi2html-0.9.3-r1.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild,v
118 retrieving revision 1.3
119 retrieving revision 1.4
120 diff -u -r1.3 -r1.4
121 --- ansi2html-0.9.3-r1.ebuild 28 Sep 2013 13:49:15 -0000 1.3
122 +++ ansi2html-0.9.3-r1.ebuild 31 Mar 2014 20:48:37 -0000 1.4
123 @@ -1,11 +1,11 @@
124 -# Copyright 1999-2013 Gentoo Foundation
125 +# Copyright 1999-2014 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild,v 1.3 2013/09/28 13:49:15 sping Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild,v 1.4 2014/03/31 20:48:37 mgorny Exp $
129
130 EAPI=5
131
132 # ordereddict is need for < 2.7, but it's not packaged (yet)
133 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
134 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
135
136 inherit distutils-r1
137
138
139
140
141 1.2 dev-python/ansi2html/ansi2html-1.0.6.ebuild
142
143 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild?r1=1.1&r2=1.2
146
147 Index: ansi2html-1.0.6.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- ansi2html-1.0.6.ebuild 8 Jan 2014 04:58:23 -0000 1.1
154 +++ ansi2html-1.0.6.ebuild 31 Mar 2014 20:48:37 -0000 1.2
155 @@ -1,11 +1,11 @@
156 # Copyright 1999-2014 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild,v 1.1 2014/01/08 04:58:23 patrick Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
160
161 EAPI=5
162
163 # ordereddict is need for < 2.7, but it's not packaged (yet)
164 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
165 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
166
167 inherit distutils-r1
168
169
170
171
172 1.2 dev-python/ansi2html/ansi2html-0.10.0.ebuild
173
174 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild?rev=1.2&view=markup
175 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild?rev=1.2&content-type=text/plain
176 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild?r1=1.1&r2=1.2
177
178 Index: ansi2html-0.10.0.ebuild
179 ===================================================================
180 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild,v
181 retrieving revision 1.1
182 retrieving revision 1.2
183 diff -u -r1.1 -r1.2
184 --- ansi2html-0.10.0.ebuild 28 Sep 2013 13:49:15 -0000 1.1
185 +++ ansi2html-0.10.0.ebuild 31 Mar 2014 20:48:37 -0000 1.2
186 @@ -1,11 +1,11 @@
187 -# Copyright 1999-2013 Gentoo Foundation
188 +# Copyright 1999-2014 Gentoo Foundation
189 # Distributed under the terms of the GNU General Public License v2
190 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild,v 1.1 2013/09/28 13:49:15 sping Exp $
191 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
192
193 EAPI=5
194
195 # ordereddict is need for < 2.7, but it's not packaged (yet)
196 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
197 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
198
199 inherit distutils-r1
200
201
202
203
204 1.16 dev-python/ansi2html/ChangeLog
205
206 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?rev=1.16&view=markup
207 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?rev=1.16&content-type=text/plain
208 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ansi2html/ChangeLog?r1=1.15&r2=1.16
209
210 Index: ChangeLog
211 ===================================================================
212 RCS file: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v
213 retrieving revision 1.15
214 retrieving revision 1.16
215 diff -u -r1.15 -r1.16
216 --- ChangeLog 30 Mar 2014 09:15:50 -0000 1.15
217 +++ ChangeLog 31 Mar 2014 20:48:37 -0000 1.16
218 @@ -1,6 +1,11 @@
219 # ChangeLog for dev-python/ansi2html
220 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
221 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.15 2014/03/30 09:15:50 pacho Exp $
222 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.16 2014/03/31 20:48:37 mgorny Exp $
223 +
224 + 31 Mar 2014; Michał Górny <mgorny@g.o> ansi2html-0.10.0.ebuild,
225 + ansi2html-0.9.3-r1.ebuild, ansi2html-0.9.4.ebuild, ansi2html-1.0.2.ebuild,
226 + ansi2html-1.0.5.ebuild, ansi2html-1.0.6.ebuild:
227 + Add support for the new PyPy slotting.
228
229 30 Mar 2014; Pacho Ramos <pacho@g.o> metadata.xml:
230 Drop maintainer as talked with him (#398377)