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-openid: flask-openid-1.1.1.ebuild flask-openid-1.1.ebuild ChangeLog
Date: Mon, 25 Feb 2013 09:55:53
Message-Id: 20130225095549.91D102171D@flycatcher.gentoo.org
1 idella4 13/02/25 09:55:49
2
3 Modified: flask-openid-1.1.1.ebuild flask-openid-1.1.ebuild
4 ChangeLog
5 Log:
6 IUSE flag dropped due to upstream support for building them dropped, fixes Bug #449974 by M. von Gagern
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/flask-openid/flask-openid-1.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: flask-openid-1.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- flask-openid-1.1.1.ebuild 25 Jan 2013 06:58:35 -0000 1.1
24 +++ flask-openid-1.1.1.ebuild 25 Feb 2013 09:55:49 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild,v 1.1 2013/01/25 06:58:35 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild,v 1.2 2013/02/25 09:55:49 idella4 Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2:2.5"
33 @@ -19,7 +19,7 @@
34 LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="doc examples"
38 +IUSE="examples"
39
40 RDEPEND=">=dev-python/flask-0.3
41 >=dev-python/python-openid-2.0"
42
43
44
45 1.2 dev-python/flask-openid/flask-openid-1.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild?r1=1.1&r2=1.2
50
51 Index: flask-openid-1.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- flask-openid-1.1.ebuild 31 Oct 2012 07:10:04 -0000 1.1
58 +++ flask-openid-1.1.ebuild 25 Feb 2013 09:55:49 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 +# Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild,v 1.1 2012/10/31 07:10:04 patrick Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild,v 1.2 2013/02/25 09:55:49 idella4 Exp $
65
66 EAPI="3"
67 PYTHON_DEPEND="2:2.5"
68 @@ -19,7 +19,7 @@
69 LICENSE="BSD"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 -IUSE="doc examples"
73 +IUSE="examples"
74
75 RDEPEND=">=dev-python/flask-0.3
76 >=dev-python/python-openid-2.0"
77
78
79
80 1.5 dev-python/flask-openid/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?r1=1.4&r2=1.5
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- ChangeLog 25 Jan 2013 06:58:35 -0000 1.4
93 +++ ChangeLog 25 Feb 2013 09:55:49 -0000 1.5
94 @@ -1,6 +1,11 @@
95 # ChangeLog for dev-python/flask-openid
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.4 2013/01/25 06:58:35 patrick Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.5 2013/02/25 09:55:49 idella4 Exp $
99 +
100 + 25 Feb 2013; Ian Delaney <idella4@g.o> flask-openid-1.1.1.ebuild,
101 + flask-openid-1.1.ebuild:
102 + IUSE flag dropped due to upstream support for building them dropped, fixes Bug
103 + #449974 by M. von Gagern
104
105 *flask-openid-1.1.1 (25 Jan 2013)