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 3DA1A1382C5 for ; Sat, 19 Jun 2021 19:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9CDE081A; Sat, 19 Jun 2021 19:06:54 +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 6FF75E081A for ; Sat, 19 Jun 2021 19:06:54 +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 2FA31335D4D for ; Sat, 19 Jun 2021 19:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA89B78E for ; Sat, 19 Jun 2021 19:06:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1624129604.72e4790572c52c37f876509da179b24b4ae83734.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/thrift/Manifest dev-python/thrift/thrift-0.13.0.ebuild X-VCS-Directories: dev-python/thrift/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 72e4790572c52c37f876509da179b24b4ae83734 X-VCS-Branch: master Date: Sat, 19 Jun 2021 19:06:51 +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: f3bf4b0e-c8ee-4784-993c-687bec575640 X-Archives-Hash: 87625fed993bb5a39c64061ae25f101e commit: 72e4790572c52c37f876509da179b24b4ae83734 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 19 19:06:44 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 19 19:06:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e47905 dev-python/thrift: cleanup old Bug: https://bugs.gentoo.org/770145 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> dev-python/thrift/Manifest | 1 - dev-python/thrift/thrift-0.13.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest index 744b93011d8..c53960a2cd5 100644 --- a/dev-python/thrift/Manifest +++ b/dev-python/thrift/Manifest @@ -1,2 +1 @@ -DIST thrift-0.13.0.tar.gz 59911 BLAKE2B b45363c2e8bbc5c7fae25533c7df9be49e6ea88b5ce077e9a580c28decf06de608d50100ba77cdb1ce8c7e56b87608d193b8579a4f89cc4fb74d672da0ba7e93 SHA512 063440db324efdae1fc4466133deaedeb1edd2f953f6924191ad819476f7b62a434d52960837e94516a673063ceab8b446b4f7dc8c94bb2d1fb84e95d2fa3d78 DIST thrift-0.14.1.tar.gz 4311458 BLAKE2B 00c0b77c3d722b0db833f03848df0b74ee64712ed1ff06e0b63b926eb493f43ffd9c316422b6044f74685471cdbd2ccea7c6305fd8dbbc10614f2151a3e16237 SHA512 e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22 diff --git a/dev-python/thrift/thrift-0.13.0.ebuild b/dev-python/thrift/thrift-0.13.0.ebuild deleted file mode 100644 index e7abbb1dfe9..00000000000 --- a/dev-python/thrift/thrift-0.13.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Python implementation of Thrift" -HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_install() { - distutils-r1_python_install - python_optimize -}