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 48397138334 for ; Sun, 15 Dec 2019 12:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F282E0849; Sun, 15 Dec 2019 12:36:10 +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 1A803E0849 for ; Sun, 15 Dec 2019 12:36:10 +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 250A734D8AB for ; Sun, 15 Dec 2019 12:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE97905 for ; Sun, 15 Dec 2019 12:36:06 +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: <1576413360.0c47c96572f57a3ce3e7f3f3e93169aa5c22d6f8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ttystatus/Manifest dev-python/ttystatus/ttystatus-0.35.ebuild X-VCS-Directories: dev-python/ttystatus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0c47c96572f57a3ce3e7f3f3e93169aa5c22d6f8 X-VCS-Branch: master Date: Sun, 15 Dec 2019 12:36:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0fb264a-2d78-4000-968d-697555fbdbaa X-Archives-Hash: cea839a5feae0ba7ba0a7d1fef0f6e8d commit: 0c47c96572f57a3ce3e7f3f3e93169aa5c22d6f8 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 15 12:34:32 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 15 12:36:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c47c965 dev-python/ttystatus: Drop old Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Pacho Ramos gentoo.org> dev-python/ttystatus/Manifest | 1 - dev-python/ttystatus/ttystatus-0.35.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest index 9fa0a0743f8..e531933fee8 100644 --- a/dev-python/ttystatus/Manifest +++ b/dev-python/ttystatus/Manifest @@ -1,2 +1 @@ -DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405 SHA512 5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8 SHA512 0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild b/dev-python/ttystatus/ttystatus-0.35.ebuild deleted file mode 100644 index ea9fbf90855..00000000000 --- a/dev-python/ttystatus/ttystatus-0.35.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Terminal progress bar and status output for command line" -HOMEPAGE="http://liw.fi/ttystatus/" -SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -python_test() { - "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die -}