jlec 15/06/03 20:09:24 Modified: lxml-3.4.4.ebuild ChangeLog Log: Add missing eutils.eclass (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.3 dev-python/lxml/lxml-3.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.4.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.4.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.4.4.ebuild?r1=1.2&r2=1.3 Index: lxml-3.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lxml-3.4.4.ebuild 16 May 2015 07:42:09 -0000 1.2 +++ lxml-3.4.4.ebuild 3 Jun 2015 20:09:24 -0000 1.3 @@ -1,12 +1,12 @@ # 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.4.4.ebuild,v 1.2 2015/05/16 07:42:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.4.ebuild,v 1.3 2015/06/03 20:09:24 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) -inherit distutils-r1 flag-o-matic toolchain-funcs +inherit distutils-r1 eutils flag-o-matic toolchain-funcs DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/" 1.224 dev-python/lxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.224&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.224&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.223&r2=1.224 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v retrieving revision 1.223 retrieving revision 1.224 diff -u -r1.223 -r1.224 --- ChangeLog 3 Jun 2015 20:07:21 -0000 1.223 +++ ChangeLog 3 Jun 2015 20:09:24 -0000 1.224 @@ -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.223 2015/06/03 20:07:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.224 2015/06/03 20:09:24 jlec Exp $ + + 03 Jun 2015; Justin Lecher <[email protected]> lxml-3.4.4.ebuild: + Add missing eutils.eclass 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml
