Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-3.1.1.ebuild tornado-3.2.ebuild tornado-2.4.1.ebuild tornado-2.4-r1.ebuild tornado-3.1.1-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:25:02
Message-Id: 20140331212458.E90EC2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:24:58
2
3 Modified: tornado-3.1.1.ebuild tornado-3.2.ebuild
4 tornado-2.4.1.ebuild tornado-2.4-r1.ebuild
5 tornado-3.1.1-r1.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.5 www-servers/tornado/tornado-3.1.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild?r1=1.4&r2=1.5
17
18 Index: tornado-3.1.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- tornado-3.1.1.ebuild 16 Feb 2014 20:39:06 -0000 1.4
25 +++ tornado-3.1.1.ebuild 31 Mar 2014 21:24:58 -0000 1.5
26 @@ -1,10 +1,10 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild,v 1.4 2014/02/16 20:39:06 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1.ebuild,v 1.5 2014/03/31 21:24:58 mgorny Exp $
31
32 EAPI=5
33
34 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
35 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
36
37 inherit distutils-r1
38
39
40
41
42 1.2 www-servers/tornado/tornado-3.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?r1=1.1&r2=1.2
47
48 Index: tornado-3.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- tornado-3.2.ebuild 8 Mar 2014 03:10:33 -0000 1.1
55 +++ tornado-3.2.ebuild 31 Mar 2014 21:24:58 -0000 1.2
56 @@ -1,10 +1,10 @@
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.1 2014/03/08 03:10:33 yac Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.2 2014/03/31 21:24:58 mgorny Exp $
61
62 EAPI=5
63
64 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
65 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
66
67 inherit distutils-r1
68
69
70
71
72 1.5 www-servers/tornado/tornado-2.4.1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild?r1=1.4&r2=1.5
77
78 Index: tornado-2.4.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- tornado-2.4.1.ebuild 5 Sep 2013 19:44:44 -0000 1.4
85 +++ tornado-2.4.1.ebuild 31 Mar 2014 21:24:58 -0000 1.5
86 @@ -1,10 +1,10 @@
87 -# Copyright 1999-2013 Gentoo Foundation
88 +# Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.4 2013/09/05 19:44:44 mgorny Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4.1.ebuild,v 1.5 2014/03/31 21:24:58 mgorny Exp $
92
93 EAPI=5
94
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.7 www-servers/tornado/tornado-2.4-r1.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.7&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?rev=1.7&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild?r1=1.6&r2=1.7
108
109 Index: tornado-2.4-r1.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v
112 retrieving revision 1.6
113 retrieving revision 1.7
114 diff -u -r1.6 -r1.7
115 --- tornado-2.4-r1.ebuild 5 Sep 2013 19:44:44 -0000 1.6
116 +++ tornado-2.4-r1.ebuild 31 Mar 2014 21:24:58 -0000 1.7
117 @@ -1,10 +1,10 @@
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/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.6 2013/09/05 19:44:44 mgorny Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-2.4-r1.ebuild,v 1.7 2014/03/31 21:24:58 mgorny Exp $
123
124 EAPI=5
125
126 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
127 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
128
129 inherit distutils-r1
130
131
132
133
134 1.2 www-servers/tornado/tornado-3.1.1-r1.ebuild
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?rev=1.2&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?rev=1.2&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild?r1=1.1&r2=1.2
139
140 Index: tornado-3.1.1-r1.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v
143 retrieving revision 1.1
144 retrieving revision 1.2
145 diff -u -r1.1 -r1.2
146 --- tornado-3.1.1-r1.ebuild 8 Mar 2014 01:34:43 -0000 1.1
147 +++ tornado-3.1.1-r1.ebuild 31 Mar 2014 21:24:58 -0000 1.2
148 @@ -1,10 +1,10 @@
149 # Copyright 1999-2014 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.1 2014/03/08 01:34:43 yac Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.1.1-r1.ebuild,v 1.2 2014/03/31 21:24:58 mgorny Exp $
153
154 EAPI=5
155
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.44 www-servers/tornado/ChangeLog
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.44&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.44&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.43&r2=1.44
169
170 Index: ChangeLog
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
173 retrieving revision 1.43
174 retrieving revision 1.44
175 diff -u -r1.43 -r1.44
176 --- ChangeLog 8 Mar 2014 03:10:33 -0000 1.43
177 +++ ChangeLog 31 Mar 2014 21:24:58 -0000 1.44
178 @@ -1,6 +1,11 @@
179 # ChangeLog for www-servers/tornado
180 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
181 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.43 2014/03/08 03:10:33 yac Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.44 2014/03/31 21:24:58 mgorny Exp $
183 +
184 + 31 Mar 2014; Michał Górny <mgorny@g.o> tornado-2.4-r1.ebuild,
185 + tornado-2.4.1.ebuild, tornado-3.1.1-r1.ebuild, tornado-3.1.1.ebuild,
186 + tornado-3.2.ebuild:
187 + Add support for the new PyPy slotting.
188
189 *tornado-3.2 (08 Mar 2014)