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/html2text: html2text-2014.4.5-r1.ebuild ChangeLog
Date: Tue, 02 Dec 2014 13:45:45
Message-Id: 20141202134541.C35FAB5BA@oystercatcher.gentoo.org
1 idella4 14/12/02 13:45:41
2
3 Modified: html2text-2014.4.5-r1.ebuild ChangeLog
4 Log:
5 clean old impl
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- html2text-2014.4.5-r1.ebuild 15 Oct 2014 22:33:01 -0000 1.4
23 +++ html2text-2014.4.5-r1.ebuild 2 Dec 2014 13:45:41 -0000 1.5
24 @@ -1,11 +1,11 @@
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.4 2014/10/15 22:33:01 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.5 2014/12/02 13:45:41 idella4 Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
32 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
33
34 -inherit python-utils-r1 distutils-r1
35 +inherit distutils-r1
36
37 DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
38 HOMEPAGE="https://github.com/html2text/html2text
39
40
41
42 1.19 dev-python/html2text/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.19&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.19&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?r1=1.18&r2=1.19
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v
51 retrieving revision 1.18
52 retrieving revision 1.19
53 diff -u -r1.18 -r1.19
54 --- ChangeLog 25 Nov 2014 20:59:19 -0000 1.18
55 +++ ChangeLog 2 Dec 2014 13:45:41 -0000 1.19
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-python/html2text
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.18 2014/11/25 20:59:19 sping Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.19 2014/12/02 13:45:41 idella4 Exp $
61 +
62 + 02 Dec 2014; Ian Delaney <idella4@g.o> html2text-2014.4.5-r1.ebuild:
63 + clean old impl
64
65 25 Nov 2014; Sebastian Pipping <sping@g.o> metadata.xml:
66 Remove myself as a maintainer