Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.999.ebuild html5lib-0.95-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:11:14
Message-Id: 20140331211110.B188F2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:11:10
2
3 Modified: html5lib-0.999.ebuild html5lib-0.95-r1.ebuild
4 ChangeLog
5 Log:
6 Add support for the new PyPy slotting.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.3 dev-python/html5lib/html5lib-0.999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?r1=1.2&r2=1.3
16
17 Index: html5lib-0.999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- html5lib-0.999.ebuild 11 Jan 2014 23:43:55 -0000 1.2
24 +++ html5lib-0.999.ebuild 31 Mar 2014 21:11:10 -0000 1.3
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.2 2014/01/11 23:43:55 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.3 2014/03/31 21:11:10 mgorny Exp $
30
31 EAPI=5
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
33 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
34 PYTHON_REQ_USE="xml(+)"
35
36 inherit distutils-r1
37
38
39
40 1.8 dev-python/html5lib/html5lib-0.95-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: html5lib-0.95-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- html5lib-0.95-r1.ebuild 1 Dec 2013 10:18:05 -0000 1.7
53 +++ html5lib-0.95-r1.ebuild 31 Mar 2014 21:11:10 -0000 1.8
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.7 2013/12/01 10:18:05 hattya Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.8 2014/03/31 21:11:10 mgorny Exp $
60
61 EAPI=5
62
63 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
64 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
65 PYTHON_REQ_USE="xml(+)"
66
67 inherit distutils-r1
68
69
70
71 1.25 dev-python/html5lib/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.25&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.25&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.24&r2=1.25
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
80 retrieving revision 1.24
81 retrieving revision 1.25
82 diff -u -r1.24 -r1.25
83 --- ChangeLog 11 Jan 2014 23:43:55 -0000 1.24
84 +++ ChangeLog 31 Mar 2014 21:11:10 -0000 1.25
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/html5lib
87 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.24 2014/01/11 23:43:55 floppym Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.25 2014/03/31 21:11:10 mgorny Exp $
90 +
91 + 31 Mar 2014; Michał Górny <mgorny@g.o> html5lib-0.95-r1.ebuild,
92 + html5lib-0.999.ebuild:
93 + Add support for the new PyPy slotting.
94
95 11 Jan 2014; Mike Gilbert <floppym@g.o> html5lib-0.999.ebuild:
96 Add ~ia64.