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/lxml: lxml-2.2.3.ebuild ChangeLog lxml-2.2.2.ebuild
Date: Mon, 08 Feb 2010 08:41:31
Message-Id: E1NePBR-0004pX-KV@stork.gentoo.org
1 pva 10/02/08 08:41:29
2
3 Modified: lxml-2.2.3.ebuild ChangeLog lxml-2.2.2.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.5 dev-python/lxml/lxml-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild?r1=1.4&r2=1.5
14
15 Index: lxml-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- lxml-2.2.3.ebuild 24 Nov 2009 03:49:24 -0000 1.4
22 +++ lxml-2.2.3.ebuild 8 Feb 2010 08:41:28 -0000 1.5
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild,v 1.4 2009/11/24 03:49:24 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.3.ebuild,v 1.5 2010/02/08 08:41:28 pva Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32
33 -inherit distutils flag-o-matic
34 +inherit eutils distutils flag-o-matic
35
36 DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
37 HOMEPAGE="http://codespeak.net/lxml/ http://pypi.python.org/pypi/lxml"
38
39
40
41 1.75 dev-python/lxml/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.75&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.75&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.74&r2=1.75
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
50 retrieving revision 1.74
51 retrieving revision 1.75
52 diff -u -r1.74 -r1.75
53 --- ChangeLog 7 Feb 2010 19:57:34 -0000 1.74
54 +++ ChangeLog 8 Feb 2010 08:41:28 -0000 1.75
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-python/lxml
57 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.74 2010/02/07 19:57:34 maekke Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.75 2010/02/08 08:41:28 pva Exp $
60 +
61 + 08 Feb 2010; Peter Volkov <pva@g.o> lxml-2.2.2.ebuild,
62 + lxml-2.2.3.ebuild:
63 + Add inherit eutils for epatch.
64
65 07 Feb 2010; Markus Meier <maekke@g.o> lxml-2.2.4.ebuild:
66 amd64/x86 stable, bug #301955
67
68
69
70 1.9 dev-python/lxml/lxml-2.2.2.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild?rev=1.9&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild?rev=1.9&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild?r1=1.8&r2=1.9
75
76 Index: lxml-2.2.2.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild,v
79 retrieving revision 1.8
80 retrieving revision 1.9
81 diff -u -r1.8 -r1.9
82 --- lxml-2.2.2.ebuild 10 Oct 2009 17:35:47 -0000 1.8
83 +++ lxml-2.2.2.ebuild 8 Feb 2010 08:41:28 -0000 1.9
84 @@ -1,13 +1,13 @@
85 -# Copyright 1999-2009 Gentoo Foundation
86 +# Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild,v 1.8 2009/10/10 17:35:47 grobian Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild,v 1.9 2010/02/08 08:41:28 pva Exp $
90
91 EAPI="2"
92
93 NEED_PYTHON="2.3"
94 SUPPORT_PYTHON_ABIS="1"
95
96 -inherit distutils flag-o-matic
97 +inherit eutils distutils flag-o-matic
98
99 DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
100 HOMEPAGE="http://codespeak.net/lxml/"