public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask-script: flask-script-0.3.3.ebuild flask-script-0.3.1.ebuild ChangeLog
Date: Mon, 29 Oct 2012 16:33:04 +0000 (UTC)	[thread overview]
Message-ID: <20121029163304.5053721600@flycatcher.gentoo.org> (raw)

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.
-





                 reply	other threads:[~2012-10-29 16:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121029163304.5053721600@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox