Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-lhafile/
Date: Tue, 06 Jul 2021 21:57:40
Message-Id: 1625608549.614820e0a3479b33b2b40209acaddf9af5bd6aa2.chewi@gentoo
1 commit: 614820e0a3479b33b2b40209acaddf9af5bd6aa2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 21:55:49 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 21:55:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614820e0
7
8 dev-python/python-lhafile: Drop old 0.2.2
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-python/python-lhafile/Manifest | 1 -
14 dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
18 index 9fa6583dfd6..cbdcf14a57e 100644
19 --- a/dev-python/python-lhafile/Manifest
20 +++ b/dev-python/python-lhafile/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f
23 DIST python-lhafile-0.3.0.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81
24
25 diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild
26 deleted file mode 100644
27 index 4b9af2248c9..00000000000
28 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -DISTUTILS_USE_SETUPTOOLS=no
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="LHA archive support for Python"
42 -HOMEPAGE="https://fengestad.no/python-lhafile/"
43 -SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -# NOTE: The tests don't work, they're probably outdated.