* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-01-05 19:40 Tim Harder (radhermit)
0 siblings, 0 replies; 13+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-05 19:40 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/05 19:40:50
Modified: ChangeLog
Added: pytz-2012j.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.132 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 19 Dec 2012 18:32:31 -0000 1.131
+++ ChangeLog 5 Jan 2013 19:40:50 -0000 1.132
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pytz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.131 2012/12/19 18:32:31 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.132 2013/01/05 19:40:50 radhermit Exp $
+
+*pytz-2012j (05 Jan 2013)
+
+ 05 Jan 2013; Tim Harder <radhermit@gentoo.org> +pytz-2012j.ebuild:
+ Version bump.
*pytz-2012h-r1 (19 Dec 2012)
1.1 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.1&content-type=text/plain
Index: pytz-2012j.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.1 2013/01/05 19:40:50 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
inherit distutils-r1
DESCRIPTION="World timezone definitions for Python"
HOMEPAGE="http://pypi.python.org/pypi/pytz http://pytz.sourceforge.net/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=sys-libs/timezone-data-${PV}"
RDEPEND="${DEPEND}"
DOCS=( CHANGES.txt )
PATCHES=(
# Use timezone-data zoneinfo.
"${FILESDIR}/${PN}-2009j-zoneinfo.patch"
# ...and do not install a copy of it.
"${FILESDIR}/${PN}-2009h-zoneinfo-noinstall.patch"
)
python_test() {
"${PYTHON}" pytz/tests/test_tzinfo.py
}
python_install() {
distutils-r1_python_install
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-01-13 21:27 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-13 21:27 UTC (permalink / raw
To: gentoo-commits
mgorny 13/01/13 21:27:35
Modified: pytz-2012j.ebuild ChangeLog
Log:
Enable pypy2.0.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.2 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.1&r2=1.2
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytz-2012j.ebuild 5 Jan 2013 19:40:50 -0000 1.1
+++ pytz-2012j.ebuild 13 Jan 2013 21:27:35 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.1 2013/01/05 19:40:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.2 2013/01/13 21:27:35 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1
DESCRIPTION="World timezone definitions for Python"
1.133 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 5 Jan 2013 19:40:50 -0000 1.132
+++ ChangeLog 13 Jan 2013 21:27:35 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.132 2013/01/05 19:40:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.133 2013/01/13 21:27:35 mgorny Exp $
+
+ 13 Jan 2013; Michał Górny <mgorny@gentoo.org> pytz-2012j.ebuild:
+ Enable pypy2.0.
*pytz-2012j (05 Jan 2013)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-03 13:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-03 13:42 UTC (permalink / raw
To: gentoo-commits
ago 13/05/03 13:42:38
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #461164
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.2&r2=1.3
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytz-2012j.ebuild 13 Jan 2013 21:27:35 -0000 1.2
+++ pytz-2012j.ebuild 3 May 2013 13:42:38 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.2 2013/01/13 21:27:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.3 2013/05/03 13:42:38 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.136 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 3 May 2013 12:33:23 -0000 1.135
+++ ChangeLog 3 May 2013 13:42:38 -0000 1.136
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.135 2013/05/03 12:33:23 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.136 2013/05/03 13:42:38 ago Exp $
+
+ 03 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for amd64, wrt bug #461164
*pytz-2013b (03 May 2013)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-05 13:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-05 13:59 UTC (permalink / raw
To: gentoo-commits
ago 13/05/05 13:59:15
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for arm, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.3&r2=1.4
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytz-2012j.ebuild 3 May 2013 13:42:38 -0000 1.3
+++ pytz-2012j.ebuild 5 May 2013 13:59:15 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.3 2013/05/03 13:42:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.4 2013/05/05 13:59:15 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.137 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.136&r2=1.137
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog 3 May 2013 13:42:38 -0000 1.136
+++ ChangeLog 5 May 2013 13:59:15 -0000 1.137
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.136 2013/05/03 13:42:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.137 2013/05/05 13:59:15 ago Exp $
+
+ 05 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for arm, wrt bug #461164
03 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for amd64, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-05 14:13 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-05 14:13 UTC (permalink / raw
To: gentoo-commits
jer 13/05/05 14:13:17
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for HPPA (bug #461164).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.5 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.4&r2=1.5
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pytz-2012j.ebuild 5 May 2013 13:59:15 -0000 1.4
+++ pytz-2012j.ebuild 5 May 2013 14:13:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.4 2013/05/05 13:59:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.5 2013/05/05 14:13:17 jer Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.138 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 5 May 2013 13:59:15 -0000 1.137
+++ ChangeLog 5 May 2013 14:13:17 -0000 1.138
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.137 2013/05/05 13:59:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.138 2013/05/05 14:13:17 jer Exp $
+
+ 05 May 2013; Jeroen Roovers <jer@gentoo.org> pytz-2012j.ebuild:
+ Stable for HPPA (bug #461164).
05 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for arm, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-05 17:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-05 17:29 UTC (permalink / raw
To: gentoo-commits
ago 13/05/05 17:29:11
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.5&r2=1.6
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pytz-2012j.ebuild 5 May 2013 14:13:17 -0000 1.5
+++ pytz-2012j.ebuild 5 May 2013 17:29:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.5 2013/05/05 14:13:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.6 2013/05/05 17:29:10 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.139 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 5 May 2013 14:13:17 -0000 1.138
+++ ChangeLog 5 May 2013 17:29:10 -0000 1.139
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.138 2013/05/05 14:13:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.139 2013/05/05 17:29:10 ago Exp $
+
+ 05 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for alpha, wrt bug #461164
05 May 2013; Jeroen Roovers <jer@gentoo.org> pytz-2012j.ebuild:
Stable for HPPA (bug #461164).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-07 13:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 13:35 UTC (permalink / raw
To: gentoo-commits
ago 13/05/07 13:35:49
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.6&r2=1.7
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytz-2012j.ebuild 5 May 2013 17:29:10 -0000 1.6
+++ pytz-2012j.ebuild 7 May 2013 13:35:49 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.6 2013/05/05 17:29:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.7 2013/05/07 13:35:49 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.140 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 5 May 2013 17:29:10 -0000 1.139
+++ ChangeLog 7 May 2013 13:35:49 -0000 1.140
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.139 2013/05/05 17:29:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.140 2013/05/07 13:35:49 ago Exp $
+
+ 07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for ia64, wrt bug #461164
05 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for alpha, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-07 13:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 13:52 UTC (permalink / raw
To: gentoo-commits
ago 13/05/07 13:52:43
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.7&r2=1.8
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pytz-2012j.ebuild 7 May 2013 13:35:49 -0000 1.7
+++ pytz-2012j.ebuild 7 May 2013 13:52:43 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.7 2013/05/07 13:35:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.8 2013/05/07 13:52:43 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.141 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 7 May 2013 13:35:49 -0000 1.140
+++ ChangeLog 7 May 2013 13:52:43 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.140 2013/05/07 13:35:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.141 2013/05/07 13:52:43 ago Exp $
+
+ 07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for sparc, wrt bug #461164
07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for ia64, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-07 14:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 14:17 UTC (permalink / raw
To: gentoo-commits
ago 13/05/07 14:17:09
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.8&r2=1.9
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytz-2012j.ebuild 7 May 2013 13:52:43 -0000 1.8
+++ pytz-2012j.ebuild 7 May 2013 14:17:09 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.8 2013/05/07 13:52:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.9 2013/05/07 14:17:09 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.142 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 7 May 2013 13:52:43 -0000 1.141
+++ ChangeLog 7 May 2013 14:17:09 -0000 1.142
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.141 2013/05/07 13:52:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.142 2013/05/07 14:17:09 ago Exp $
+
+ 07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for ppc, wrt bug #461164
07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for sparc, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-07 17:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-07 17:48 UTC (permalink / raw
To: gentoo-commits
ago 13/05/07 17:48:12
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.9&r2=1.10
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pytz-2012j.ebuild 7 May 2013 14:17:09 -0000 1.9
+++ pytz-2012j.ebuild 7 May 2013 17:48:12 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.9 2013/05/07 14:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.10 2013/05/07 17:48:12 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.143 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 7 May 2013 14:17:09 -0000 1.142
+++ ChangeLog 7 May 2013 17:48:12 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.142 2013/05/07 14:17:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.143 2013/05/07 17:48:12 ago Exp $
+
+ 07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for ppc64, wrt bug #461164
07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for ppc, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-08 13:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-08 13:42 UTC (permalink / raw
To: gentoo-commits
ago 13/05/08 13:42:05
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for sh, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.10&r2=1.11
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pytz-2012j.ebuild 7 May 2013 17:48:12 -0000 1.10
+++ pytz-2012j.ebuild 8 May 2013 13:42:05 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.10 2013/05/07 17:48:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.11 2013/05/08 13:42:05 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.144 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 7 May 2013 17:48:12 -0000 1.143
+++ ChangeLog 8 May 2013 13:42:05 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.143 2013/05/07 17:48:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.144 2013/05/08 13:42:05 ago Exp $
+
+ 08 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for sh, wrt bug #461164
07 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for ppc64, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-14 9:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14 9:41 UTC (permalink / raw
To: gentoo-commits
ago 13/05/14 09:41:21
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for x86, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.11&r2=1.12
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pytz-2012j.ebuild 8 May 2013 13:42:05 -0000 1.11
+++ pytz-2012j.ebuild 14 May 2013 09:41:21 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.11 2013/05/08 13:42:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.12 2013/05/14 09:41:21 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.145 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 8 May 2013 13:42:05 -0000 1.144
+++ ChangeLog 14 May 2013 09:41:21 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.144 2013/05/08 13:42:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.145 2013/05/14 09:41:21 ago Exp $
+
+ 14 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for x86, wrt bug #461164
08 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for sh, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog
@ 2013-05-20 18:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 18:01 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 18:01:07
Modified: pytz-2012j.ebuild ChangeLog
Log:
Stable for s390, wrt bug #461164
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/pytz/pytz-2012j.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild?r1=1.12&r2=1.13
Index: pytz-2012j.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pytz-2012j.ebuild 14 May 2013 09:41:21 -0000 1.12
+++ pytz-2012j.ebuild 20 May 2013 18:01:07 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.12 2013/05/14 09:41:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2012j.ebuild,v 1.13 2013/05/20 18:01:07 ago Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.146 dev-python/pytz/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 14 May 2013 09:41:21 -0000 1.145
+++ ChangeLog 20 May 2013 18:01:07 -0000 1.146
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytz
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.145 2013/05/14 09:41:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.146 2013/05/20 18:01:07 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
+ Stable for s390, wrt bug #461164
14 May 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2012j.ebuild:
Stable for x86, wrt bug #461164
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-05-20 18:01 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 9:41 [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2012j.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-20 18:01 Agostino Sarubbo (ago)
2013-05-08 13:42 Agostino Sarubbo (ago)
2013-05-07 17:48 Agostino Sarubbo (ago)
2013-05-07 14:17 Agostino Sarubbo (ago)
2013-05-07 13:52 Agostino Sarubbo (ago)
2013-05-07 13:35 Agostino Sarubbo (ago)
2013-05-05 17:29 Agostino Sarubbo (ago)
2013-05-05 14:13 Jeroen Roovers (jer)
2013-05-05 13:59 Agostino Sarubbo (ago)
2013-05-03 13:42 Agostino Sarubbo (ago)
2013-01-13 21:27 Michal Gorny (mgorny)
2013-01-05 19:40 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