[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2015-05-13 Thread Justin Lecher (jlec)
jlec15/05/13 09:00:54

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Add missing inherit from eutils.eclass
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.16 dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.15r2=1.16

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lxml-3.3.5.ebuild   8 Apr 2015 08:05:13 -   1.15
+++ lxml-3.3.5.ebuild   13 May 2015 09:00:54 -  1.16
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.15 
2015/04/08 08:05:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.16 
2015/05/13 09:00:54 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_{3,4}} )
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1 eutils flag-o-matic
 
 DESCRIPTION=A Pythonic binding for the libxml2 and libxslt libraries
 HOMEPAGE=http://lxml.de/ http://pypi.python.org/pypi/lxml/;



1.220dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.220view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.220content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.219r2=1.220

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog   13 May 2015 08:59:39 -  1.219
+++ ChangeLog   13 May 2015 09:00:54 -  1.220
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.219 
2015/05/13 08:59:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.220 
2015/05/13 09:00:54 jlec Exp $
+
+  13 May 2015; Justin Lecher j...@gentoo.org lxml-3.3.5.ebuild:
+  Add missing inherit from eutils.eclass
 
 *lxml-3.4.4 (13 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-17 Thread Agostino Sarubbo (ago)
ago 14/05/17 13:50:27

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=alpha, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.10r2=1.11

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lxml-3.3.5.ebuild   15 May 2014 20:03:33 -  1.10
+++ lxml-3.3.5.ebuild   17 May 2014 13:50:27 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.10 
2014/05/15 20:03:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.11 
2014/05/17 13:50:27 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.200dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.200view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.200content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.199r2=1.200

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   15 May 2014 20:03:33 -  1.199
+++ ChangeLog   17 May 2014 13:50:27 -  1.200
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.199 
2014/05/15 20:03:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.200 
2014/05/17 13:50:27 ago Exp $
+
+  17 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for alpha, wrt bug #509134
 
   15 May 2014; Markus Meier mae...@gentoo.org lxml-3.3.5.ebuild:
   arm stable, bug #509134






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-13 Thread Agostino Sarubbo (ago)
ago 14/05/13 15:21:17

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.7r2=1.8

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lxml-3.3.5.ebuild   11 May 2014 08:04:57 -  1.7
+++ lxml-3.3.5.ebuild   13 May 2014 15:21:17 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.7 
2014/05/11 08:04:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.8 
2014/05/13 15:21:17 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.197dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.197view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.197content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.196r2=1.197

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   11 May 2014 08:04:57 -  1.196
+++ ChangeLog   13 May 2014 15:21:17 -  1.197
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.196 
2014/05/11 08:04:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.197 
2014/05/13 15:21:17 ago Exp $
+
+  13 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for ia64, wrt bug #509134
 
   11 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
   Stable for ppc64, wrt bug #509134






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-11 Thread Agostino Sarubbo (ago)
ago 14/05/11 08:04:57

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.6r2=1.7

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lxml-3.3.5.ebuild   10 May 2014 14:01:42 -  1.6
+++ lxml-3.3.5.ebuild   11 May 2014 08:04:57 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.6 
2014/05/10 14:01:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.7 
2014/05/11 08:04:57 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.196dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.195r2=1.196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   10 May 2014 14:01:42 -  1.195
+++ ChangeLog   11 May 2014 08:04:57 -  1.196
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.195 
2014/05/10 14:01:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.196 
2014/05/11 08:04:57 ago Exp $
+
+  11 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for ppc64, wrt bug #509134
 
   10 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
   Stable for ppc, wrt bug #509134






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-10 Thread Agostino Sarubbo (ago)
ago 14/05/10 14:01:42

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.5r2=1.6

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxml-3.3.5.ebuild   7 May 2014 15:25:21 -   1.5
+++ lxml-3.3.5.ebuild   10 May 2014 14:01:42 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.5 
2014/05/07 15:25:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.6 
2014/05/10 14:01:42 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.195dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   7 May 2014 15:25:21 -   1.194
+++ ChangeLog   10 May 2014 14:01:42 -  1.195
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.194 
2014/05/07 15:25:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.195 
2014/05/10 14:01:42 ago Exp $
+
+  10 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for ppc, wrt bug #509134
 
   07 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
   Stable for x86, wrt bug #509134






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-07 Thread Agostino Sarubbo (ago)
ago 14/05/07 15:24:29

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.3r2=1.4

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lxml-3.3.5.ebuild   5 May 2014 22:12:00 -   1.3
+++ lxml-3.3.5.ebuild   7 May 2014 15:24:29 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.3 
2014/05/05 22:12:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.4 
2014/05/07 15:24:29 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.193dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.193view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.193content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.192r2=1.193

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   5 May 2014 22:12:00 -   1.192
+++ ChangeLog   7 May 2014 15:24:29 -   1.193
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.192 
2014/05/05 22:12:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.193 
2014/05/07 15:24:29 ago Exp $
+
+  07 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for amd64, wrt bug #509134
 
   05 May 2014; Jeroen Roovers j...@gentoo.org lxml-3.3.5.ebuild:
   Stable for HPPA (bug #509134).






[gentoo-commits] gentoo-x86 commit in dev-python/lxml: lxml-3.3.5.ebuild ChangeLog

2014-05-07 Thread Agostino Sarubbo (ago)
ago 14/05/07 15:25:21

  Modified: lxml-3.3.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #509134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-python/lxml/lxml-3.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.4r2=1.5

Index: lxml-3.3.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxml-3.3.5.ebuild   7 May 2014 15:24:29 -   1.4
+++ lxml-3.3.5.ebuild   7 May 2014 15:25:21 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.4 
2014/05/07 15:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.5 
2014/05/07 15:25:21 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD ElementTree GPL-2 PSF-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=beautifulsoup3 doc examples +threads
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



1.194dev-python/lxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.194view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.194content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.193r2=1.194

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   7 May 2014 15:24:29 -   1.193
+++ ChangeLog   7 May 2014 15:25:21 -   1.194
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lxml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.193 
2014/05/07 15:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.194 
2014/05/07 15:25:21 ago Exp $
+
+  07 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
+  Stable for x86, wrt bug #509134
 
   07 May 2014; Agostino Sarubbo a...@gentoo.org lxml-3.3.5.ebuild:
   Stable for amd64, wrt bug #509134