Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/texttable: texttable-0.8.2.ebuild ChangeLog
Date: Sun, 01 Mar 2015 16:30:39
Message-Id: 20150301163034.EF18A12D11@oystercatcher.gentoo.org
1 alunduil 15/03/01 16:30:34
2
3 Modified: ChangeLog
4 Added: texttable-0.8.2.ebuild
5 Log:
6 add version 0.8.2
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
9
10 Revision Changes Path
11 1.2 dev-python/texttable/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/texttable/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/texttable/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/texttable/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/texttable/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 23 Sep 2014 00:08:32 -0000 1.1
24 +++ ChangeLog 1 Mar 2015 16:30:34 -0000 1.2
25 @@ -1,10 +1,15 @@
26 # ChangeLog for dev-python/texttable
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/ChangeLog,v 1.1 2014/09/23 00:08:32 alunduil Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/ChangeLog,v 1.2 2015/03/01 16:30:34 alunduil Exp $
31 +
32 +*texttable-0.8.2 (01 Mar 2015)
33 +
34 + 01 Mar 2015; Alex Brandt <alunduil@g.o> +texttable-0.8.2.ebuild,
35 + metadata.xml:
36 + add version 0.8.2
37
38 *texttable-0.8.1 (23 Sep 2014)
39
40 23 Sep 2014; Alex Brandt <alunduil@g.o> +texttable-0.8.1.ebuild,
41 +metadata.xml:
42 new ebuild for texttable written by me
43 -
44
45
46
47 1.1 dev-python/texttable/texttable-0.8.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/texttable/texttable-0.8.2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/texttable/texttable-0.8.2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: texttable-0.8.2.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/texttable-0.8.2.ebuild,v 1.1 2015/03/01 16:30:34 alunduil Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
60
61 inherit distutils-r1
62
63 DESCRIPTION="module for creating simple ASCII tables"
64 HOMEPAGE="http://foutaise.org/code/"
65 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 DEPEND=""
73 RDEPEND=""