public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flask-script: flask-script-0.3.3.ebuild flask-script-0.3.1.ebuild ChangeLog
@ 2012-10-29 16:33 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-10-29 16:33 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/10/29 16:33:04

  Modified:             flask-script-0.3.3.ebuild flask-script-0.3.1.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.2                  dev-python/flask-script/flask-script-0.3.3.ebuild

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

Index: flask-script-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flask-script-0.3.3.ebuild	8 Apr 2012 19:05:57 -0000	1.1
+++ flask-script-0.3.3.ebuild	29 Oct 2012 16:33:04 -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/flask-script/flask-script-0.3.3.ebuild,v 1.1 2012/04/08 19:05:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.3.ebuild,v 1.2 2012/10/29 16:33:04 mgorny Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -23,7 +23,7 @@
 IUSE="doc"
 
 RDEPEND="dev-python/flask
-	dev-python/argparse"
+	virtual/python-argparse"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
 	doc? ( dev-python/sphinx )"



1.5                  dev-python/flask-script/flask-script-0.3.1.ebuild

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

Index: flask-script-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flask-script-0.3.1.ebuild	8 Oct 2011 17:47:49 -0000	1.4
+++ flask-script-0.3.1.ebuild	29 Oct 2012 16:33:04 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.4 2011/10/08 17:47:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.5 2012/10/29 16:33:04 mgorny Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -23,7 +23,7 @@
 IUSE="doc"
 
 RDEPEND="dev-python/flask
-	dev-python/argparse"
+	virtual/python-argparse"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
 	doc? ( dev-python/sphinx )"



1.5                  dev-python/flask-script/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Apr 2012 19:05:57 -0000	1.4
+++ ChangeLog	29 Oct 2012 16:33:04 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-script
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.4 2012/04/08 19:05:57 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.5 2012/10/29 16:33:04 mgorny Exp $
+
+  29 Oct 2012; Michał Górny <mgorny@gentoo.org> flask-script-0.3.1.ebuild,
+  flask-script-0.3.3.ebuild:
+  Use virtual for argparse.
 
 *flask-script-0.3.3 (08 Apr 2012)
 
@@ -19,4 +23,3 @@
   14 Dec 2010; Rafael G. Martins <rafaelmartins@gentoo.org>
   +flask-script-0.3.1.ebuild, +metadata.xml:
   Initial version.
-





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

only message in thread, other threads:[~2012-10-29 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 16:33 [gentoo-commits] gentoo-x86 commit in dev-python/flask-script: flask-script-0.3.3.ebuild flask-script-0.3.1.ebuild ChangeLog 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