Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
Date: Sat, 31 May 2014 01:51:53
Message-Id: 20140531015149.AA7AC2004E@flycatcher.gentoo.org
1 patrick 14/05/31 01:51:49
2
3 Modified: html2text-2014.4.5-r1.ebuild ChangeLog
4 Log:
5 Whitespace
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/html2text/html2text-2014.4.5-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: html2text-2014.4.5-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- html2text-2014.4.5-r1.ebuild 30 May 2014 01:33:05 -0000 1.1
23 +++ html2text-2014.4.5-r1.ebuild 31 May 2014 01:51:49 -0000 1.2
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/html2text/html2text-2014.4.5-r1.ebuild,v 1.1 2014/05/30 01:33:05 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.2 2014/05/31 01:51:49 patrick Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_{2,3}} pypy pypy2_0 )
32 @@ -22,7 +22,7 @@
33 dev-python/setuptools[${PYTHON_USEDEP}]"
34 DEPEND="${RDEPEND}"
35
36 -PATCHES=( "${FILESDIR}/${PN}-rename.patch"
37 +PATCHES=( "${FILESDIR}/${PN}-rename.patch"
38 "${FILESDIR}/${PN}-noinstall-test.patch" )
39
40 src_test() {
41
42
43
44 1.15 dev-python/html2text/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 30 May 2014 01:33:05 -0000 1.14
57 +++ ChangeLog 31 May 2014 01:51:49 -0000 1.15
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/html2text
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.14 2014/05/30 01:33:05 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.15 2014/05/31 01:51:49 patrick Exp $
63 +
64 + 31 May 2014; Patrick Lauer <patrick@g.o> html2text-2014.4.5-r1.ebuild:
65 + Whitespace
66
67 *html2text-2014.4.5-r1 (30 May 2014)