public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-5.0.1.ebuild configobj-5.0.2.ebuild ChangeLog configobj-4.7.2.ebuild
@ 2014-04-07  4:05 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2014-04-07  4:05 UTC (permalink / raw
  To: gentoo-commits

idella4     14/04/07 04:05:57

  Modified:             configobj-5.0.1.ebuild configobj-5.0.2.ebuild
                        ChangeLog
  Removed:              configobj-4.7.2.ebuild
  Log:
  Add py3.4 support & missing rdep, fixes Bug 505964 by Dimas
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/configobj/configobj-5.0.1.ebuild

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

Index: configobj-5.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configobj-5.0.1.ebuild	31 Mar 2014 20:54:29 -0000	1.2
+++ configobj-5.0.1.ebuild	7 Apr 2014 04:05:57 -0000	1.3
@@ -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/configobj/configobj-5.0.1.ebuild,v 1.2 2014/03/31 20:54:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.1.ebuild,v 1.3 2014/04/07 04:05:57 idella4 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
 
@@ -15,6 +15,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
+RDEPEND="~dev-python/six-1.5.2[${PYTHON_USEDEP}]"
+
 python_test() {
 	"${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}"
 }



1.4                  dev-python/configobj/configobj-5.0.2.ebuild

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

Index: configobj-5.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configobj-5.0.2.ebuild	3 Apr 2014 06:11:08 -0000	1.3
+++ configobj-5.0.2.ebuild	7 Apr 2014 04:05:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.2.ebuild,v 1.3 2014/04/03 06:11:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.2.ebuild,v 1.4 2014/04/07 04:05:57 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -15,6 +15,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
+RDEPEND="~dev-python/six-1.5.2[${PYTHON_USEDEP}]"
+
 python_test() {
 	"${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}"
 }



1.47                 dev-python/configobj/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	3 Apr 2014 06:11:08 -0000	1.46
+++ ChangeLog	7 Apr 2014 04:05:57 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/configobj
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.46 2014/04/03 06:11:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.47 2014/04/07 04:05:57 idella4 Exp $
+
+  07 Apr 2014; Ian Delaney <idella4@gentoo.org> -configobj-4.7.2.ebuild,
+  configobj-5.0.1.ebuild, configobj-5.0.2.ebuild:
+  Add py3.4 support & missing rdep, fixes Bug 505964 by Dimas
 
   03 Apr 2014; Tim Harder <radhermit@gentoo.org> configobj-5.0.2.ebuild:
   Add python3_4 support.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-07  4:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07  4:05 [gentoo-commits] gentoo-x86 commit in dev-python/configobj: configobj-5.0.1.ebuild configobj-5.0.2.ebuild ChangeLog configobj-4.7.2.ebuild Ian Delaney (idella4)

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