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