Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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: Sat, 30 Oct 2010 23:29:30
Message-Id: 20101030232924.9E9B820051@flycatcher.gentoo.org
1 arfrever 10/10/30 23:29:24
2
3 Modified: ChangeLog python-openid-2.2.5.ebuild
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-python/python-openid/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 28 Jun 2010 20:04:00 -0000 1.14
23 +++ ChangeLog 30 Oct 2010 23:29:24 -0000 1.15
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.14 2010/06/28 20:04:00 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.15 2010/10/30 23:29:24 arfrever Exp $
29 +
30 + 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + python-openid-2.2.5.ebuild:
32 + Fix dependencies.
33
34 *python-openid-2.2.5 (28 Jun 2010)
35
36
37
38
39 1.2 dev-python/python-openid/python-openid-2.2.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild?r1=1.1&r2=1.2
44
45 Index: python-openid-2.2.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- python-openid-2.2.5.ebuild 28 Jun 2010 20:04:00 -0000 1.1
52 +++ python-openid-2.2.5.ebuild 30 Oct 2010 23:29:24 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.1 2010/06/28 20:04:00 arfrever Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.2 2010/10/30 23:29:24 arfrever Exp $
58
59 EAPI="3"
60 PYTHON_DEPEND="2:2.5"
61 @@ -21,7 +21,7 @@
62
63 RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )
64 postgres? ( dev-python/psycopg )
65 - sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
66 + sqlite? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )"
67 DEPEND="${RDEPEND}"
68
69 S="${WORKDIR}/openid-python-openid-b666238"