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: lxml-3.2.1.ebuild ChangeLog
Date: Wed, 22 May 2013 22:28:03
Message-Id: 20130522222757.661BF2171D@flycatcher.gentoo.org
1 idella4 13/05/22 22:27:57
2
3 Modified: lxml-3.2.1.ebuild ChangeLog
4 Log:
5 Return arches in KEYWORDS to 1 line in -3.2.1
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/lxml/lxml-3.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild?r1=1.2&r2=1.3
15
16 Index: lxml-3.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lxml-3.2.1.ebuild 22 May 2013 21:22:23 -0000 1.2
23 +++ lxml-3.2.1.ebuild 22 May 2013 22:27:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild,v 1.2 2013/05/22 21:22:23 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild,v 1.3 2013/05/22 22:27:57 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
32 @@ -13,8 +13,7 @@
33
34 LICENSE="BSD ElementTree GPL-2 PSF-2"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd \
37 - ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 IUSE="beautifulsoup3 doc examples +threads"
40
41 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.
42 @@ -63,12 +62,7 @@
43 local DOCS=( *.txt doc/*.txt )
44 local HTML_DOCS=( doc/html/. )
45 fi
46 + use examples && local EXAMPLES=( samples/. )
47
48 distutils-r1_python_install_all
49 -
50 - if use examples; then
51 - docinto examples
52 - dodoc -r samples/*
53 - docompress -x /usr/share/doc/${PF}/examples
54 - fi
55 }
56
57
58
59 1.161 dev-python/lxml/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.161&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.161&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.160&r2=1.161
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
68 retrieving revision 1.160
69 retrieving revision 1.161
70 diff -u -r1.160 -r1.161
71 --- ChangeLog 22 May 2013 21:40:54 -0000 1.160
72 +++ ChangeLog 22 May 2013 22:27:57 -0000 1.161
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-python/lxml
75 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.160 2013/05/22 21:40:54 floppym Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.161 2013/05/22 22:27:57 idella4 Exp $
78 +
79 + 22 May 2013; Ian Delaney <idella4@g.o> lxml-3.2.0.ebuild,
80 + lxml-3.2.1.ebuild:
81 + Return arches in KEYWORDS to 1 line in -3.2.1
82
83 22 May 2013; Mike Gilbert <floppym@g.o> lxml-3.2.0.ebuild:
84 Drop pypy support.