Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/
Date: Thu, 27 Sep 2018 21:25:42
Message-Id: 1538083495.a0ea07126315f811b93edf7ac631ee0beacb548d.monsieurp@gentoo
1 commit: a0ea07126315f811b93edf7ac631ee0beacb548d
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 24 07:04:12 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 21:24:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ea0712
7
8 dev-python/texttable: drop old 0.8.3.
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
11 Package-Manager: Portage[mgorny]-2.3.49.1
12 Closes: https://github.com/gentoo/gentoo/pull/9965
13
14 dev-python/texttable/Manifest | 1 -
15 dev-python/texttable/texttable-0.8.3.ebuild | 19 -------------------
16 2 files changed, 20 deletions(-)
17
18 diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest
19 index 0365fcc9e17..0fe112fa423 100644
20 --- a/dev-python/texttable/Manifest
21 +++ b/dev-python/texttable/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST texttable-0.8.3.tar.gz 8569 BLAKE2B 83b64ba6792b4243bed042f90e643272c045f39eefdd2ea33c9ed506f1cffbb8c683809edfa2061e7f5fc8815c6bbf67de0c8da7a90c6e77fb0d89b57fc41288 SHA512 d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8
24 DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5 SHA512 7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50
25 DIST texttable-1.4.0.tar.gz 12274 BLAKE2B 558d905a65a340843a18b9c0987a34b45a53335478bc29275b4150642e8902f77830a63654a177e0017e3c729ea1bcd63d8f2296866773dfbf31cda6bc785ef7 SHA512 41d1b429ee32cd717d273152da0263cfff13d79aae7ecc69bda455c1391ea1e6cf74b412e6043bf3d32d62932b4498a2484deb997ef545fdd6195fd5ebd58fc5
26
27 diff --git a/dev-python/texttable/texttable-0.8.3.ebuild b/dev-python/texttable/texttable-0.8.3.ebuild
28 deleted file mode 100644
29 index 34b4c5d3d16..00000000000
30 --- a/dev-python/texttable/texttable-0.8.3.ebuild
31 +++ /dev/null
32 @@ -1,19 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="module for creating simple ASCII tables"
42 -HOMEPAGE="http://foutaise.org/code/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND=""