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