public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2014-11-18  4:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer (patrick) @ 2014-11-18  4:25 UTC (permalink / raw
  To: gentoo-commits

patrick     14/11/18 04:25:37

  Modified:             ChangeLog
  Added:                isodate-0.5.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.27                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 May 2014 05:38:08 -0000	1.26
+++ ChangeLog	18 Nov 2014 04:25:37 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.26 2014/05/20 05:38:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.27 2014/11/18 04:25:37 patrick Exp $
+
+*isodate-0.5.1 (18 Nov 2014)
+
+  18 Nov 2014; Patrick Lauer <patrick@gentoo.org> +isodate-0.5.1.ebuild:
+  Bump
 
   20 May 2014; Ian Delaney <idella4@gentoo.org> isodate-0.5.0.ebuild:
   drop py2.6 pypy2_0 add py3.4 support



1.1                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.1 2014/11/18 04:25:37 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="ISO 8601 date/time/duration parser and formater"
HOMEPAGE="http://pypi.python.org/pypi/isodate"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_test() {
	local test
	pushd "${BUILD_DIR}"/lib/
	for test in ${PN}/tests/test_*.py
	do
		if ! "${PYTHON}" $test; then
			die "Test $test failed under ${EPYTHON}"
		fi
	done
	# Give some order to the output salad
	einfo "Testsuite passed under ${EPYTHON}";einfo ""
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-01-17 20:07 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2015-01-17 20:07 UTC (permalink / raw
  To: gentoo-commits

maekke      15/01/17 20:07:02

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  arm stable, bug #535334
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.3                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- isodate-0.5.1.ebuild	18 Nov 2014 06:02:13 -0000	1.2
+++ isodate-0.5.1.ebuild	17 Jan 2015 20:07:02 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.2 2014/11/18 06:02:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.3 2015/01/17 20:07:02 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.29                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	18 Nov 2014 06:02:13 -0000	1.28
+++ ChangeLog	17 Jan 2015 20:07:02 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.28 2014/11/18 06:02:13 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.29 2015/01/17 20:07:02 maekke Exp $
+
+  17 Jan 2015; Markus Meier <maekke@gentoo.org> isodate-0.5.1.ebuild:
+  arm stable, bug #535334
 
   18 Nov 2014; Ian Delaney <idella4@gentoo.org> -isodate-0.4.9-r1.ebuild,
   isodate-0.5.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-01-22  8:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22  8:41 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/22 08:41:47

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- isodate-0.5.1.ebuild	17 Jan 2015 20:07:02 -0000	1.3
+++ isodate-0.5.1.ebuild	22 Jan 2015 08:41:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.3 2015/01/17 20:07:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.4 2015/01/22 08:41:47 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.30                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 Jan 2015 20:07:02 -0000	1.29
+++ ChangeLog	22 Jan 2015 08:41:47 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.29 2015/01/17 20:07:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.30 2015/01/22 08:41:47 ago Exp $
+
+  22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for amd64, wrt bug #535334
 
   17 Jan 2015; Markus Meier <maekke@gentoo.org> isodate-0.5.1.ebuild:
   arm stable, bug #535334





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-01-26 10:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:24 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:24:54

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- isodate-0.5.1.ebuild	22 Jan 2015 08:41:47 -0000	1.4
+++ isodate-0.5.1.ebuild	26 Jan 2015 10:24:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.4 2015/01/22 08:41:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.5 2015/01/26 10:24:54 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.31                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	22 Jan 2015 08:41:47 -0000	1.30
+++ ChangeLog	26 Jan 2015 10:24:54 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.30 2015/01/22 08:41:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.31 2015/01/26 10:24:54 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for x86, wrt bug #535334
 
   22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
   Stable for amd64, wrt bug #535334





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-01-28 10:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-28 10:31 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/28 10:31:14

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- isodate-0.5.1.ebuild	26 Jan 2015 10:24:54 -0000	1.5
+++ isodate-0.5.1.ebuild	28 Jan 2015 10:31:14 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.5 2015/01/26 10:24:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.6 2015/01/28 10:31:14 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.32                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	26 Jan 2015 10:24:54 -0000	1.31
+++ ChangeLog	28 Jan 2015 10:31:14 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.31 2015/01/26 10:24:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.32 2015/01/28 10:31:14 ago Exp $
+
+  28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for ppc, wrt bug #535334
 
   26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
   Stable for x86, wrt bug #535334





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-02-23 11:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:03 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 11:03:45

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- isodate-0.5.1.ebuild	28 Jan 2015 10:31:14 -0000	1.6
+++ isodate-0.5.1.ebuild	23 Feb 2015 11:03:45 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.6 2015/01/28 10:31:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.7 2015/02/23 11:03:45 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.34                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	2 Feb 2015 14:44:50 -0000	1.33
+++ ChangeLog	23 Feb 2015 11:03:45 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.33 2015/02/02 14:44:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.34 2015/02/23 11:03:45 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for ppc64, wrt bug #535334
 
   02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -isodate-0.4.9.ebuild:
   Remove old.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-02-24  9:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  9:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 09:06:57

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- isodate-0.5.1.ebuild	23 Feb 2015 11:03:45 -0000	1.7
+++ isodate-0.5.1.ebuild	24 Feb 2015 09:06:57 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.7 2015/02/23 11:03:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.8 2015/02/24 09:06:57 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.35                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	23 Feb 2015 11:03:45 -0000	1.34
+++ ChangeLog	24 Feb 2015 09:06:57 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.34 2015/02/23 11:03:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.35 2015/02/24 09:06:57 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for alpha, wrt bug #535334
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
   Stable for ppc64, wrt bug #535334





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-02-27 11:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:19:44

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- isodate-0.5.1.ebuild	24 Feb 2015 09:06:57 -0000	1.8
+++ isodate-0.5.1.ebuild	27 Feb 2015 11:19:44 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.8 2015/02/24 09:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.9 2015/02/27 11:19:44 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.36                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	24 Feb 2015 09:06:57 -0000	1.35
+++ ChangeLog	27 Feb 2015 11:19:44 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.35 2015/02/24 09:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.36 2015/02/27 11:19:44 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for sparc, wrt bug #535334
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
   Stable for alpha, wrt bug #535334





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

* [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog
@ 2015-02-28 13:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:38 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 13:38:40

  Modified:             isodate-0.5.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #535334
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-python/isodate/isodate-0.5.1.ebuild

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

Index: isodate-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- isodate-0.5.1.ebuild	27 Feb 2015 11:19:44 -0000	1.9
+++ isodate-0.5.1.ebuild	28 Feb 2015 13:38:40 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.9 2015/02/27 11:19:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild,v 1.10 2015/02/28 13:38:40 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.37                 dev-python/isodate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Feb 2015 11:19:44 -0000	1.36
+++ ChangeLog	28 Feb 2015 13:38:40 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.36 2015/02/27 11:19:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.37 2015/02/28 13:38:40 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
+  Stable for ia64, wrt bug #535334
 
   27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild:
   Stable for sparc, wrt bug #535334





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

end of thread, other threads:[~2015-02-28 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 11:19 [gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-28 13:38 Agostino Sarubbo (ago)
2015-02-24  9:06 Agostino Sarubbo (ago)
2015-02-23 11:03 Agostino Sarubbo (ago)
2015-01-28 10:31 Agostino Sarubbo (ago)
2015-01-26 10:24 Agostino Sarubbo (ago)
2015-01-22  8:41 Agostino Sarubbo (ago)
2015-01-17 20:07 Markus Meier (maekke)
2014-11-18  4:25 Patrick Lauer (patrick)

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