floppym     14/11/24 16:02:53

  Modified:             lxml-3.3.6.ebuild lxml-3.4.1.ebuild
                        lxml-3.4.0.ebuild lxml-3.3.5.ebuild ChangeLog
  Log:
  Convert hard-coded python_targets to python_gen_cond_dep calls.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/lxml/lxml-3.3.6.ebuild

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

Index: lxml-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxml-3.3.6.ebuild   24 Nov 2014 15:22:10 -0000      1.2
+++ lxml-3.3.6.ebuild   24 Nov 2014 16:02:53 -0000      1.3
@@ -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.6.ebuild,v 1.2 
2014/11/24 15:22:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.6.ebuild,v 1.3 
2014/11/24 16:02:53 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
        >=dev-libs/libxml2-2.7.2
        >=dev-libs/libxslt-1.1.15
        beautifulsoup3? (
-               python_targets_python2_7? ( 
dev-python/beautifulsoup:python-2[python_targets_python2_7] )
-               python_targets_python3_3? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_3] )
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]' 'python2*')
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-3[${PYTHON_USEDEP}]' 'python3*')
        )"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"



1.2                  dev-python/lxml/lxml-3.4.1.ebuild

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

Index: lxml-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxml-3.4.1.ebuild   21 Nov 2014 07:54:01 -0000      1.1
+++ lxml-3.4.1.ebuild   24 Nov 2014 16:02:53 -0000      1.2
@@ -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.4.1.ebuild,v 1.1 
2014/11/21 07:54:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.1.ebuild,v 1.2 
2014/11/24 16:02:53 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
        >=dev-libs/libxml2-2.7.2
        >=dev-libs/libxslt-1.1.23
        beautifulsoup3? (
-               python_targets_python2_7? ( 
dev-python/beautifulsoup:python-2[python_targets_python2_7] )
-               python_targets_python3_3? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_3] )
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]' 'python2*')
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-3[${PYTHON_USEDEP}]' 'python3*')
        )"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"



1.3                  dev-python/lxml/lxml-3.4.0.ebuild

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

Index: lxml-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxml-3.4.0.ebuild   24 Nov 2014 15:22:10 -0000      1.2
+++ lxml-3.4.0.ebuild   24 Nov 2014 16:02:53 -0000      1.3
@@ -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.4.0.ebuild,v 1.2 
2014/11/24 15:22:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.0.ebuild,v 1.3 
2014/11/24 16:02:53 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
        >=dev-libs/libxml2-2.7.2
        >=dev-libs/libxslt-1.1.23
        beautifulsoup3? (
-               python_targets_python2_7? ( 
dev-python/beautifulsoup:python-2[python_targets_python2_7] )
-               python_targets_python3_3? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_3] )
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]' 'python2*')
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-3[${PYTHON_USEDEP}]' 'python3*')
        )"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"



1.13                 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.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.12&r2=1.13

Index: lxml-3.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lxml-3.3.5.ebuild   24 Nov 2014 15:22:10 -0000      1.12
+++ lxml-3.3.5.ebuild   24 Nov 2014 16:02:53 -0000      1.13
@@ -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.12 
2014/11/24 15:22:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.13 
2014/11/24 16:02:53 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
        >=dev-libs/libxml2-2.7.2
        >=dev-libs/libxslt-1.1.15
        beautifulsoup3? (
-               python_targets_python2_7? ( 
dev-python/beautifulsoup:python-2[python_targets_python2_7] )
-               python_targets_python3_3? ( 
dev-python/beautifulsoup:python-3[python_targets_python3_3] )
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]' 'python2*')
+               $(python_gen_cond_dep 
'dev-python/beautifulsoup:python-3[${PYTHON_USEDEP}]' 'python3*')
        )"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"



1.206                dev-python/lxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog   24 Nov 2014 15:22:10 -0000      1.205
+++ ChangeLog   24 Nov 2014 16:02:53 -0000      1.206
@@ -1,6 +1,10 @@
 # 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.205 
2014/11/24 15:22:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.206 
2014/11/24 16:02:53 floppym Exp $
+
+  24 Nov 2014; Mike Gilbert <[email protected]> lxml-3.3.5.ebuild,
+  lxml-3.3.6.ebuild, lxml-3.4.0.ebuild, lxml-3.4.1.ebuild:
+  Convert hard-coded python_targets to python_gen_cond_dep calls.
 
   24 Nov 2014; Rick Farina <[email protected]> lxml-3.3.5.ebuild,
   lxml-3.3.6.ebuild, lxml-3.4.0.ebuild:




Reply via email to