Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/
Date: Tue, 04 Jan 2022 13:55:39
Message-Id: 1641304425.95aab9d51d4aef910eb450624b82a3f443bf1c6b.mgorny@gentoo
1 commit: 95aab9d51d4aef910eb450624b82a3f443bf1c6b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 13:53:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 13:53:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95aab9d5
7
8 dev-python/libarchive-c: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/libarchive-c/Manifest | 1 -
13 dev-python/libarchive-c/libarchive-c-3.1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
17 index 22e774256cb4..403767c9fef7 100644
18 --- a/dev-python/libarchive-c/Manifest
19 +++ b/dev-python/libarchive-c/Manifest
20 @@ -1,2 +1 @@
21 -DIST libarchive-c-3.1.tar.gz 11145 BLAKE2B 80d8918423ec23065cfd7dc391f458bdd44ade765c5e16c23f6cd1ff760e750551d1ff16ccd524a409f466512cb4caed9d25716d12021eafc915a9904bfd0f63 SHA512 1863e2981475839aebce50aa649f603dae7d54772fb864a83613e1d94ead48b64e0edfa0046fb91d1fc985a351911dcd13a24cddfefbb5b7403da1107dc3353c
22 DIST libarchive-c-3.2.tar.gz 44896 BLAKE2B 9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c SHA512 d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c
23
24 diff --git a/dev-python/libarchive-c/libarchive-c-3.1.ebuild b/dev-python/libarchive-c/libarchive-c-3.1.ebuild
25 deleted file mode 100644
26 index a51f7d77879b..000000000000
27 --- a/dev-python/libarchive-c/libarchive-c-3.1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A Python interface to libarchive"
39 -HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="CC0-1.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
45 -
46 -RDEPEND="app-arch/libarchive"