Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@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, 04 Sep 2010 05:29:46
Message-Id: 20100904052942.C8ADB20051@flycatcher.gentoo.org
1 phajdan.jr 10/09/04 05:29:42
2
3 Modified: ChangeLog html5lib-0.90.ebuild
4 Log:
5 x86 stable wrt bug #335207
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.7 dev-python/html5lib/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 31 Aug 2010 10:24:02 -0000 1.6
22 +++ ChangeLog 4 Sep 2010 05:29:42 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/html5lib
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.6 2010/08/31 10:24:02 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.7 2010/09/04 05:29:42 phajdan.jr Exp $
28 +
29 + 04 Sep 2010; Pawel Hajdan jr <phajdan.jr@g.o> html5lib-0.90.ebuild:
30 + x86 stable wrt bug #335207
31
32 31 Aug 2010; Markos Chandras <hwoarang@g.o> html5lib-0.90.ebuild:
33 Stable on amd64 wrt bug #335207
34
35
36
37 1.4 dev-python/html5lib/html5lib-0.90.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.3&r2=1.4
42
43 Index: html5lib-0.90.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- html5lib-0.90.ebuild 31 Aug 2010 10:24:02 -0000 1.3
50 +++ html5lib-0.90.ebuild 4 Sep 2010 05:29:42 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.3 2010/08/31 10:24:02 hwoarang Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.4 2010/09/04 05:29:42 phajdan.jr Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60
61 LICENSE="MIT"
62 SLOT="0"
63 -KEYWORDS="amd64 ~x86 ~x86-fbsd"
64 +KEYWORDS="amd64 x86 ~x86-fbsd"
65 IUSE="examples"
66
67 RDEPEND="dev-lang/python[xml]"