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 7B5ED138350 for ; Fri, 27 Mar 2020 21:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A135EE099B; Fri, 27 Mar 2020 21:06:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 89613E099B for ; Fri, 27 Mar 2020 21:06:53 +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 CEBE034F786 for ; Fri, 27 Mar 2020 21:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB001AC for ; Fri, 27 Mar 2020 21:06:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585342370.b9a37a8c3dd228f9cd65c6710a73dbb7966c2881.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libarchive-c/Manifest dev-python/libarchive-c/libarchive-c-2.7.ebuild X-VCS-Directories: dev-python/libarchive-c/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b9a37a8c3dd228f9cd65c6710a73dbb7966c2881 X-VCS-Branch: master Date: Fri, 27 Mar 2020 21:06:49 +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: 4686cbb8-73d1-4d38-b7c8-6de233091b46 X-Archives-Hash: 1c4c6987c8486cd9d35ace837cb68cf4 commit: b9a37a8c3dd228f9cd65c6710a73dbb7966c2881 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 20:52:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 20:52:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a37a8c dev-python/libarchive-c: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/libarchive-c/Manifest | 1 - dev-python/libarchive-c/libarchive-c-2.7.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest index d4ede83e931..6fe72ca98f2 100644 --- a/dev-python/libarchive-c/Manifest +++ b/dev-python/libarchive-c/Manifest @@ -1,2 +1 @@ -DIST libarchive-c-2.7.tar.gz 42299 BLAKE2B 6e7930f4e403e23a989ad7c519143ae81cec62e40ad77f36d8491d8d36b07419d77815bf719e5782c1bb0b68692798df90c532947ddc5adec96f0077da755b25 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 DIST libarchive-c-2.8.tar.gz 45182 BLAKE2B 8282c46f1e2bd4c9e83809743953fd8f11408e7c7b0849735cb1c4afda35387cfd6889a0443ecda26bd411a7dcab384e42c685650d62be591fc72bdb151770a8 SHA512 533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild b/dev-python/libarchive-c/libarchive-c-2.7.ebuild deleted file mode 100644 index 9eb21900093..00000000000 --- a/dev-python/libarchive-c/libarchive-c-2.7.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 -DESCRIPTION="A Python interface to libarchive" -HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""