Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.999.ebuild ChangeLog
Date: Wed, 21 May 2014 08:10:22
Message-Id: 20140521081019.3AA592004C@flycatcher.gentoo.org
1 idella4 14/05/21 08:10:19
2
3 Modified: html5lib-0.999.ebuild ChangeLog
4 Log:
5 drop py2.6 pypy2_0 add py3.4
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.4 dev-python/html5lib/html5lib-0.999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?r1=1.3&r2=1.4
15
16 Index: html5lib-0.999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- html5lib-0.999.ebuild 31 Mar 2014 21:11:10 -0000 1.3
23 +++ html5lib-0.999.ebuild 21 May 2014 08:10:19 -0000 1.4
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.3 2014/03/31 21:11:10 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.4 2014/05/21 08:10:19 idella4 Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
32 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
33 PYTHON_REQ_USE="xml(+)"
34
35 inherit distutils-r1
36
37
38
39 1.26 dev-python/html5lib/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.26&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.26&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.25&r2=1.26
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
48 retrieving revision 1.25
49 retrieving revision 1.26
50 diff -u -r1.25 -r1.26
51 --- ChangeLog 31 Mar 2014 21:11:10 -0000 1.25
52 +++ ChangeLog 21 May 2014 08:10:19 -0000 1.26
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-python/html5lib
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.25 2014/03/31 21:11:10 mgorny Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.26 2014/05/21 08:10:19 idella4 Exp $
58 +
59 + 21 May 2014; Ian Delaney <idella4@g.o> html5lib-0.999.ebuild:
60 + drop py2.6 pypy2_0 add py3.4
61
62 31 Mar 2014; Michał Górny <mgorny@g.o> html5lib-0.95-r1.ebuild,
63 html5lib-0.999.ebuild: