Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
Date: Sat, 30 Oct 2010 22:59:24
Message-Id: 20101030225919.6B4EA2004B@flycatcher.gentoo.org
1 arfrever 10/10/30 22:59:19
2
3 Modified: ChangeLog html5lib-0.90.ebuild
4 Log:
5 Update EAPI. Fix dependencies. Don't inherit unused eclass.
6
7 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-python/html5lib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 4 Sep 2010 05:29:42 -0000 1.7
23 +++ ChangeLog 30 Oct 2010 22:59:19 -0000 1.8
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/html5lib
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.7 2010/09/04 05:29:42 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.8 2010/10/30 22:59:19 arfrever Exp $
29 +
30 + 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + html5lib-0.90.ebuild:
32 + Update EAPI. Fix dependencies. Don't inherit unused eclass.
33
34 04 Sep 2010; Pawel Hajdan jr <phajdan.jr@g.o> html5lib-0.90.ebuild:
35 x86 stable wrt bug #335207
36
37
38
39 1.5 dev-python/html5lib/html5lib-0.90.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.4&r2=1.5
44
45 Index: html5lib-0.90.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- html5lib-0.90.ebuild 4 Sep 2010 05:29:42 -0000 1.4
52 +++ html5lib-0.90.ebuild 30 Oct 2010 22:59:19 -0000 1.5
53 @@ -1,11 +1,14 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.4 2010/09/04 05:29:42 phajdan.jr Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.5 2010/10/30 22:59:19 arfrever Exp $
58
59 -EAPI="2"
60 +EAPI="3"
61 +PYTHON_DEPEND="2"
62 +PYTHON_USE_WITH="xml"
63 SUPPORT_PYTHON_ABIS="1"
64 +RESTRICT_PYTHON_ABIS="3.*"
65
66 -inherit distutils eutils
67 +inherit distutils
68
69 DESCRIPTION="HTML parser based on the HTML5 specification"
70 HOMEPAGE="http://code.google.com/p/html5lib/ http://pypi.python.org/pypi/html5lib"
71 @@ -16,11 +19,9 @@
72 KEYWORDS="amd64 x86 ~x86-fbsd"
73 IUSE="examples"
74
75 -RDEPEND="dev-lang/python[xml]"
76 -DEPEND="${RDEPEND}
77 - app-arch/unzip
78 - >=dev-python/setuptools-0.6_rc5"
79 -RESTRICT_PYTHON_ABIS="3.*"
80 +DEPEND="app-arch/unzip
81 + dev-python/setuptools"
82 +RDEPEND=""
83
84 src_install() {
85 distutils_src_install