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.95-r1.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:43:34
Message-Id: 20140706124328.821EE2004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:43:28
2
3 Modified: html5lib-0.95-r1.ebuild ChangeLog
4 Log:
5 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.10 dev-python/html5lib/html5lib-0.95-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: html5lib-0.95-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- html5lib-0.95-r1.ebuild 19 Jun 2014 11:34:26 -0000 1.9
23 +++ html5lib-0.95-r1.ebuild 6 Jul 2014 12:43:28 -0000 1.10
24 @@ -1,6 +1,6 @@
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.95-r1.ebuild,v 1.9 2014/06/19 11:34:26 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.10 2014/07/06 12:43:28 mgorny Exp $
29
30 EAPI=5
31
32 @@ -21,8 +21,7 @@
33 # unittest2 used by our python_test()
34
35 RDEPEND=""
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
37 - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
38 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39
40 python_test() {
41 cd "${BUILD_DIR}"/lib/html5lib/tests || die
42
43
44
45 1.28 dev-python/html5lib/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.28&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.28&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.27&r2=1.28
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
54 retrieving revision 1.27
55 retrieving revision 1.28
56 diff -u -r1.27 -r1.28
57 --- ChangeLog 19 Jun 2014 11:34:26 -0000 1.27
58 +++ ChangeLog 6 Jul 2014 12:43:28 -0000 1.28
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-python/html5lib
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.27 2014/06/19 11:34:26 klausman Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.28 2014/07/06 12:43:28 mgorny Exp $
64 +
65 + 06 Jul 2014; Michał Górny <mgorny@g.o> html5lib-0.95-r1.ebuild:
66 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
67 + unittest2 (those packages were only required for <=python-2.6).
68
69 19 Jun 2014; Tobias Klausmann <klausman@g.o> html5lib-0.95-r1.ebuild:
70 Keyworded on alpha, bug #461346