* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-10-07 6:42 Tim Harder (radhermit)
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder (radhermit) @ 2014-10-07 6:42 UTC (permalink / raw
To: gentoo-commits
radhermit 14/10/07 06:42:54
Modified: ChangeLog
Added: simplejson-3.6.4.ebuild
Log:
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.137 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.136&r2=1.137
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog 31 Aug 2014 14:25:59 -0000 1.136
+++ ChangeLog 7 Oct 2014 06:42:54 -0000 1.137
@@ -1,6 +1,11 @@
# 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.136 2014/08/31 14:25:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.137 2014/10/07 06:42:54 radhermit Exp $
+
+*simplejson-3.6.4 (07 Oct 2014)
+
+ 07 Oct 2014; Tim Harder <radhermit@gentoo.org> +simplejson-3.6.4.ebuild:
+ Version bump.
31 Aug 2014; Tim Harder <radhermit@gentoo.org> -simplejson-3.3.1.ebuild,
-simplejson-3.3.2.ebuild, -simplejson-3.3.3.ebuild, -simplejson-3.4.0.ebuild,
1.1 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.1&content-type=text/plain
Index: simplejson-3.6.4.ebuild
===================================================================
# 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.6.4.ebuild,v 1.1 2014/10/07 06:42:54 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1 flag-o-matic
DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( README.rst CHANGES.txt )
python_compile() {
if [[ ${EPYTHON} == python2.7 ]]; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}
python_test() {
esetup.py test
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-10-15 16:20 Mike Gilbert (floppym)
0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2014-10-15 16:20 UTC (permalink / raw
To: gentoo-commits
floppym 14/10/15 16:20:14
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
Use python_is_python3 function.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.2 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.1&r2=1.2
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- simplejson-3.6.4.ebuild 7 Oct 2014 06:42:54 -0000 1.1
+++ simplejson-3.6.4.ebuild 15 Oct 2014 16:20:14 -0000 1.2
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.1 2014/10/07 06:42:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.2 2014/10/15 16:20:14 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -20,7 +20,7 @@
DOCS=( README.rst CHANGES.txt )
python_compile() {
- if [[ ${EPYTHON} == python2.7 ]]; then
+ if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
1.138 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 7 Oct 2014 06:42:54 -0000 1.137
+++ ChangeLog 15 Oct 2014 16:20:14 -0000 1.138
@@ -1,6 +1,9 @@
# 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.137 2014/10/07 06:42:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.138 2014/10/15 16:20:14 floppym Exp $
+
+ 15 Oct 2014; Mike Gilbert <floppym@gentoo.org> simplejson-3.6.4.ebuild:
+ Use python_is_python3 function.
*simplejson-3.6.4 (07 Oct 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-10-25 14:00 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2014-10-25 14:00 UTC (permalink / raw
To: gentoo-commits
maekke 14/10/25 14:00:25
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
arm stable, bug #525508
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.4 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.3&r2=1.4
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplejson-3.6.4.ebuild 21 Oct 2014 12:09:32 -0000 1.3
+++ simplejson-3.6.4.ebuild 25 Oct 2014 14:00:24 -0000 1.4
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.3 2014/10/21 12:09:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.4 2014/10/25 14:00:24 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.140 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 21 Oct 2014 12:09:32 -0000 1.139
+++ ChangeLog 25 Oct 2014 14:00:24 -0000 1.140
@@ -1,6 +1,9 @@
# 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.139 2014/10/21 12:09:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.140 2014/10/25 14:00:24 maekke Exp $
+
+ 25 Oct 2014; Markus Meier <maekke@gentoo.org> simplejson-3.6.4.ebuild:
+ arm stable, bug #525508
21 Oct 2014; Jeroen Roovers <jer@gentoo.org> simplejson-3.6.4.ebuild:
Stable for HPPA (bug #525508).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-11-03 11:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:20 UTC (permalink / raw
To: gentoo-commits
ago 14/11/03 11:20:20
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #525508
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.4&r2=1.5
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- simplejson-3.6.4.ebuild 25 Oct 2014 14:00:24 -0000 1.4
+++ simplejson-3.6.4.ebuild 3 Nov 2014 11:20:20 -0000 1.5
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.4 2014/10/25 14:00:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.5 2014/11/03 11:20:20 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.142 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 26 Oct 2014 15:44:39 -0000 1.141
+++ ChangeLog 3 Nov 2014 11:20:20 -0000 1.142
@@ -1,6 +1,9 @@
# 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.141 2014/10/26 15:44:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.142 2014/11/03 11:20:20 ago Exp $
+
+ 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
+ Stable for amd64, wrt bug #525508
*simplejson-3.6.5 (26 Oct 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-11-03 11:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:21 UTC (permalink / raw
To: gentoo-commits
ago 14/11/03 11:21:09
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #525508
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.5&r2=1.6
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- simplejson-3.6.4.ebuild 3 Nov 2014 11:20:20 -0000 1.5
+++ simplejson-3.6.4.ebuild 3 Nov 2014 11:21:09 -0000 1.6
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.5 2014/11/03 11:20:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.6 2014/11/03 11:21:09 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.143 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 3 Nov 2014 11:20:20 -0000 1.142
+++ ChangeLog 3 Nov 2014 11:21:09 -0000 1.143
@@ -1,6 +1,9 @@
# 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.142 2014/11/03 11:20:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.143 2014/11/03 11:21:09 ago Exp $
+
+ 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
+ Stable for x86, wrt bug #525508
03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
Stable for amd64, wrt bug #525508
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-12-03 9:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-03 9:53 UTC (permalink / raw
To: gentoo-commits
ago 14/12/03 09:53:59
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #525508
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.6&r2=1.7
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- simplejson-3.6.4.ebuild 3 Nov 2014 11:21:09 -0000 1.6
+++ simplejson-3.6.4.ebuild 3 Dec 2014 09:53:59 -0000 1.7
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.6 2014/11/03 11:21:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.7 2014/12/03 09:53:59 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.144 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 3 Nov 2014 11:21:09 -0000 1.143
+++ ChangeLog 3 Dec 2014 09:53:59 -0000 1.144
@@ -1,6 +1,9 @@
# 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.143 2014/11/03 11:21:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.144 2014/12/03 09:53:59 ago Exp $
+
+ 03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
+ Stable for ppc, wrt bug #525508
03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
Stable for x86, wrt bug #525508
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog
@ 2014-12-04 8:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-04 8:48 UTC (permalink / raw
To: gentoo-commits
ago 14/12/04 08:48:37
Modified: simplejson-3.6.4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #525508
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/simplejson/simplejson-3.6.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild?r1=1.7&r2=1.8
Index: simplejson-3.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- simplejson-3.6.4.ebuild 3 Dec 2014 09:53:59 -0000 1.7
+++ simplejson-3.6.4.ebuild 4 Dec 2014 08:48:37 -0000 1.8
@@ -1,6 +1,6 @@
# 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.6.4.ebuild,v 1.7 2014/12/03 09:53:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.4.ebuild,v 1.8 2014/12/04 08:48:37 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.145 dev-python/simplejson/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 3 Dec 2014 09:53:59 -0000 1.144
+++ ChangeLog 4 Dec 2014 08:48:37 -0000 1.145
@@ -1,6 +1,9 @@
# 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.144 2014/12/03 09:53:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.145 2014/12/04 08:48:37 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
+ Stable for ppc64, wrt bug #525508
03 Dec 2014; Agostino Sarubbo <ago@gentoo.org> simplejson-3.6.4.ebuild:
Stable for ppc, wrt bug #525508
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-12-04 8:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 16:20 [gentoo-commits] gentoo-x86 commit in dev-python/simplejson: simplejson-3.6.4.ebuild ChangeLog Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2014-12-04 8:48 Agostino Sarubbo (ago)
2014-12-03 9:53 Agostino Sarubbo (ago)
2014-11-03 11:21 Agostino Sarubbo (ago)
2014-11-03 11:20 Agostino Sarubbo (ago)
2014-10-25 14:00 Markus Meier (maekke)
2014-10-07 6:42 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox