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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9465115808C for ; Sun, 27 Feb 2022 18:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B87E08BD; Sun, 27 Feb 2022 18:58:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC2DBE08BD for ; Sun, 27 Feb 2022 18:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCD9534352A for ; Sun, 27 Feb 2022 18:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D972FD for ; Sun, 27 Feb 2022 18:58: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: <1645988229.4ac8a79bd3df77eeb806a6edcd003b1813d1ae65.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-3.2-r1.ebuild X-VCS-Directories: dev-python/libarchive-c/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ac8a79bd3df77eeb806a6edcd003b1813d1ae65 X-VCS-Branch: master Date: Sun, 27 Feb 2022 18:58: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: f4c5a35e-b192-496f-a60f-3fab7e718345 X-Archives-Hash: 46feb36300de27152c4b5191369475cc commit: 4ac8a79bd3df77eeb806a6edcd003b1813d1ae65 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 18:57:09 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 18:57:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac8a79b dev-python/libarchive-c: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/libarchive-c/Manifest | 1 - dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest index d7a9f3981b60..009a87bd751e 100644 --- a/dev-python/libarchive-c/Manifest +++ b/dev-python/libarchive-c/Manifest @@ -1,2 +1 @@ -DIST libarchive-c-3.2.tar.gz 44896 BLAKE2B 9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c SHA512 d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c DIST libarchive-c-4.0.gh.tar.gz 47743 BLAKE2B c6246b35a9a389c6cd999b32412436f8134737a4cba1c0bf8a905e3ba6e1653c515956f43a580901dd4278cbc00b783ecfa7a4306f0fc7ca2d2666b3af500cb8 SHA512 787b049a5f06d7370369a6bb2d9ebab6e4e5eda0a4f839906e205a7e19a00f9f7e350d4c42e3434e345063dd0ea44e5b0b4c0524033b05a6d8f15758757c5c36 diff --git a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild b/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild deleted file mode 100644 index 07b3b940883d..000000000000 --- a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -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="https://github.com/Changaco/python-libarchive-c/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/python-${P} - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" - -RDEPEND="app-arch/libarchive" -BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest