public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-05-03 12:33 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 11+ messages in thread
From: Dirkjan Ochtman (djc) @ 2013-05-03 12:33 UTC (permalink / raw
  To: gentoo-commits

djc         13/05/03 12:33:23

  Modified:             ChangeLog
  Added:                pytz-2013b.ebuild
  Log:
  Version bump pytz to 2013b.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)

Revision  Changes    Path
1.135                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	3 May 2013 12:31:19 -0000	1.134
+++ ChangeLog	3 May 2013 12:33:23 -0000	1.135
@@ -1,6 +1,11 @@
 # 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.134 2013/05/03 12:31:19 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.135 2013/05/03 12:33:23 djc Exp $
+
+*pytz-2013b (03 May 2013)
+
+  03 May 2013; Dirkjan Ochtman <djc@gentoo.org> +pytz-2013b.ebuild:
+  Version bump pytz to 2013b.
 
   03 May 2013; Dirkjan Ochtman <djc@gentoo.org> -pytz-2011e.ebuild,
   -pytz-2012d.ebuild, -pytz-2012f.ebuild, -pytz-2012g.ebuild,



1.1                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.1&content-type=text/plain

Index: pytz-2013b.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-2013b.ebuild,v 1.1 2013/05/03 12:33:23 djc Exp $

EAPI=5

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"
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] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-24  5:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-24  5:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/24 05:24:56

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.2&r2=1.3

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytz-2013b.ebuild	10 Jun 2013 20:31:10 -0000	1.2
+++ pytz-2013b.ebuild	24 Jun 2013 05:24:56 -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-2013b.ebuild,v 1.2 2013/06/10 20:31:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.3 2013/06/24 05:24:56 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.148                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	10 Jun 2013 20:31:10 -0000	1.147
+++ ChangeLog	24 Jun 2013 05:24:56 -0000	1.148
@@ -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.147 2013/06/10 20:31:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.148 2013/06/24 05:24:56 ago Exp $
+
+  24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for ppc, wrt bug #472860
 
   10 Jun 2013; Jeroen Roovers <jer@gentoo.org> pytz-2013b.ebuild:
   Stable for HPPA (bug #472860).





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-25 10:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 10:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 10:20:51

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.3&r2=1.4

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytz-2013b.ebuild	24 Jun 2013 05:24:56 -0000	1.3
+++ pytz-2013b.ebuild	25 Jun 2013 10:20:51 -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-2013b.ebuild,v 1.3 2013/06/24 05:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.4 2013/06/25 10:20:51 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.149                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	24 Jun 2013 05:24:56 -0000	1.148
+++ ChangeLog	25 Jun 2013 10:20:51 -0000	1.149
@@ -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.148 2013/06/24 05:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.149 2013/06/25 10:20:51 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for ppc64, wrt bug #472860
 
   24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for ppc, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-25 12:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:07:43

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #472860
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.4&r2=1.5

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pytz-2013b.ebuild	25 Jun 2013 10:20:51 -0000	1.4
+++ pytz-2013b.ebuild	25 Jun 2013 12:07:43 -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-2013b.ebuild,v 1.4 2013/06/25 10:20:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.5 2013/06/25 12:07: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.150                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	25 Jun 2013 10:20:51 -0000	1.149
+++ ChangeLog	25 Jun 2013 12:07:43 -0000	1.150
@@ -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.149 2013/06/25 10:20:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.150 2013/06/25 12:07:43 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for x86, wrt bug #472860
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for ppc64, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-25 12:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:56:16

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #472860
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.5&r2=1.6

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pytz-2013b.ebuild	25 Jun 2013 12:07:43 -0000	1.5
+++ pytz-2013b.ebuild	25 Jun 2013 12:56:16 -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-2013b.ebuild,v 1.5 2013/06/25 12:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.6 2013/06/25 12:56:16 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.151                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	25 Jun 2013 12:07:43 -0000	1.150
+++ ChangeLog	25 Jun 2013 12:56:16 -0000	1.151
@@ -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.150 2013/06/25 12:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.151 2013/06/25 12:56:16 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for amd64, wrt bug #472860
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for x86, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-26  2:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  2:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 02:59:00

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.6&r2=1.7

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytz-2013b.ebuild	25 Jun 2013 12:56:16 -0000	1.6
+++ pytz-2013b.ebuild	26 Jun 2013 02:59:00 -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-2013b.ebuild,v 1.6 2013/06/25 12:56:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.7 2013/06/26 02:59:00 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.152                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	25 Jun 2013 12:56:16 -0000	1.151
+++ ChangeLog	26 Jun 2013 02:59:00 -0000	1.152
@@ -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.151 2013/06/25 12:56:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.152 2013/06/26 02:59:00 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for alpha, wrt bug #472860
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for amd64, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-26  8:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26  8:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 08:51:38

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.7&r2=1.8

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pytz-2013b.ebuild	26 Jun 2013 02:59:00 -0000	1.7
+++ pytz-2013b.ebuild	26 Jun 2013 08:51:38 -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-2013b.ebuild,v 1.7 2013/06/26 02:59:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.8 2013/06/26 08:51: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.153                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	26 Jun 2013 02:59:00 -0000	1.152
+++ ChangeLog	26 Jun 2013 08:51:38 -0000	1.153
@@ -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.152 2013/06/26 02:59:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.153 2013/06/26 08:51:38 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for ia64, wrt bug #472860
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for alpha, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-26 11:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 11:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 11:55:53

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.8&r2=1.9

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytz-2013b.ebuild	26 Jun 2013 08:51:38 -0000	1.8
+++ pytz-2013b.ebuild	26 Jun 2013 11:55:53 -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-2013b.ebuild,v 1.8 2013/06/26 08:51:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.9 2013/06/26 11:55:53 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.154                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	26 Jun 2013 08:51:38 -0000	1.153
+++ ChangeLog	26 Jun 2013 11:55:53 -0000	1.154
@@ -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.153 2013/06/26 08:51:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.154 2013/06/26 11:55:53 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for arm, wrt bug #472860
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for ia64, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-29 16:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/29 16:24:56

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.9&r2=1.10

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pytz-2013b.ebuild	26 Jun 2013 11:55:53 -0000	1.9
+++ pytz-2013b.ebuild	29 Jun 2013 16:24:56 -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-2013b.ebuild,v 1.9 2013/06/26 11:55:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.10 2013/06/29 16:24:56 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.155                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	26 Jun 2013 11:55:53 -0000	1.154
+++ ChangeLog	29 Jun 2013 16:24:56 -0000	1.155
@@ -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.154 2013/06/26 11:55:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.155 2013/06/29 16:24:56 ago Exp $
+
+  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for sparc, wrt bug #472860
 
   26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for arm, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-06-30 18:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-30 18:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/30 18:03:38

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.10&r2=1.11

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pytz-2013b.ebuild	29 Jun 2013 16:24:56 -0000	1.10
+++ pytz-2013b.ebuild	30 Jun 2013 18:03:38 -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-2013b.ebuild,v 1.10 2013/06/29 16:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.11 2013/06/30 18:03: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.156                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	29 Jun 2013 16:24:56 -0000	1.155
+++ ChangeLog	30 Jun 2013 18:03:38 -0000	1.156
@@ -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.155 2013/06/29 16:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.156 2013/06/30 18:03:38 ago Exp $
+
+  30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for s390, wrt bug #472860
 
   29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for sparc, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog
@ 2013-07-02  7:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-02  7:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/02 07:45:25

  Modified:             pytz-2013b.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #472860
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-python/pytz/pytz-2013b.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild?r1=1.11&r2=1.12

Index: pytz-2013b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pytz-2013b.ebuild	30 Jun 2013 18:03:38 -0000	1.11
+++ pytz-2013b.ebuild	2 Jul 2013 07:45:25 -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-2013b.ebuild,v 1.11 2013/06/30 18:03:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2013b.ebuild,v 1.12 2013/07/02 07:45:25 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.157                dev-python/pytz/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytz/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	30 Jun 2013 18:03:38 -0000	1.156
+++ ChangeLog	2 Jul 2013 07:45:25 -0000	1.157
@@ -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.156 2013/06/30 18:03:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.157 2013/07/02 07:45:25 ago Exp $
+
+  02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
+  Stable for sh, wrt bug #472860
 
   30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pytz-2013b.ebuild:
   Stable for s390, wrt bug #472860





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-07-02  7:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 11:55 [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2013b.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-02  7:45 Agostino Sarubbo (ago)
2013-06-30 18:03 Agostino Sarubbo (ago)
2013-06-29 16:24 Agostino Sarubbo (ago)
2013-06-26  8:51 Agostino Sarubbo (ago)
2013-06-26  2:59 Agostino Sarubbo (ago)
2013-06-25 12:56 Agostino Sarubbo (ago)
2013-06-25 12:07 Agostino Sarubbo (ago)
2013-06-25 10:20 Agostino Sarubbo (ago)
2013-06-24  5:24 Agostino Sarubbo (ago)
2013-05-03 12:33 Dirkjan Ochtman (djc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox