From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE5241382C5 for ; Sat, 10 Mar 2018 14:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03FADE08F7; Sat, 10 Mar 2018 14:56:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8CC3E08F7 for ; Sat, 10 Mar 2018 14:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 108FD335C07 for ; Sat, 10 Mar 2018 14:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 557D3254 for ; Sat, 10 Mar 2018 14:56:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1520693637.3469feca740d8e565ef4f77611f74890e13f9bd6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/texttable/Manifest dev-python/texttable/texttable-0.8.8.ebuild X-VCS-Directories: dev-python/texttable/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3469feca740d8e565ef4f77611f74890e13f9bd6 X-VCS-Branch: master Date: Sat, 10 Mar 2018 14:56:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 58c5390a-b265-4627-a094-376778669d41 X-Archives-Hash: fe64dc6439df9b86ddb08b8762bca782 commit: 3469feca740d8e565ef4f77611f74890e13f9bd6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 10 14:46:34 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 10 14:53:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3469feca dev-python/texttable: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/texttable/Manifest | 1 - dev-python/texttable/texttable-0.8.8.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest index d6139afe47b..552c7d199aa 100644 --- a/dev-python/texttable/Manifest +++ b/dev-python/texttable/Manifest @@ -1,3 +1,2 @@ DIST texttable-0.8.3.tar.gz 8569 BLAKE2B 83b64ba6792b4243bed042f90e643272c045f39eefdd2ea33c9ed506f1cffbb8c683809edfa2061e7f5fc8815c6bbf67de0c8da7a90c6e77fb0d89b57fc41288 SHA512 d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8 -DIST texttable-0.8.8.tar.gz 10599 BLAKE2B c2e9eec723d38c8db1df7a5b2424f4a185c9c1687029e2cc4bb4c1fc9785f6a67a8d9c05d4371dc75875d816fc8d6bf7c59b55d79a26b6f8cf18029acec272ca SHA512 4db089bee787103c00a54dfffcad15a8c299abeb48623c3b179f2a872bcae159a4e7068b2e4ca0efec95e6782b806a5898ad6e57f4290be697d0c8b913446b32 DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5 SHA512 7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50 diff --git a/dev-python/texttable/texttable-0.8.8.ebuild b/dev-python/texttable/texttable-0.8.8.ebuild deleted file mode 100644 index a94ebd20c8e..00000000000 --- a/dev-python/texttable/texttable-0.8.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="module for creating simple ASCII tables" -HOMEPAGE="http://foutaise.org/code/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -python_test() { - py.test tests.py || die -}