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/chameleon: chameleon-2.12.ebuild chameleon-2.13.ebuild chameleon-2.14.ebuild chameleon-2.11-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:42:31
Message-Id: 20140331204227.B74022005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:42:27
2
3 Modified: chameleon-2.12.ebuild chameleon-2.13.ebuild
4 chameleon-2.14.ebuild chameleon-2.11-r1.ebuild
5 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.2 dev-python/chameleon/chameleon-2.12.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.12.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.12.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.12.ebuild?r1=1.1&r2=1.2
17
18 Index: chameleon-2.12.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.12.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- chameleon-2.12.ebuild 2 Sep 2013 06:54:21 -0000 1.1
25 +++ chameleon-2.12.ebuild 31 Mar 2014 20:42:27 -0000 1.2
26 @@ -1,11 +1,11 @@
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/chameleon/chameleon-2.12.ebuild,v 1.1 2013/09/02 06:54:21 patrick Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.12.ebuild,v 1.2 2014/03/31 20:42:27 mgorny Exp $
32
33 EAPI=5
34
35 # py2.6 requires ordereddict that's not packaged for Gentoo
36 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
37 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
38
39 inherit distutils-r1
40
41
42
43
44 1.2 dev-python/chameleon/chameleon-2.13.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild?r1=1.1&r2=1.2
49
50 Index: chameleon-2.13.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- chameleon-2.13.ebuild 28 Oct 2013 07:58:15 -0000 1.1
57 +++ chameleon-2.13.ebuild 31 Mar 2014 20:42:27 -0000 1.2
58 @@ -1,11 +1,11 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild,v 1.1 2013/10/28 07:58:15 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.13.ebuild,v 1.2 2014/03/31 20:42:27 mgorny Exp $
64
65 EAPI=5
66
67 # py2.6 requires ordereddict that's not packaged for Gentoo
68 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
69 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
70
71 inherit distutils-r1
72
73
74
75
76 1.2 dev-python/chameleon/chameleon-2.14.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild?r1=1.1&r2=1.2
81
82 Index: chameleon-2.14.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- chameleon-2.14.ebuild 3 Dec 2013 04:01:50 -0000 1.1
89 +++ chameleon-2.14.ebuild 31 Mar 2014 20:42:27 -0000 1.2
90 @@ -1,11 +1,11 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 +# Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild,v 1.1 2013/12/03 04:01:50 patrick Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.14.ebuild,v 1.2 2014/03/31 20:42:27 mgorny Exp $
96
97 EAPI=5
98
99 # py2.6 requires ordereddict that's not packaged for Gentoo
100 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
101 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
102
103 inherit distutils-r1
104
105
106
107
108 1.3 dev-python/chameleon/chameleon-2.11-r1.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild?rev=1.3&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild?rev=1.3&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild?r1=1.2&r2=1.3
113
114 Index: chameleon-2.11-r1.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild,v
117 retrieving revision 1.2
118 retrieving revision 1.3
119 diff -u -r1.2 -r1.3
120 --- chameleon-2.11-r1.ebuild 26 Aug 2013 07:50:04 -0000 1.2
121 +++ chameleon-2.11-r1.ebuild 31 Mar 2014 20:42:27 -0000 1.3
122 @@ -1,11 +1,11 @@
123 -# Copyright 1999-2013 Gentoo Foundation
124 +# Copyright 1999-2014 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild,v 1.2 2013/08/26 07:50:04 mgorny Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild,v 1.3 2014/03/31 20:42:27 mgorny Exp $
128
129 EAPI=5
130
131 # py2.6 requires ordereddict that's not packaged for Gentoo
132 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
133 +PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
134
135 inherit distutils-r1
136
137
138
139
140 1.23 dev-python/chameleon/ChangeLog
141
142 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?rev=1.23&view=markup
143 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?rev=1.23&content-type=text/plain
144 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?r1=1.22&r2=1.23
145
146 Index: ChangeLog
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
149 retrieving revision 1.22
150 retrieving revision 1.23
151 diff -u -r1.22 -r1.23
152 --- ChangeLog 3 Dec 2013 04:01:50 -0000 1.22
153 +++ ChangeLog 31 Mar 2014 20:42:27 -0000 1.23
154 @@ -1,6 +1,10 @@
155 # ChangeLog for dev-python/chameleon
156 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
157 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.22 2013/12/03 04:01:50 patrick Exp $
158 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
159 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.23 2014/03/31 20:42:27 mgorny Exp $
160 +
161 + 31 Mar 2014; Michał Górny <mgorny@g.o> chameleon-2.11-r1.ebuild,
162 + chameleon-2.12.ebuild, chameleon-2.13.ebuild, chameleon-2.14.ebuild:
163 + Add support for the new PyPy slotting.
164
165 *chameleon-2.14 (03 Dec 2013)