Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lxml: ChangeLog lxml-2.2.6.ebuild
Date: Sun, 25 Apr 2010 14:19:11
Message-Id: 20100425141908.874582C04C@corvid.gentoo.org
1 the_paya 10/04/25 14:19:08
2
3 Modified: ChangeLog lxml-2.2.6.ebuild
4 Log:
5 Keyworded ~x86-fbsd.
6 (Portage version: 2.2_rc67/cvs/FreeBSD i386)
7
8 Revision Changes Path
9 1.82 dev-python/lxml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 18 Apr 2010 17:40:37 -0000 1.81
22 +++ ChangeLog 25 Apr 2010 14:19:08 -0000 1.82
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/lxml
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.81 2010/04/18 17:40:37 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.82 2010/04/25 14:19:08 the_paya Exp $
28 +
29 + 25 Apr 2010; Javier Villavicencio <the_paya@g.o> lxml-2.2.6.ebuild:
30 + Keyworded ~x86-fbsd.
31
32 18 Apr 2010; <nixnut@g.o> lxml-2.2.6.ebuild:
33 ppc stable #313145
34
35
36
37 1.5 dev-python/lxml/lxml-2.2.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild?r1=1.4&r2=1.5
42
43 Index: lxml-2.2.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- lxml-2.2.6.ebuild 18 Apr 2010 17:40:37 -0000 1.4
50 +++ lxml-2.2.6.ebuild 25 Apr 2010 14:19:08 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild,v 1.4 2010/04/18 17:40:37 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild,v 1.5 2010/04/25 14:19:08 the_paya Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60
61 LICENSE="BSD ElementTree GPL-2 PSF-2.4"
62 SLOT="0"
63 -KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
64 +KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
65 IUSE="doc examples +threads"
66
67 RDEPEND=">=dev-libs/libxml2-2.7.2