Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lxml: ChangeLog lxml-3.3.5.ebuild
Date: Sat, 03 May 2014 02:29:36
Message-Id: 20140503022932.326562004E@flycatcher.gentoo.org
1 idella4 14/05/03 02:29:32
2
3 Modified: ChangeLog lxml-3.3.5.ebuild
4 Log:
5 Manifests
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.191 dev-python/lxml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.191&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.191&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.190&r2=1.191
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
19 retrieving revision 1.190
20 retrieving revision 1.191
21 diff -u -r1.190 -r1.191
22 --- ChangeLog 25 Apr 2014 05:03:39 -0000 1.190
23 +++ ChangeLog 3 May 2014 02:29:31 -0000 1.191
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/lxml
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.190 2014/04/25 05:03:39 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.191 2014/05/03 02:29:31 idella4 Exp $
29 +
30 + 03 May 2014; Ian Delaney <idella4@g.o> lxml-3.3.3.ebuild,
31 + lxml-3.3.5.ebuild:
32 + drop py2.6
33
34 *lxml-3.3.5 (25 Apr 2014)
35
36
37
38
39 1.2 dev-python/lxml/lxml-3.3.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.1&r2=1.2
44
45 Index: lxml-3.3.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- lxml-3.3.5.ebuild 25 Apr 2014 05:03:39 -0000 1.1
52 +++ lxml-3.3.5.ebuild 3 May 2014 02:29:32 -0000 1.2
53 @@ -1,10 +1,10 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.1 2014/04/25 05:03:39 radhermit Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.2 2014/05/03 02:29:32 idella4 Exp $
58
59 EAPI=5
60
61 -PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} )
62 +PYTHON_COMPAT=( python{2_7,3_{2,3,4}} )
63 inherit distutils-r1 flag-o-matic
64
65 DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
66 @@ -21,7 +21,6 @@
67 >=dev-libs/libxml2-2.7.2
68 >=dev-libs/libxslt-1.1.15
69 beautifulsoup3? (
70 - python_targets_python2_6? ( dev-python/beautifulsoup:python-2[python_targets_python2_6] )
71 python_targets_python2_7? ( dev-python/beautifulsoup:python-2[python_targets_python2_7] )
72 python_targets_python3_2? ( dev-python/beautifulsoup:python-3[python_targets_python3_2] )
73 python_targets_python3_3? ( dev-python/beautifulsoup:python-3[python_targets_python3_3] )