Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask: flask-9999.ebuild flask-0.10.1-r1.ebuild ChangeLog
Date: Fri, 30 May 2014 06:38:34
Message-Id: 20140530063829.21DC82004E@flycatcher.gentoo.org
1 idella4 14/05/30 06:38:29
2
3 Modified: flask-9999.ebuild flask-0.10.1-r1.ebuild ChangeLog
4 Log:
5 bump; drop py2.6 add py3.4 support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.7 dev-python/flask/flask-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-9999.ebuild?r1=1.6&r2=1.7
15
16 Index: flask-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- flask-9999.ebuild 27 Jun 2013 02:24:57 -0000 1.6
23 +++ flask-9999.ebuild 30 May 2014 06:38:28 -0000 1.7
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.6 2013/06/27 02:24:57 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-9999.ebuild,v 1.7 2014/05/30 06:38:28 idella4 Exp $
30
31 EAPI="5"
32 -PYTHON_COMPAT=( python{2_6,2_7,3_3} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 inherit distutils-r1
36 #if LIVE
37
38
39
40 1.6 dev-python/flask/flask-0.10.1-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild?r1=1.5&r2=1.6
45
46 Index: flask-0.10.1-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- flask-0.10.1-r1.ebuild 6 May 2014 05:25:21 -0000 1.5
53 +++ flask-0.10.1-r1.ebuild 30 May 2014 06:38:28 -0000 1.6
54 @@ -1,9 +1,9 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.5 2014/05/06 05:25:21 idella4 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.10.1-r1.ebuild,v 1.6 2014/05/30 06:38:28 idella4 Exp $
59
60 EAPI="5"
61 -PYTHON_COMPAT=( python{2_7,3_3} pypy )
62 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
63
64 inherit distutils-r1
65
66
67
68
69 1.31 dev-python/flask/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.31&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?rev=1.31&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask/ChangeLog?r1=1.30&r2=1.31
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v
78 retrieving revision 1.30
79 retrieving revision 1.31
80 diff -u -r1.30 -r1.31
81 --- ChangeLog 6 May 2014 05:25:21 -0000 1.30
82 +++ ChangeLog 30 May 2014 06:38:28 -0000 1.31
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-python/flask
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.30 2014/05/06 05:25:21 idella4 Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/ChangeLog,v 1.31 2014/05/30 06:38:28 idella4 Exp $
88 +
89 + 30 May 2014; Ian Delaney <idella4@g.o> flask-0.10.1-r1.ebuild,
90 + flask-9999.ebuild:
91 + bump; drop py2.6 add py3.4 support
92
93 06 May 2014; Ian Delaney <idella4@g.o> flask-0.10.1-r1.ebuild:
94 drop py2.6 add pypy support upgrade ebuild accordingly