Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.5.ebuild
Date: Thu, 05 May 2011 09:00:17
Message-Id: 20110505090005.8C34520054@flycatcher.gentoo.org
1 hwoarang 11/05/05 09:00:05
2
3 Modified: ChangeLog python-openid-2.2.5.ebuild
4 Log:
5 Stable on amd64 wrt bug #365537
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-python/python-openid/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 21 Nov 2010 12:18:28 -0000 1.16
23 +++ ChangeLog 5 May 2011 09:00:05 -0000 1.17
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/python-openid
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.16 2010/11/21 12:18:28 armin76 Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.17 2011/05/05 09:00:05 hwoarang Exp $
30 +
31 + 05 May 2011; Markos Chandras <hwoarang@g.o>
32 + python-openid-2.2.5.ebuild:
33 + Stable on amd64 wrt bug #365537
34
35 21 Nov 2010; Raúl Porcel <armin76@g.o> python-openid-2.2.5.ebuild:
36 Add ~arm wrt #345299
37
38
39
40 1.4 dev-python/python-openid/python-openid-2.2.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?r1=1.3&r2=1.4
45
46 Index: python-openid-2.2.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- python-openid-2.2.5.ebuild 21 Nov 2010 12:18:28 -0000 1.3
53 +++ python-openid-2.2.5.ebuild 5 May 2011 09:00:05 -0000 1.4
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.3 2010/11/21 12:18:28 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.4 2011/05/05 09:00:05 hwoarang Exp $
60
61 EAPI="3"
62 PYTHON_DEPEND="2:2.5"
63 @@ -16,7 +16,7 @@
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~arm ~x86"
68 +KEYWORDS="amd64 ~arm ~x86"
69 IUSE="examples mysql postgres sqlite"
70
71 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )