diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 21:59:05 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-08-02 21:59:05 +0000 |
commit | 5ff65d80594421d0a8bd544a8734b51d582a05fe (patch) | |
tree | fd220f81f2b6466e9243c9e379b023c60d94e1eb /dev-python/html5lib | |
parent | Bumped to EAPI 4 and added xml(+) (diff) | |
download | gentoo-2-5ff65d80594421d0a8bd544a8734b51d582a05fe.tar.gz gentoo-2-5ff65d80594421d0a8bd544a8734b51d582a05fe.tar.bz2 gentoo-2-5ff65d80594421d0a8bd544a8734b51d582a05fe.zip |
Bumped to EAPI 4 and added xml(+) to PYTHON_USE_WITH
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.90.ebuild | 8 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.95.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 06ae922ff21b..c28c13f400a2 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.10 2012/05/28 19:26:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.11 2012/08/02 21:59:05 neurogeek Exp $ + + 02 Aug 2012; Jesus Rivero <neurogeek@gentoo.org> html5lib-0.90.ebuild, + html5lib-0.95.ebuild: + Bumped to EAPI 4 and added xml(+) to PYTHON_USE_WITH 28 May 2012; Kacper Kowalik <xarthisius@gentoo.org> html5lib-0.95.ebuild: Examples are no longer shipped with tarball. Fixes bug 417993 by Michał diff --git a/dev-python/html5lib/html5lib-0.90.ebuild b/dev-python/html5lib/html5lib-0.90.ebuild index 63368ff997f1..b04606d083d3 100644 --- a/dev-python/html5lib/html5lib-0.90.ebuild +++ b/dev-python/html5lib/html5lib-0.90.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.5 2010/10/30 22:59:19 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.6 2012/08/02 21:59:05 neurogeek Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" -PYTHON_USE_WITH="xml" +PYTHON_USE_WITH="xml(+)" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/html5lib/html5lib-0.95.ebuild b/dev-python/html5lib/html5lib-0.95.ebuild index 5875e1249e06..d0c71d176d1b 100644 --- a/dev-python/html5lib/html5lib-0.95.ebuild +++ b/dev-python/html5lib/html5lib-0.95.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.2 2012/05/28 19:26:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.3 2012/08/02 21:59:05 neurogeek Exp $ EAPI="4" PYTHON_DEPEND="2" -PYTHON_USE_WITH="xml" +PYTHON_USE_WITH="xml(+)" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" |