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: python-openid-2.2.4.ebuild
Date: Mon, 28 Jun 2010 19:42:29
Message-Id: 20100628194227.C34B42C621@corvid.gentoo.org
1 arfrever 10/06/28 19:42:27
2
3 Modified: python-openid-2.2.4.ebuild
4 Log:
5 Fix dependencies.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-python/python-openid/python-openid-2.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?r1=1.4&r2=1.5
14
15 Index: python-openid-2.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- python-openid-2.2.4.ebuild 8 Feb 2010 08:49:17 -0000 1.4
22 +++ python-openid-2.2.4.ebuild 28 Jun 2010 19:42:27 -0000 1.5
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.4 2010/02/08 08:49:17 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.5 2010/06/28 19:42:27 arfrever Exp $
28
29 -EAPI="2"
30 -
31 -NEED_PYTHON="2.5"
32 +EAPI="3"
33 +PYTHON_DEPEND="2:2.5"
34 SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="2.4 3.*"
36
37 inherit eutils distutils
38
39 @@ -22,7 +22,6 @@
40 postgres? ( dev-python/psycopg )
41 sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
42 DEPEND="${RDEPEND}"
43 -RESTRICT_PYTHON_ABIS="3.*"
44
45 PYTHON_MODNAME="openid"
46
47 @@ -51,7 +50,7 @@
48
49 use doc && dohtml doc/*
50
51 - if use examples ; then
52 + if use examples; then
53 insinto /usr/share/doc/${PF}
54 doins -r examples
55 fi