public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2012-10-29 13:55 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2012-10-29 13:55 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/10/29 13:55:37

  Modified:             ChangeLog
  Added:                python-argparse-1.ebuild
  Log:
  Update the virtual to depend on target-aware argparse.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.2                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Oct 2012 22:08:20 -0000	1.1
+++ ChangeLog	29 Oct 2012 13:55:37 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.1 2012/10/28 22:08:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.2 2012/10/29 13:55:37 mgorny Exp $
+
+*python-argparse-1 (29 Oct 2012)
+
+  29 Oct 2012; Michał Górny <mgorny@gentoo.org> +python-argparse-1.ebuild:
+  Update the virtual to depend on target-aware argparse.
 
 *python-argparse-0 (28 Oct 2012)
 



1.1                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.1 2012/10/29 13:55:37 mgorny Exp $

EAPI=4
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 )
inherit python-r1

DESCRIPTION="A virtual for the Python argparse module"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""

setup_globals() {
	local i

	RDEPEND=
	for i in "${PYTHON_COMPAT[@]}"; do
		case "${i}" in
			python2_5|python2_6|jython2_5)
				local flag=python_targets_${i}
				# Note: add USE-deps when dev-python/argparse starts
				# supporting PYTHON_TARGETS
				RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )"
				;;
			*)
				;;
		esac
	done
}
setup_globals





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2012-12-14 16:10 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-14 16:10 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/14 16:10:29

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Remove obsolete note.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.2                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-argparse-1.ebuild	29 Oct 2012 13:55:37 -0000	1.1
+++ python-argparse-1.ebuild	14 Dec 2012 16:10:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.1 2012/10/29 13:55:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.2 2012/12/14 16:10:29 mgorny Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 )
@@ -23,8 +23,6 @@
 		case "${i}" in
 			python2_5|python2_6|jython2_5)
 				local flag=python_targets_${i}
-				# Note: add USE-deps when dev-python/argparse starts
-				# supporting PYTHON_TARGETS
 				RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )"
 				;;
 			*)



1.3                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Oct 2012 13:55:37 -0000	1.2
+++ ChangeLog	14 Dec 2012 16:10:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.2 2012/10/29 13:55:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.3 2012/12/14 16:10:29 mgorny Exp $
+
+  14 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
+  Remove obsolete note.
 
 *python-argparse-1 (29 Oct 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2012-12-15 10:55 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 10:55 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/15 10:55:18

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Remove jython2.5 support, bug #447148.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.3                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-argparse-1.ebuild	14 Dec 2012 16:10:29 -0000	1.2
+++ python-argparse-1.ebuild	15 Dec 2012 10:55:18 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.2 2012/12/14 16:10:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.3 2012/12/15 10:55:18 mgorny Exp $
 
 EAPI=4
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
 inherit python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"
@@ -21,7 +21,7 @@
 	RDEPEND=
 	for i in "${PYTHON_COMPAT[@]}"; do
 		case "${i}" in
-			python2_5|python2_6|jython2_5)
+			python2_5|python2_6)
 				local flag=python_targets_${i}
 				RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )"
 				;;



