diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-11-20 23:35:14 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-11-20 23:36:27 +0000 |
commit | c6f79e3427631972e4143c5d0e0c29cea2af64ab (patch) | |
tree | d3df1d1ae976ca89cd2ec31186edf9f52908c2c9 | |
parent | dev-python/python-lhafile: Bump to 0.2.2 despite no actual changes (diff) | |
download | gentoo-c6f79e3427631972e4143c5d0e0c29cea2af64ab.tar.gz gentoo-c6f79e3427631972e4143c5d0e0c29cea2af64ab.tar.bz2 gentoo-c6f79e3427631972e4143c5d0e0c29cea2af64ab.zip |
dev-python/python-lhafile: Drop old 0.2.1
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r-- | dev-python/python-lhafile/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.2.1.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest index 1be6d8db617c..b0d87060d42a 100644 --- a/dev-python/python-lhafile/Manifest +++ b/dev-python/python-lhafile/Manifest @@ -1,2 +1 @@ -DIST python-lhafile-0.2.1.tar.gz 265756 BLAKE2B bbe595f8b1cf8cc3fd3474110ec46bf26784cd90ccc03aea6b769c16162c611bed30b414e85e5ce60f3fe564192b4d5601ccc541f6de8fdf109b40d73acca559 SHA512 6c31134372f3ab0a10167abad2f07f86cc2fba961a104a42317d19e08bfd068004ec7d920d97541b39718ba1d8170bc8651819757fe9b5734dba3c4dc60f9000 DIST python-lhafile-0.2.2.tar.gz 266494 BLAKE2B 03f4f8e58e261b74c32d65c9ea4507d088c5463424c4c279a320553689607e8f4ff13bab0c2e6fc4c252f923a50cae12ce8e4b8c14cb5d8eec2fd8129fa41a97 SHA512 304de9a000b76fae243f0a175040e16515524ccec051cffefd20dcf6995a37e3d4d2e13016794166a661b235700f540f8cc0be60979ed13ad6308056a95f1b2f diff --git a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild deleted file mode 100644 index 6e1104ebc363..000000000000 --- a/dev-python/python-lhafile/python-lhafile-0.2.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="LHA archive support for Python" -HOMEPAGE="https://fengestad.no/python-lhafile/" -SRC_URI="https://fengestad.no/python-lhafile/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -# NOTE: The tests don't work, they're probably outdated. |