* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-01-01 15:31 Michal Gorny (mgorny)
0 siblings, 0 replies; 14+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-01 15:31 UTC (permalink / raw
To: gentoo-commits
mgorny 13/01/01 15:31:49
Modified: ChangeLog
Added: python-dateutil-2.1-r1.ebuild
Log:
Migrate to distutils-r1.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.43 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 17 Dec 2012 17:53:41 -0000 1.42
+++ ChangeLog 1 Jan 2013 15:31:49 -0000 1.43
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-dateutil
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.42 2012/12/17 17:53:41 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.43 2013/01/01 15:31:49 mgorny Exp $
+
+*python-dateutil-2.1-r1 (01 Jan 2013)
+
+ 01 Jan 2013; Michał Górny <mgorny@gentoo.org> +python-dateutil-2.1-r1.ebuild:
+ Migrate to distutils-r1.
17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1.ebuild:
Stable for ia64, wrt bug #426466
1.1 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: python-dateutil-2.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.1 2013/01/01 15:31:49 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Extensions to the standard Python datetime module"
HOMEPAGE="https://launchpad.net/dateutil http://pypi.python.org/pypi/python-dateutil"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
sys-libs/timezone-data
!<dev-python/python-dateutil-2.1"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
PATCHES=(
# Bug 410725.
"${FILESDIR}/${P}-open-utf-8.patch"
)
python_prepare_all() {
# Use zoneinfo in /usr/share/zoneinfo.
sed -i -e "s/zoneinfo.gettz/gettz/g" test.py || die
# Fix parsing of date in non-English locales.
sed -e 's/subprocess.getoutput("date")/subprocess.getoutput("LC_ALL=C date")/' \
-i example.py || die
distutils-r1_python_prepare_all
}
python_test() {
"${PYTHON}" test.py || die
}
python_install() {
distutils-r1_python_install
rm -f "${D}$(python_get_sitedir)/dateutil/zoneinfo"/*.tar.*
}
python_install_all() {
distutils-r1_python_install_all
if use examples; then
docinto examples
dodoc example.py sandbox/*.py
fi
}
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-02-05 0:20 Benda XU (heroxbd)
0 siblings, 0 replies; 14+ messages in thread
From: Benda XU (heroxbd) @ 2013-02-05 0:20 UTC (permalink / raw
To: gentoo-commits
heroxbd 13/02/05 00:20:42
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
keyword ~arm
(Portage version: 2.1.11.34/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.1&r2=1.2
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-dateutil-2.1-r1.ebuild 1 Jan 2013 15:31:49 -0000 1.1
+++ python-dateutil-2.1-r1.ebuild 5 Feb 2013 00:20:42 -0000 1.2
@@ -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.1 2013/01/01 15:31:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.2 2013/02/05 00:20:42 heroxbd Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.44 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 1 Jan 2013 15:31:49 -0000 1.43
+++ ChangeLog 5 Feb 2013 00:20:42 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.43 2013/01/01 15:31:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.44 2013/02/05 00:20:42 heroxbd Exp $
+
+ 05 Feb 2013; Benda Xu <heroxbd@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ keyword ~arm
*python-dateutil-2.1-r1 (01 Jan 2013)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-03-07 16:06 Ian Delaney (idella4)
0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney (idella4) @ 2013-03-07 16:06 UTC (permalink / raw
To: gentoo-commits
idella4 13/03/07 16:06:08
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
pypy support tested and added
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.2&r2=1.3
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-dateutil-2.1-r1.ebuild 5 Feb 2013 00:20:42 -0000 1.2
+++ python-dateutil-2.1-r1.ebuild 7 Mar 2013 16:06:08 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.2 2013/02/05 00:20:42 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.3 2013/03/07 16:06:08 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
1.45 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 5 Feb 2013 00:20:42 -0000 1.44
+++ ChangeLog 7 Mar 2013 16:06:08 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.44 2013/02/05 00:20:42 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.45 2013/03/07 16:06:08 idella4 Exp $
+
+ 07 Mar 2013; Ian Delaney <idella4@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ pypy support tested and added
05 Feb 2013; Benda Xu <heroxbd@gentoo.org> python-dateutil-2.1-r1.ebuild:
keyword ~arm
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-19 12:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-19 12:27 UTC (permalink / raw
To: gentoo-commits
ago 13/05/19 12:27:38
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #469994
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.4&r2=1.5
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-dateutil-2.1-r1.ebuild 17 May 2013 16:37:33 -0000 1.4
+++ python-dateutil-2.1-r1.ebuild 19 May 2013 12:27:38 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.4 2013/05/17 16:37:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.5 2013/05/19 12:27:38 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.47 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 17 May 2013 16:37:33 -0000 1.46
+++ ChangeLog 19 May 2013 12:27:38 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.46 2013/05/17 16:37:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.47 2013/05/19 12:27:38 ago Exp $
+
+ 19 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for amd64, wrt bug #469994
17 May 2013; Jeroen Roovers <jer@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for HPPA (bug #469994).
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-20 8:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:47 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:47:31
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #469994
(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.6 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.5&r2=1.6
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-dateutil-2.1-r1.ebuild 19 May 2013 12:27:38 -0000 1.5
+++ python-dateutil-2.1-r1.ebuild 20 May 2013 08:47:31 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.5 2013/05/19 12:27:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.6 2013/05/20 08:47:31 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.48 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 19 May 2013 12:27:38 -0000 1.47
+++ ChangeLog 20 May 2013 08:47:31 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.47 2013/05/19 12:27:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.48 2013/05/20 08:47:31 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for x86, wrt bug #469994
19 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for amd64, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-20 12:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 12:50 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 12:50:10
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #469994
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.6&r2=1.7
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-dateutil-2.1-r1.ebuild 20 May 2013 08:47:31 -0000 1.6
+++ python-dateutil-2.1-r1.ebuild 20 May 2013 12:50:10 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.6 2013/05/20 08:47:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.7 2013/05/20 12:50:10 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.49 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 20 May 2013 08:47:31 -0000 1.48
+++ ChangeLog 20 May 2013 12:50:10 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.48 2013/05/20 08:47:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.49 2013/05/20 12:50:10 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for ppc, wrt bug #469994
20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for x86, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-20 17:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 17:21 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 17:21:50
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for arm, wrt bug #469994
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.7&r2=1.8
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-dateutil-2.1-r1.ebuild 20 May 2013 12:50:10 -0000 1.7
+++ python-dateutil-2.1-r1.ebuild 20 May 2013 17:21:50 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.7 2013/05/20 12:50:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.8 2013/05/20 17:21:50 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.50 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 20 May 2013 12:50:10 -0000 1.49
+++ ChangeLog 20 May 2013 17:21:50 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.49 2013/05/20 12:50:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.50 2013/05/20 17:21:50 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for arm, wrt bug #469994
20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for ppc, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-22 10:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-22 10:47 UTC (permalink / raw
To: gentoo-commits
ago 13/05/22 10:47:52
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #469994
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.8&r2=1.9
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-dateutil-2.1-r1.ebuild 20 May 2013 17:21:50 -0000 1.8
+++ python-dateutil-2.1-r1.ebuild 22 May 2013 10:47:52 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.8 2013/05/20 17:21:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.9 2013/05/22 10:47:52 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm hppa ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.51 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 20 May 2013 17:21:50 -0000 1.50
+++ ChangeLog 22 May 2013 10:47:52 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.50 2013/05/20 17:21:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.51 2013/05/22 10:47:52 ago Exp $
+
+ 22 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for ia64, wrt bug #469994
20 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for arm, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-05-24 19:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-24 19:55 UTC (permalink / raw
To: gentoo-commits
ago 13/05/24 19:55:25
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #469994
(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/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.9&r2=1.10
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-dateutil-2.1-r1.ebuild 22 May 2013 10:47:52 -0000 1.9
+++ python-dateutil-2.1-r1.ebuild 24 May 2013 19:55:25 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.9 2013/05/22 10:47:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.10 2013/05/24 19:55:25 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.52 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 22 May 2013 10:47:52 -0000 1.51
+++ ChangeLog 24 May 2013 19:55:25 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.51 2013/05/22 10:47:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.52 2013/05/24 19:55:25 ago Exp $
+
+ 24 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for ppc64, wrt bug #469994
22 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for ia64, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-07-14 10:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-14 10:23 UTC (permalink / raw
To: gentoo-commits
ago 13/07/14 10:23:50
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #469994
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.10&r2=1.11
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-dateutil-2.1-r1.ebuild 24 May 2013 19:55:25 -0000 1.10
+++ python-dateutil-2.1-r1.ebuild 14 Jul 2013 10:23:49 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.10 2013/05/24 19:55:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.11 2013/07/14 10:23:49 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.53 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 24 May 2013 19:55:25 -0000 1.52
+++ ChangeLog 14 Jul 2013 10:23:50 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.52 2013/05/24 19:55:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.53 2013/07/14 10:23:50 ago Exp $
+
+ 14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for alpha, wrt bug #469994
24 May 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for ppc64, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 14+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:47:14
Modified: python-dateutil-2.1-r1.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.12 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.11&r2=1.12
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-dateutil-2.1-r1.ebuild 14 Jul 2013 10:23:49 -0000 1.11
+++ python-dateutil-2.1-r1.ebuild 5 Sep 2013 18:47:14 -0000 1.12
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.11 2013/07/14 10:23:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.12 2013/09/05 18:47:14 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
1.54 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 14 Jul 2013 10:23:50 -0000 1.53
+++ ChangeLog 5 Sep 2013 18:47:14 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.53 2013/07/14 10:23:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.54 2013/09/05 18:47:14 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
Stable for alpha, wrt bug #469994
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-11-24 11:46 Markos Chandras (hwoarang)
0 siblings, 0 replies; 14+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-11-24 11:46 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/11/24 11:46:48
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Add ~mips
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.13 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.12&r2=1.13
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-dateutil-2.1-r1.ebuild 5 Sep 2013 18:47:14 -0000 1.12
+++ python-dateutil-2.1-r1.ebuild 24 Nov 2013 11:46:48 -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.12 2013/09/05 18:47:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.13 2013/11/24 11:46:48 hwoarang Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.55 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 5 Sep 2013 18:47:14 -0000 1.54
+++ ChangeLog 24 Nov 2013 11:46:48 -0000 1.55
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.54 2013/09/05 18:47:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.55 2013/11/24 11:46:48 hwoarang Exp $
+
+ 24 Nov 2013; Markos Chandras <hwoarang@gentoo.org>
+ python-dateutil-2.1-r1.ebuild:
+ Add ~mips
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-dateutil-2.1-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2013-12-23 16:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:23 UTC (permalink / raw
To: gentoo-commits
ago 13/12/23 16:23:13
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #469994
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.13&r2=1.14
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-dateutil-2.1-r1.ebuild 24 Nov 2013 11:46:48 -0000 1.13
+++ python-dateutil-2.1-r1.ebuild 23 Dec 2013 16:23:13 -0000 1.14
@@ -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/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.13 2013/11/24 11:46:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.14 2013/12/23 16:23:13 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
1.56 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 24 Nov 2013 11:46:48 -0000 1.55
+++ ChangeLog 23 Dec 2013 16:23:13 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.55 2013/11/24 11:46:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.56 2013/12/23 16:23:13 ago Exp $
+
+ 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Stable for sparc, wrt bug #469994
24 Nov 2013; Markos Chandras <hwoarang@gentoo.org>
python-dateutil-2.1-r1.ebuild:
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog
@ 2014-09-27 15:39 Mike Gilbert (floppym)
0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert (floppym) @ 2014-09-27 15:39 UTC (permalink / raw
To: gentoo-commits
floppym 14/09/27 15:39:57
Modified: python-dateutil-2.1-r1.ebuild ChangeLog
Log:
Add python3.4 to version 2.1.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.16 dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild?r1=1.15&r2=1.16
Index: python-dateutil-2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-dateutil-2.1-r1.ebuild 31 Mar 2014 20:36:30 -0000 1.15
+++ python-dateutil-2.1-r1.ebuild 27 Sep 2014 15:39:57 -0000 1.16
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.15 2014/03/31 20:36:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1-r1.ebuild,v 1.16 2014/09/27 15:39:57 floppym Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1
1.60 dev-python/python-dateutil/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 16 Apr 2014 04:43:50 -0000 1.59
+++ ChangeLog 27 Sep 2014 15:39:57 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-dateutil
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.59 2014/04/16 04:43:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.60 2014/09/27 15:39:57 floppym Exp $
+
+ 27 Sep 2014; Mike Gilbert <floppym@gentoo.org> python-dateutil-2.1-r1.ebuild:
+ Add python3.4 to version 2.1.
16 Apr 2014; Ian Delaney <idella4@gentoo.org> python-dateutil-2.2.ebuild:
add py3.4 support
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2014-09-27 15:40 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 16:23 [gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-09-27 15:39 Mike Gilbert (floppym)
2013-11-24 11:46 Markos Chandras (hwoarang)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-07-14 10:23 Agostino Sarubbo (ago)
2013-05-24 19:55 Agostino Sarubbo (ago)
2013-05-22 10:47 Agostino Sarubbo (ago)
2013-05-20 17:21 Agostino Sarubbo (ago)
2013-05-20 12:50 Agostino Sarubbo (ago)
2013-05-20 8:47 Agostino Sarubbo (ago)
2013-05-19 12:27 Agostino Sarubbo (ago)
2013-03-07 16:06 Ian Delaney (idella4)
2013-02-05 0:20 Benda XU (heroxbd)
2013-01-01 15:31 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