1.4                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Dec 2012 16:10:29 -0000	1.3
+++ ChangeLog	15 Dec 2012 10:55:18 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.3 2012/12/14 16:10:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.4 2012/12/15 10:55:18 mgorny Exp $
+
+  15 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
+  Remove jython2.5 support, bug #447148.
 
   14 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
   Remove obsolete note.





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2013-01-07 17:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-07 17:23 UTC (permalink / raw
  To: gentoo-commits

vapier      13/01/07 17:23:03

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Add m68k love.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.6                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-argparse-1.ebuild	6 Jan 2013 01:23:28 -0000	1.5
+++ python-argparse-1.ebuild	7 Jan 2013 17:23:03 -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.5 2013/01/06 01:23:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.6 2013/01/07 17:23:03 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 setup_globals() {



1.7                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Jan 2013 01:23:28 -0000	1.6
+++ ChangeLog	7 Jan 2013 17:23:03 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.6 2013/01/06 01:23:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.7 2013/01/07 17:23:03 vapier Exp $
+
+  07 Jan 2013; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
+  python-argparse-1.ebuild:
+  Add m68k love.
 
   06 Jan 2013; Mike Gilbert <floppym@gentoo.org> python-argparse-0.ebuild,
   python-argparse-1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2013-01-21 15:47 Ian Delaney (idella4)
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-21 15:47 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/21 15:47:57

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  updated pypy deps
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.7                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-argparse-1.ebuild	7 Jan 2013 17:23:03 -0000	1.6
+++ python-argparse-1.ebuild	21 Jan 2013 15:47:57 -0000	1.7
@@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.6 2013/01/07 17:23:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.7 2013/01/21 15:47:57 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
 inherit python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"



1.8                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Jan 2013 17:23:03 -0000	1.7
+++ ChangeLog	21 Jan 2013 15:47:57 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.7 2013/01/07 17:23:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.8 2013/01/21 15:47:57 idella4 Exp $
+
+  22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
+  updated pypy deps
 
   07 Jan 2013; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
   python-argparse-1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2013-01-21 16:12 Ian Delaney (idella4)
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-21 16:12 UTC (permalink / raw
  To: gentoo-commits

idella4     13/01/21 16:12:06

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Re-added not yet deprecated pypy1_8
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.8                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-argparse-1.ebuild	21 Jan 2013 15:47:57 -0000	1.7
+++ python-argparse-1.ebuild	21 Jan 2013 16:12:06 -0000	1.8
@@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.7 2013/01/21 15:47:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.8 2013/01/21 16:12:06 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
 inherit python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"



1.9                  virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Jan 2013 15:47:57 -0000	1.8
+++ ChangeLog	21 Jan 2013 16:12:06 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.8 2013/01/21 15:47:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.9 2013/01/21 16:12:06 idella4 Exp $
+
+  22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
+  Re-added not yet deprecated pypy1_8
 
   22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
   updated pypy deps





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2013-02-17  0:35 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2013-02-17  0:35 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/02/17 00:35:35

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Update the KEYWORDS. Add PYTHON_DEPS to RDEP and simplify the dep-gen code.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.9                  virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-argparse-1.ebuild	21 Jan 2013 16:12:06 -0000	1.8
+++ python-argparse-1.ebuild	17 Feb 2013 00:35:35 -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.8 2013/01/21 16:12:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.9 2013/02/17 00:35:35 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
@@ -12,22 +12,15 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 setup_globals() {
-	local i
+	local flag
 
-	RDEPEND=
-	for i in "${PYTHON_COMPAT[@]}"; do
-		case "${i}" in
-			python2_5|python2_6|python3_1)
-				local flag=python_targets_${i}
-				RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )"
-				;;
-			*)
-				;;
-		esac
+	RDEPEND="${PYTHON_DEPS}"
+	for flag in python_targets_python{2_5,2_6,3_1}; do
+		RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )"
 	done
 }
 setup_globals



1.10                 virtual/python-argparse/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	21 Jan 2013 16:12:06 -0000	1.9
+++ ChangeLog	17 Feb 2013 00:35:35 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.9 2013/01/21 16:12:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.10 2013/02/17 00:35:35 mgorny Exp $
+
+  17 Feb 2013; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
+  Update the KEYWORDS. Add PYTHON_DEPS to RDEP and simplify the dep-gen code.
 
   22 Jan 2013; Ian Delaney <idella4@gentoo.org> python-argparse-1.ebuild:
   Re-added not yet deprecated pypy1_8





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2013-02-17 20:49 Zac Medico (zmedico)
  0 siblings, 0 replies; 12+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-17 20:49 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/17 20:49:09

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Add ~arm-linux keyword.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.10                 virtual/python-argparse/python-argparse-1.ebuild

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

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-argparse-1.ebuild	17 Feb 2013 00:35:35 -0000	1.9
+++ python-argparse-1.ebuild	17 Feb 2013 20:49:09 -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.9 2013/02/17 00:35:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.10 2013/02/17 20:49:09 zmedico Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 setup_globals() {



1.11                 virtual/python-argparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Feb 2013 00:35:35 -0000	1.10
+++ ChangeLog	17 Feb 2013 20:49:09 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.10 2013/02/17 00:35:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.11 2013/02/17 20:49:09 zmedico Exp $
+
+  17 Feb 2013; Zac Medico <zmedico@gentoo.org> python-argparse-1.ebuild:
+  Add ~arm-linux keyword.
 
   17 Feb 2013; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
   Update the KEYWORDS. Add PYTHON_DEPS to RDEP and simplify the dep-gen code.





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2014-01-25 21:27 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-25 21:27 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/25 21:27:58

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Add m68k love.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.15                 virtual/python-argparse/python-argparse-1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?r1=1.14&r2=1.15

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-argparse-1.ebuild	19 Jan 2014 02:10:14 -0000	1.14
+++ python-argparse-1.ebuild	25 Jan 2014 21:27:58 -0000	1.15
@@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.14 2014/01/19 02:10:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.15 2014/01/25 21:27:58 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}



1.16                 virtual/python-argparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	19 Jan 2014 02:10:14 -0000	1.15
+++ ChangeLog	25 Jan 2014 21:27:58 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.15 2014/01/19 02:10:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.16 2014/01/25 21:27:58 vapier Exp $
+
+  25 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
+  python-argparse-1.ebuild:
+  Add m68k love.
 
   19 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
   python-argparse-1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2014-03-31 21:23 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:23 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:23:08

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.16                 virtual/python-argparse/python-argparse-1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?r1=1.15&r2=1.16

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-argparse-1.ebuild	25 Jan 2014 21:27:58 -0000	1.15
+++ python-argparse-1.ebuild	31 Mar 2014 21:23:07 -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.15 2014/01/25 21:27:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.16 2014/03/31 21:23:07 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 inherit python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"



1.17                 virtual/python-argparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jan 2014 21:27:58 -0000	1.16
+++ ChangeLog	31 Mar 2014 21:23:07 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.16 2014/01/25 21:27:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.17 2014/03/31 21:23:07 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
+  Add support for the new PyPy slotting.
 
   25 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-argparse-0.ebuild,
   python-argparse-1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2014-04-02 19:01 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick McLean (chutzpah) @ 2014-04-02 19:01 UTC (permalink / raw
  To: gentoo-commits

chutzpah    14/04/02 19:01:44

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Add python3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.17                 virtual/python-argparse/python-argparse-1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?r1=1.16&r2=1.17

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-argparse-1.ebuild	31 Mar 2014 21:23:07 -0000	1.16
+++ python-argparse-1.ebuild	2 Apr 2014 19:01:44 -0000	1.17
@@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.16 2014/03/31 21:23:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.17 2014/04/02 19:01:44 chutzpah 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 python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"



1.18                 virtual/python-argparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	31 Mar 2014 21:23:07 -0000	1.17
+++ ChangeLog	2 Apr 2014 19:01:44 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.17 2014/03/31 21:23:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.18 2014/04/02 19:01:44 chutzpah Exp $
+
+  02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> python-argparse-1.ebuild:
+  Add python3.4
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
   Add support for the new PyPy slotting.





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

* [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog
@ 2014-04-19 17:59 Michal Gorny (mgorny)
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-19 17:59 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/04/19 17:59:26

  Modified:             python-argparse-1.ebuild ChangeLog
  Log:
  Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.18                 virtual/python-argparse/python-argparse-1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild?r1=1.17&r2=1.18

Index: python-argparse-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- python-argparse-1.ebuild	2 Apr 2014 19:01:44 -0000	1.17
+++ python-argparse-1.ebuild	19 Apr 2014 17:59:26 -0000	1.18
@@ -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/virtual/python-argparse/python-argparse-1.ebuild,v 1.17 2014/04/02 19:01:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.18 2014/04/19 17:59:26 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
 inherit python-r1
 
 DESCRIPTION="A virtual for the Python argparse module"
@@ -16,6 +16,4 @@
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}
-	$(python_gen_cond_dep \
-		"dev-python/argparse[$(python_gen_usedep python2_6)]" \
-		python2_6)"
+	$(python_gen_cond_dep 'dev-python/argparse[${PYTHON_USEDEP}]' python2_6)"



1.19                 virtual/python-argparse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-argparse/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	2 Apr 2014 19:01:44 -0000	1.18
+++ ChangeLog	19 Apr 2014 17:59:26 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/python-argparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.18 2014/04/02 19:01:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.19 2014/04/19 17:59:26 mgorny Exp $
+
+  19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild:
+  Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
 
   02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> python-argparse-1.ebuild:
   Add python3.4





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

end of thread, other threads:[~2014-04-19 17:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 17:23 [gentoo-commits] gentoo-x86 commit in virtual/python-argparse: python-argparse-1.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-19 17:59 Michal Gorny (mgorny)
2014-04-02 19:01 Patrick McLean (chutzpah)
2014-03-31 21:23 Michal Gorny (mgorny)
2014-01-25 21:27 Mike Frysinger (vapier)
2013-02-17 20:49 Zac Medico (zmedico)
2013-02-17  0:35 Michal Gorny (mgorny)
2013-01-21 16:12 Ian Delaney (idella4)
2013-01-21 15:47 Ian Delaney (idella4)
2012-12-15 10:55 Michal Gorny (mgorny)
2012-12-14 16:10 Michal Gorny (mgorny)
2012-10-29 13:55 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