public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2012-07-23 20:25 Mike Gilbert (floppym)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert (floppym) @ 2012-07-23 20:25 UTC (permalink / raw
  To: gentoo-commits

floppym     12/07/23 20:25:28

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  Make sphinxcontrib-googleanalytics an unconditional dependency for by 427742 by José Romildo Malaquias.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- g-pypi-0.3.ebuild	28 Jun 2012 19:48:16 -0000	1.1
+++ g-pypi-0.3.ebuild	23 Jul 2012 20:25:28 -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/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.1 2012/06/28 19:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.2 2012/07/23 20:25:28 floppym Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -23,7 +23,6 @@
 	dev-python/setuptools
 	doc? (
 		dev-python/sphinx
-		dev-python/sphinxcontrib-googleanalytics
 	)
 	test? (
 		dev-python/mock
@@ -40,6 +39,7 @@
 	dev-python/setuptools
 	dev-python/jinja
 	dev-python/pygments
+	dev-python/sphinxcontrib-googleanalytics
 	dev-python/unittest2
 	dev-python/yolk
 "



1.2                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Jun 2012 19:48:16 -0000	1.1
+++ ChangeLog	23 Jul 2012 20:25:28 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/g-pypi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.1 2012/06/28 19:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.2 2012/07/23 20:25:28 floppym Exp $
+
+  23 Jul 2012; Mike Gilbert <floppym@gentoo.org> g-pypi-0.3.ebuild:
+  Make sphinxcontrib-googleanalytics an unconditional dependency for by 427742
+  by José Romildo Malaquias.
 
 *g-pypi-0.3 (28 Jun 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2012-10-29 16:33 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2012-10-29 16:33 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/10/29 16:33:05

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  Use virtual for argparse.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.3                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- g-pypi-0.3.ebuild	23 Jul 2012 20:25:28 -0000	1.2
+++ g-pypi-0.3.ebuild	29 Oct 2012 16:33:05 -0000	1.3
@@ -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/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.2 2012/07/23 20:25:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.3 2012/10/29 16:33:05 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -34,7 +34,6 @@
 	app-portage/gentoolkit
 	app-portage/gentoolkit-dev
 	app-portage/metagen
-	dev-python/argparse
 	>=dev-python/jaxml-3.02
 	dev-python/setuptools
 	dev-python/jinja
@@ -42,6 +41,7 @@
 	dev-python/sphinxcontrib-googleanalytics
 	dev-python/unittest2
 	dev-python/yolk
+	virtual/python-argparse
 "
 
 PYTHON_MODNAME="gpypi"



1.3                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Jul 2012 20:25:28 -0000	1.2
+++ ChangeLog	29 Oct 2012 16:33:05 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.2 2012/07/23 20:25:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.3 2012/10/29 16:33:05 mgorny Exp $
+
+  29 Oct 2012; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
+  Use virtual for argparse.
 
   23 Jul 2012; Mike Gilbert <floppym@gentoo.org> g-pypi-0.3.ebuild:
   Make sphinxcontrib-googleanalytics an unconditional dependency for by 427742





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2013-01-06 19:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2013-01-06 19:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/01/06 19:58:49

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  Use virtual/python-unittest2.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.4                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- g-pypi-0.3.ebuild	29 Oct 2012 16:33:05 -0000	1.3
+++ g-pypi-0.3.ebuild	6 Jan 2013 19:58:49 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.3 2012/10/29 16:33:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.4 2013/01/06 19:58:49 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -39,7 +39,7 @@
 	dev-python/jinja
 	dev-python/pygments
 	dev-python/sphinxcontrib-googleanalytics
-	dev-python/unittest2
+	virtual/python-unittest2
 	dev-python/yolk
 	virtual/python-argparse
 "



1.4                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Oct 2012 16:33:05 -0000	1.3
+++ ChangeLog	6 Jan 2013 19:58:49 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.3 2012/10/29 16:33:05 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.4 2013/01/06 19:58:49 mgorny Exp $
+
+  06 Jan 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
+  Use virtual/python-unittest2.
 
   29 Oct 2012; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
   Use virtual for argparse.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2013-05-18 15:56 Ian Delaney (idella4)
  0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney (idella4) @ 2013-05-18 15:56 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/18 15:56:50

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  rm listing argparse from setup.py & installed requires.txt, fixes Bug #69972
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- g-pypi-0.3.ebuild	6 Jan 2013 19:58:49 -0000	1.4
+++ g-pypi-0.3.ebuild	18 May 2013 15:56:50 -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/g-pypi/g-pypi-0.3.ebuild,v 1.4 2013/01/06 19:58:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.5 2013/05/18 15:56:50 idella4 Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -46,6 +46,11 @@
 
 PYTHON_MODNAME="gpypi"
 
+src_prepare() {
+	distutils_src_prepare
+	sed -e "s:'argparse',::" -i setup.py || die
+}
+
 src_compile() {
 	distutils_src_compile
 	use doc && emake -C docs html



1.5                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Jan 2013 19:58:49 -0000	1.4
+++ ChangeLog	18 May 2013 15:56:50 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.4 2013/01/06 19:58:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.5 2013/05/18 15:56:50 idella4 Exp $
+
+  18 May 2013; Ian Delaney <idella4@gentoo.org> g-pypi-0.3.ebuild:
+  rm listing argparse from setup.py & installed requires.txt, fixes Bug #69972
 
   06 Jan 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
   Use virtual/python-unittest2.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2013-07-19  7:50 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2013-07-19  7:50 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/07/19 07:50:29

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  Switch the dep back to dev-python/unittest2 due to bug #450648.
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.6                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- g-pypi-0.3.ebuild	18 May 2013 15:56:50 -0000	1.5
+++ g-pypi-0.3.ebuild	19 Jul 2013 07:50:29 -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/g-pypi/g-pypi-0.3.ebuild,v 1.5 2013/05/18 15:56:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.6 2013/07/19 07:50:29 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -30,6 +30,7 @@
 		dev-python/scripttest
 	)
 "
+# dev-python/unittest2 may not be necessary, bug #450648
 RDEPEND="
 	app-portage/gentoolkit
 	app-portage/gentoolkit-dev
@@ -39,7 +40,7 @@
 	dev-python/jinja
 	dev-python/pygments
 	dev-python/sphinxcontrib-googleanalytics
-	virtual/python-unittest2
+	dev-python/unittest2
 	dev-python/yolk
 	virtual/python-argparse
 "



1.6                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 May 2013 15:56:50 -0000	1.5
+++ ChangeLog	19 Jul 2013 07:50:29 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.5 2013/05/18 15:56:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.6 2013/07/19 07:50:29 mgorny Exp $
+
+  19 Jul 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
+  Switch the dep back to dev-python/unittest2 due to bug #450648.
 
   18 May 2013; Ian Delaney <idella4@gentoo.org> g-pypi-0.3.ebuild:
   rm listing argparse from setup.py & installed requires.txt, fixes Bug #69972





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2014-07-06 12:41 Michal Gorny (mgorny)
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 12:41 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/07/06 12:41:29

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.7                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- g-pypi-0.3.ebuild	19 Jul 2013 07:50:29 -0000	1.6
+++ g-pypi-0.3.ebuild	6 Jul 2014 12:41:29 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.6 2013/07/19 07:50:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.7 2014/07/06 12:41:29 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -42,7 +42,6 @@
 	dev-python/sphinxcontrib-googleanalytics
 	dev-python/unittest2
 	dev-python/yolk
-	virtual/python-argparse
 "
 
 PYTHON_MODNAME="gpypi"



1.7                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 Jul 2013 07:50:29 -0000	1.6
+++ ChangeLog	6 Jul 2014 12:41:29 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/g-pypi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.6 2013/07/19 07:50:29 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.7 2014/07/06 12:41:29 mgorny Exp $
+
+  06 Jul 2014; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for <=python-2.6).
 
   19 Jul 2013; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
   Switch the dep back to dev-python/unittest2 due to bug #450648.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2015-03-06 22:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:21 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:21:45

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- g-pypi-0.3.ebuild	6 Jul 2014 12:41:29 -0000	1.7
+++ g-pypi-0.3.ebuild	6 Mar 2015 22:21:45 -0000	1.8
@@ -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/g-pypi/g-pypi-0.3.ebuild,v 1.7 2014/07/06 12:41:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.8 2015/03/06 22:21:45 pacho Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -15,7 +15,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="doc test"
 



1.8                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	6 Jul 2014 12:41:29 -0000	1.7
+++ ChangeLog	6 Mar 2015 22:21:45 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.7 2014/07/06 12:41:29 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.8 2015/03/06 22:21:45 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> g-pypi-0.3.ebuild:
+  amd64 stable, bug 540290
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org> g-pypi-0.3.ebuild:
   Clean up obsolete dependencies on virtual/python-argparse and virtual/python-





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

* [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog
@ 2015-03-08 23:48 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:48 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/08 23:48:52

  Modified:             g-pypi-0.3.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.9                  dev-python/g-pypi/g-pypi-0.3.ebuild

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

Index: g-pypi-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- g-pypi-0.3.ebuild	6 Mar 2015 22:21:45 -0000	1.8
+++ g-pypi-0.3.ebuild	8 Mar 2015 23:48:52 -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/g-pypi/g-pypi-0.3.ebuild,v 1.8 2015/03/06 22:21:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/g-pypi-0.3.ebuild,v 1.9 2015/03/08 23:48:52 pacho Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -15,7 +15,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE="doc test"
 



1.9                  dev-python/g-pypi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Mar 2015 22:21:45 -0000	1.8
+++ ChangeLog	8 Mar 2015 23:48:52 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/g-pypi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.8 2015/03/06 22:21:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/g-pypi/ChangeLog,v 1.9 2015/03/08 23:48:52 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> g-pypi-0.3.ebuild:
+  x86 stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> g-pypi-0.3.ebuild:
   amd64 stable, bug 540290





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

end of thread, other threads:[~2015-03-08 23:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 20:25 [gentoo-commits] gentoo-x86 commit in dev-python/g-pypi: g-pypi-0.3.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-29 16:33 Michal Gorny (mgorny)
2013-01-06 19:58 Michal Gorny (mgorny)
2013-05-18 15:56 Ian Delaney (idella4)
2013-07-19  7:50 Michal Gorny (mgorny)
2014-07-06 12:41 Michal Gorny (mgorny)
2015-03-06 22:21 Pacho Ramos (pacho)
2015-03-08 23:48 Pacho Ramos (pacho)

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