* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2012-12-08 16:15 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-08 16:15 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/08 16:15:24
Modified: ChangeLog
Added: argparse-1.2.1-r2.ebuild
Log:
Revbump again to end the transitional period and stop installing argparse for new Python versions.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.36 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 8 Dec 2012 15:46:08 -0000 1.35
+++ ChangeLog 8 Dec 2012 16:15:24 -0000 1.36
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.35 2012/12/08 15:46:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.36 2012/12/08 16:15:24 mgorny Exp $
+
+*argparse-1.2.1-r2 (08 Dec 2012)
+
+ 08 Dec 2012; Michał Górny <mgorny@gentoo.org> +argparse-1.2.1-r2.ebuild:
+ Revbump again to end the transitional period and stop installing argparse for
+ new Python versions.
08 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r1.ebuild:
Add PYTHON_USEDEP on migrated packages.
1.1 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.1&content-type=text/plain
Index: argparse-1.2.1-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.1 2012/12/08 16:15:24 mgorny Exp $
EAPI=4
# Other implementations ship argparse.
PYTHON_COMPAT=( python{2_5,2_6,3_1} jython2_5 )
inherit distutils-r1
DESCRIPTION="An easy, declarative interface for creating command line tools"
HOMEPAGE="http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse"
SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
COLUMNS=80 PYTHONPATH="${BUILD_DIR}/lib" \
"${PYTHON}" test/test_argparse.py
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2012-12-15 10:58 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 10:58 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/15 10:58:49
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Remove jython2.5 support, bug #447148.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.2 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.1&r2=1.2
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- argparse-1.2.1-r2.ebuild 8 Dec 2012 16:15:24 -0000 1.1
+++ argparse-1.2.1-r2.ebuild 15 Dec 2012 10:58:49 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.1 2012/12/08 16:15:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.2 2012/12/15 10:58:49 mgorny Exp $
EAPI=4
# Other implementations ship argparse.
-PYTHON_COMPAT=( python{2_5,2_6,3_1} jython2_5 )
+PYTHON_COMPAT=( python{2_5,2_6,3_1} )
inherit distutils-r1
1.42 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 12 Dec 2012 19:52:18 -0000 1.41
+++ ChangeLog 15 Dec 2012 10:58:49 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.41 2012/12/12 19:52:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.42 2012/12/15 10:58:49 mgorny Exp $
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Remove jython2.5 support, bug #447148.
12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r1.ebuild:
Stable for amd64, wrt bug #446496
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-03-27 10:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-27 10:59 UTC (permalink / raw
To: gentoo-commits
ago 13/03/27 10:59:23
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.3&r2=1.4
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argparse-1.2.1-r2.ebuild 17 Dec 2012 19:56:10 -0000 1.3
+++ argparse-1.2.1-r2.ebuild 27 Mar 2013 10:59:23 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.3 2012/12/17 19:56:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.4 2013/03/27 10:59:23 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.50 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 1 Jan 2013 19:01:38 -0000 1.49
+++ ChangeLog 27 Mar 2013 10:59:23 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.49 2013/01/01 19:01:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.50 2013/03/27 10:59:23 ago Exp $
+
+ 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for amd64, wrt bug #456600
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> argparse-1.2.1-r1.ebuild:
s390/sh/x86 stable wrt #446496
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-03-30 9:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-30 9:39 UTC (permalink / raw
To: gentoo-commits
ago 13/03/30 09:39:19
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #456600
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.4&r2=1.5
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- argparse-1.2.1-r2.ebuild 27 Mar 2013 10:59:23 -0000 1.4
+++ argparse-1.2.1-r2.ebuild 30 Mar 2013 09:39:19 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.4 2013/03/27 10:59:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.5 2013/03/30 09:39:19 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.51 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 27 Mar 2013 10:59:23 -0000 1.50
+++ ChangeLog 30 Mar 2013 09:39:19 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.50 2013/03/27 10:59:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.51 2013/03/30 09:39:19 ago Exp $
+
+ 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for ppc, wrt bug #456600
27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for amd64, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-03-30 15:12 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-30 15:12 UTC (permalink / raw
To: gentoo-commits
ago 13/03/30 15:12:48
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #456600
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.5&r2=1.6
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- argparse-1.2.1-r2.ebuild 30 Mar 2013 09:39:19 -0000 1.5
+++ argparse-1.2.1-r2.ebuild 30 Mar 2013 15:12:48 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.5 2013/03/30 09:39:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.6 2013/03/30 15:12:48 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.52 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 30 Mar 2013 09:39:19 -0000 1.51
+++ ChangeLog 30 Mar 2013 15:12:48 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.51 2013/03/30 09:39:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.52 2013/03/30 15:12:48 ago Exp $
+
+ 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for alpha, wrt bug #456600
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for ppc, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-03-31 9:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 9:58 UTC (permalink / raw
To: gentoo-commits
ago 13/03/31 09:58:40
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #456600
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.6&r2=1.7
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- argparse-1.2.1-r2.ebuild 30 Mar 2013 15:12:48 -0000 1.6
+++ argparse-1.2.1-r2.ebuild 31 Mar 2013 09:58:39 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.6 2013/03/30 15:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.7 2013/03/31 09:58:39 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.53 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 30 Mar 2013 15:12:48 -0000 1.52
+++ ChangeLog 31 Mar 2013 09:58:39 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.52 2013/03/30 15:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.53 2013/03/31 09:58:39 ago Exp $
+
+ 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for sparc, wrt bug #456600
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for alpha, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-03-31 11:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 11:14 UTC (permalink / raw
To: gentoo-commits
ago 13/03/31 11:14:39
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for sh, wrt bug #456600
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.7&r2=1.8
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- argparse-1.2.1-r2.ebuild 31 Mar 2013 09:58:39 -0000 1.7
+++ argparse-1.2.1-r2.ebuild 31 Mar 2013 11:14:39 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.7 2013/03/31 09:58:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.8 2013/03/31 11:14:39 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.54 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 31 Mar 2013 09:58:39 -0000 1.53
+++ ChangeLog 31 Mar 2013 11:14:39 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.53 2013/03/31 09:58:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.54 2013/03/31 11:14:39 ago Exp $
+
+ 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for sh, wrt bug #456600
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for sparc, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-04-02 11:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 11:20 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 11:20:14
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for hppa, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.8&r2=1.9
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- argparse-1.2.1-r2.ebuild 31 Mar 2013 11:14:39 -0000 1.8
+++ argparse-1.2.1-r2.ebuild 2 Apr 2013 11:20:14 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.8 2013/03/31 11:14:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.9 2013/04/02 11:20:14 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.55 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 31 Mar 2013 11:14:39 -0000 1.54
+++ ChangeLog 2 Apr 2013 11:20:14 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.54 2013/03/31 11:14:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.55 2013/04/02 11:20:14 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for hppa, wrt bug #456600
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for sh, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-04-02 12:12 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 12:12 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 12:12:48
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for arm, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.9&r2=1.10
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- argparse-1.2.1-r2.ebuild 2 Apr 2013 11:20:14 -0000 1.9
+++ argparse-1.2.1-r2.ebuild 2 Apr 2013 12:12:48 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.9 2013/04/02 11:20:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.10 2013/04/02 12:12:48 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.56 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 2 Apr 2013 11:20:14 -0000 1.55
+++ ChangeLog 2 Apr 2013 12:12:48 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.55 2013/04/02 11:20:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.56 2013/04/02 12:12:48 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for arm, wrt bug #456600
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for hppa, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-04-02 13:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 13:18 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 13:18:15
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for s390, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.10&r2=1.11
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- argparse-1.2.1-r2.ebuild 2 Apr 2013 12:12:48 -0000 1.10
+++ argparse-1.2.1-r2.ebuild 2 Apr 2013 13:18:15 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.10 2013/04/02 12:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.11 2013/04/02 13:18:15 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.57 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 2 Apr 2013 12:12:48 -0000 1.56
+++ ChangeLog 2 Apr 2013 13:18:15 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.56 2013/04/02 12:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.57 2013/04/02 13:18:15 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for s390, wrt bug #456600
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for arm, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-04-05 18:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 18:13 UTC (permalink / raw
To: gentoo-commits
ago 13/04/05 18:13:15
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.11&r2=1.12
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- argparse-1.2.1-r2.ebuild 2 Apr 2013 13:18:15 -0000 1.11
+++ argparse-1.2.1-r2.ebuild 5 Apr 2013 18:13:15 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.11 2013/04/02 13:18:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.12 2013/04/05 18:13:15 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.58 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 2 Apr 2013 13:18:15 -0000 1.57
+++ ChangeLog 5 Apr 2013 18:13:15 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.57 2013/04/02 13:18:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.58 2013/04/05 18:13:15 ago Exp $
+
+ 05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for ppc64, wrt bug #456600
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for s390, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-04-12 17:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 17:20 UTC (permalink / raw
To: gentoo-commits
ago 13/04/12 17:20:01
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #456600
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.12&r2=1.13
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- argparse-1.2.1-r2.ebuild 5 Apr 2013 18:13:15 -0000 1.12
+++ argparse-1.2.1-r2.ebuild 12 Apr 2013 17:20:01 -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/argparse/argparse-1.2.1-r2.ebuild,v 1.12 2013/04/05 18:13:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.13 2013/04/12 17:20:01 ago Exp $
EAPI=5
# Other implementations ship argparse.
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.59 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 5 Apr 2013 18:13:15 -0000 1.58
+++ ChangeLog 12 Apr 2013 17:20:01 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.58 2013/04/05 18:13:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.59 2013/04/12 17:20:01 ago Exp $
+
+ 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Stable for ia64, wrt bug #456600
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for ppc64, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:47:15
Modified: argparse-1.2.1-r2.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.14 dev-python/argparse/argparse-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild?r1=1.13&r2=1.14
Index: argparse-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- argparse-1.2.1-r2.ebuild 12 Apr 2013 17:20:01 -0000 1.13
+++ argparse-1.2.1-r2.ebuild 5 Sep 2013 18:47:15 -0000 1.14
@@ -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/argparse/argparse-1.2.1-r2.ebuild,v 1.13 2013/04/12 17:20:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.14 2013/09/05 18:47:15 mgorny Exp $
EAPI=5
# Other implementations ship argparse.
-PYTHON_COMPAT=( python{2_5,2_6,3_1} )
+PYTHON_COMPAT=( python2_6 )
inherit distutils-r1
1.60 dev-python/argparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 12 Apr 2013 17:20:01 -0000 1.59
+++ ChangeLog 5 Sep 2013 18:47:15 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.59 2013/04/12 17:20:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.60 2013/09/05 18:47:15 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r2.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r2.ebuild:
Stable for ia64, wrt bug #456600
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-09-05 18:54 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 17:20 [gentoo-commits] gentoo-x86 commit in dev-python/argparse: argparse-1.2.1-r2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:47 Michal Gorny (mgorny)
2013-04-05 18:13 Agostino Sarubbo (ago)
2013-04-02 13:18 Agostino Sarubbo (ago)
2013-04-02 12:12 Agostino Sarubbo (ago)
2013-04-02 11:20 Agostino Sarubbo (ago)
2013-03-31 11:14 Agostino Sarubbo (ago)
2013-03-31 9:58 Agostino Sarubbo (ago)
2013-03-30 15:12 Agostino Sarubbo (ago)
2013-03-30 9:39 Agostino Sarubbo (ago)
2013-03-27 10:59 Agostino Sarubbo (ago)
2012-12-15 10:58 Michal Gorny (mgorny)
2012-12-08 16:15 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox