Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
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:16
Message-Id: 20121029163304.5053721600@flycatcher.gentoo.org
1 mgorny 12/10/29 16:33:04
2
3 Modified: flask-script-0.3.3.ebuild flask-script-0.3.1.ebuild
4 ChangeLog
5 Log:
6 Use virtual for argparse.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
9
10 Revision Changes Path
11 1.2 dev-python/flask-script/flask-script-0.3.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.3.3.ebuild?rev=1.2&view=markup
14 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
15 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
16
17 Index: flask-script-0.3.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- flask-script-0.3.3.ebuild 8 Apr 2012 19:05:57 -0000 1.1
24 +++ flask-script-0.3.3.ebuild 29 Oct 2012 16:33:04 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI="3"
32 PYTHON_DEPEND="2:2.5"
33 @@ -23,7 +23,7 @@
34 IUSE="doc"
35
36 RDEPEND="dev-python/flask
37 - dev-python/argparse"
38 + virtual/python-argparse"
39 DEPEND="${RDEPEND}
40 dev-python/setuptools
41 doc? ( dev-python/sphinx )"
42
43
44
45 1.5 dev-python/flask-script/flask-script-0.3.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild?rev=1.5&view=markup
48 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
49 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
50
51 Index: flask-script-0.3.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- flask-script-0.3.1.ebuild 8 Oct 2011 17:47:49 -0000 1.4
58 +++ flask-script-0.3.1.ebuild 29 Oct 2012 16:33:04 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 +# Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $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 $
64 +# $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 $
65
66 EAPI="3"
67 PYTHON_DEPEND="2:2.5"
68 @@ -23,7 +23,7 @@
69 IUSE="doc"
70
71 RDEPEND="dev-python/flask
72 - dev-python/argparse"
73 + virtual/python-argparse"
74 DEPEND="${RDEPEND}
75 dev-python/setuptools
76 doc? ( dev-python/sphinx )"
77
78
79
80 1.5 dev-python/flask-script/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?r1=1.4&r2=1.5
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- ChangeLog 8 Apr 2012 19:05:57 -0000 1.4
93 +++ ChangeLog 29 Oct 2012 16:33:04 -0000 1.5
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-python/flask-script
96 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.4 2012/04/08 19:05:57 floppym Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.5 2012/10/29 16:33:04 mgorny Exp $
99 +
100 + 29 Oct 2012; Michał Górny <mgorny@g.o> flask-script-0.3.1.ebuild,
101 + flask-script-0.3.3.ebuild:
102 + Use virtual for argparse.
103
104 *flask-script-0.3.3 (08 Apr 2012)
105
106 @@ -19,4 +23,3 @@
107 14 Dec 2010; Rafael G. Martins <rafaelmartins@g.o>
108 +flask-script-0.3.1.ebuild, +metadata.xml:
109 Initial version.
110 -