public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-02-02 15:05 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2013-02-02 15:05 UTC (permalink / raw
  To: gentoo-commits

floppym     13/02/02 15:05:49

  Modified:             ChangeLog
  Added:                configobj-4.7.2-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.29                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	4 Mar 2011 20:55:40 -0000	1.28
+++ ChangeLog	2 Feb 2013 15:05:49 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/configobj
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.28 2011/03/04 20:55:40 xarthisius Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.29 2013/02/02 15:05:49 floppym Exp $
+
+*configobj-4.7.2-r1 (02 Feb 2013)
+
+  02 Feb 2013; Mike Gilbert <floppym@gentoo.org> +configobj-4.7.2-r1.ebuild:
+  Convert to distutils-r1.
 
   04 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
   configobj-4.7.2.ebuild:
@@ -117,4 +122,3 @@
   03 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> configobj-4.3.2.ebuild,
   +metadata.xml:
   Initial ebuild.
-



1.1                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-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/configobj/configobj-4.7.2-r1.ebuild,v 1.1 2013/02/02 15:05:49 floppym Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )

inherit distutils-r1 eutils

DESCRIPTION="Simple config file reader and writer"
HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc"

DEPEND="app-arch/unzip"
RDEPEND=""

python_prepare_all() {
	epatch "${FILESDIR}/${PN}-4.7.2-fix_tests.patch"
	sed -e "s/ \(doctest\.testmod(.*\)/ sys.exit(\1[0] != 0)/" -i validate.py
}

python_test() {
	"${PYTHON}" validate.py -v
}

python_install_all() {
	if use doc; then
		rm -f docs/BSD*
		insinto /usr/share/doc/${PF}/html
		doins -r docs/* || die "doins failed"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-02-02 21:36 Mike Gilbert (floppym)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Gilbert (floppym) @ 2013-02-02 21:36 UTC (permalink / raw
  To: gentoo-commits

floppym     13/02/02 21:36:29

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Add || die to python_test.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configobj-4.7.2-r1.ebuild	2 Feb 2013 15:05:49 -0000	1.1
+++ configobj-4.7.2-r1.ebuild	2 Feb 2013 21:36:29 -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/configobj/configobj-4.7.2-r1.ebuild,v 1.1 2013/02/02 15:05:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.2 2013/02/02 21:36:29 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -25,7 +25,7 @@
 }
 
 python_test() {
-	"${PYTHON}" validate.py -v
+	"${PYTHON}" validate.py -v || die
 }
 
 python_install_all() {



1.30                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	2 Feb 2013 15:05:49 -0000	1.29
+++ ChangeLog	2 Feb 2013 21:36:29 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.29 2013/02/02 15:05:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.30 2013/02/02 21:36:29 floppym Exp $
+
+  02 Feb 2013; Mike Gilbert <floppym@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Add || die to python_test.
 
 *configobj-4.7.2-r1 (02 Feb 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-05-16 12:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 12:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 12:55:07

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #461154
  
  (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.3                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configobj-4.7.2-r1.ebuild	2 Feb 2013 21:36:29 -0000	1.2
+++ configobj-4.7.2-r1.ebuild	16 May 2013 12:55:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.2 2013/02/02 21:36:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.3 2013/05/16 12:55:07 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"



1.31                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	2 Feb 2013 21:36:29 -0000	1.30
+++ ChangeLog	16 May 2013 12:55:07 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.30 2013/02/02 21:36:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.31 2013/05/16 12:55:07 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Stable for amd64, wrt bug #461154
 
   02 Feb 2013; Mike Gilbert <floppym@gentoo.org> configobj-4.7.2-r1.ebuild:
   Add || die to python_test.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-05-16 13:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 13:21:15

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #461154
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configobj-4.7.2-r1.ebuild	16 May 2013 12:55:07 -0000	1.3
+++ configobj-4.7.2-r1.ebuild	16 May 2013 13:21:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.3 2013/05/16 12:55:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.4 2013/05/16 13:21:15 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"



1.32                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	16 May 2013 12:55:07 -0000	1.31
+++ ChangeLog	16 May 2013 13:21:15 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.31 2013/05/16 12:55:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.32 2013/05/16 13:21:15 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Stable for ppc, wrt bug #461154
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
   Stable for amd64, wrt bug #461154





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-05-16 16:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 16:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/16 16:27:26

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #461154
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configobj-4.7.2-r1.ebuild	16 May 2013 13:21:15 -0000	1.4
+++ configobj-4.7.2-r1.ebuild	16 May 2013 16:27:26 -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/configobj/configobj-4.7.2-r1.ebuild,v 1.4 2013/05/16 13:21:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.5 2013/05/16 16:27:26 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"



1.33                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 May 2013 13:21:15 -0000	1.32
+++ ChangeLog	16 May 2013 16:27:26 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.32 2013/05/16 13:21:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.33 2013/05/16 16:27:26 ago Exp $
+
+  16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Stable for ppc64, wrt bug #461154
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
   Stable for ppc, wrt bug #461154





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-05-20  8:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20  8:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 08:38:42

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #461154
  
  (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/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configobj-4.7.2-r1.ebuild	16 May 2013 16:27:26 -0000	1.5
+++ configobj-4.7.2-r1.ebuild	20 May 2013 08:38:42 -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/configobj/configobj-4.7.2-r1.ebuild,v 1.5 2013/05/16 16:27:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.6 2013/05/20 08:38:42 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"



1.34                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	16 May 2013 16:27:26 -0000	1.33
+++ ChangeLog	20 May 2013 08:38:42 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.33 2013/05/16 16:27:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.34 2013/05/20 08:38:42 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Stable for x86, wrt bug #461154
 
   16 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
   Stable for ppc64, wrt bug #461154





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

* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog
@ 2013-05-25  8:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25  8:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 08:01:06

  Modified:             configobj-4.7.2-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #461154
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/configobj/configobj-4.7.2-r1.ebuild

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

Index: configobj-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configobj-4.7.2-r1.ebuild	20 May 2013 08:38:42 -0000	1.6
+++ configobj-4.7.2-r1.ebuild	25 May 2013 08:01:06 -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/configobj/configobj-4.7.2-r1.ebuild,v 1.6 2013/05/20 08:38:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.7.2-r1.ebuild,v 1.7 2013/05/25 08:01:06 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc"
 
 DEPEND="app-arch/unzip"



1.35                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	20 May 2013 08:38:42 -0000	1.34
+++ ChangeLog	25 May 2013 08:01:06 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.34 2013/05/20 08:38:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.35 2013/05/25 08:01:06 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
+  Stable for sparc, wrt bug #461154
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> configobj-4.7.2-r1.ebuild:
   Stable for x86, wrt bug #461154





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

end of thread, other threads:[~2013-05-25  8:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 16:27 [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-4.7.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-25  8:01 Agostino Sarubbo (ago)
2013-05-20  8:38 Agostino Sarubbo (ago)
2013-05-16 13:21 Agostino Sarubbo (ago)
2013-05-16 12:55 Agostino Sarubbo (ago)
2013-02-02 21:36 Mike Gilbert (floppym)
2013-02-02 15:05 Mike Gilbert (floppym)

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