Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
Date: Mon, 08 Feb 2010 08:49:20
Message-Id: E1NePJ0-00057R-By@stork.gentoo.org
1 pva 10/02/08 08:49:18
2
3 Modified: ChangeLog python-openid-2.2.4.ebuild
4 Log:
5 Add inherit eutils for epatch.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 dev-python/python-openid/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 12 Dec 2009 22:25:38 -0000 1.12
22 +++ ChangeLog 8 Feb 2010 08:49:17 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/python-openid
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.12 2009/12/12 22:25:38 arfrever Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.13 2010/02/08 08:49:17 pva Exp $
29 +
30 + 08 Feb 2010; Peter Volkov <pva@g.o> python-openid-2.2.4.ebuild:
31 + Add inherit eutils for epatch.
32
33 12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 python-openid-2.2.4.ebuild:
35
36
37
38 1.4 dev-python/python-openid/python-openid-2.2.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?r1=1.3&r2=1.4
43
44 Index: python-openid-2.2.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- python-openid-2.2.4.ebuild 12 Dec 2009 22:25:38 -0000 1.3
51 +++ python-openid-2.2.4.ebuild 8 Feb 2010 08:49:17 -0000 1.4
52 @@ -1,13 +1,13 @@
53 -# Copyright 1999-2009 Gentoo Foundation
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.4.ebuild,v 1.3 2009/12/12 22:25:38 arfrever Exp $
57 +# $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 $
58
59 EAPI="2"
60
61 NEED_PYTHON="2.5"
62 SUPPORT_PYTHON_ABIS="1"
63
64 -inherit distutils
65 +inherit eutils distutils
66
67 DESCRIPTION="OpenID support for servers and consumers."
68 HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/"