mgorny 14/03/31 20:36:54
Modified: simplejson-3.3.1.ebuild simplejson-3.3.0.ebuild
simplejson-3.3.3.ebuild simplejson-3.3.2.ebuild
ChangeLog
Log:
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.4 dev-python/simplejson/simplejson-3.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild?r1=1.3&r2=1.4
Index: simplejson-3.3.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplejson-3.3.1.ebuild 7 Dec 2013 10:51:28 -0000 1.3
+++ simplejson-3.3.1.ebuild 31 Mar 2014 20:36:54 -0000 1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild,v 1.3
2013/12/07 10:51:28 hattya Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild,v 1.4
2014/03/31 20:36:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.13 dev-python/simplejson/simplejson-3.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild?r1=1.12&r2=1.13
Index: simplejson-3.3.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- simplejson-3.3.0.ebuild 13 Feb 2014 20:40:31 -0000 1.12
+++ simplejson-3.3.0.ebuild 31 Mar 2014 20:36:54 -0000 1.13
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild,v 1.12
2014/02/13 20:40:31 bicatali Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.0.ebuild,v 1.13
2014/03/31 20:36:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.2 dev-python/simplejson/simplejson-3.3.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild?r1=1.1&r2=1.2
Index: simplejson-3.3.3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simplejson-3.3.3.ebuild 15 Feb 2014 01:52:30 -0000 1.1
+++ simplejson-3.3.3.ebuild 31 Mar 2014 20:36:54 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild,v 1.1
2014/02/15 01:52:30 radhermit Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.3.ebuild,v 1.2
2014/03/31 20:36:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.4 dev-python/simplejson/simplejson-3.3.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild?r1=1.3&r2=1.4
Index: simplejson-3.3.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplejson-3.3.2.ebuild 13 Feb 2014 20:40:31 -0000 1.3
+++ simplejson-3.3.2.ebuild 31 Mar 2014 20:36:54 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild,v 1.3
2014/02/13 20:40:31 bicatali Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.2.ebuild,v 1.4
2014/03/31 20:36:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 )
inherit distutils-r1 flag-o-matic
1.122 dev-python/simplejson/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.122&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.122&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 15 Feb 2014 01:52:30 -0000 1.121
+++ ChangeLog 31 Mar 2014 20:36:54 -0000 1.122
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.121
2014/02/15 01:52:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.122
2014/03/31 20:36:54 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <[email protected]> simplejson-3.3.0.ebuild,
+ simplejson-3.3.1.ebuild, simplejson-3.3.2.ebuild, simplejson-3.3.3.ebuild:
+ Add support for the new PyPy slotting.
*simplejson-3.3.3 (15 Feb 2014)