commit: de66116c7c6862815139ddf65969b786fe636d11 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 13 13:05:16 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 13 13:05:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de66116c
dev-python/pyfiglet: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pyfiglet/Manifest | 1 - dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest index 1d5c74eb0..f6bf80965 100644 --- a/dev-python/pyfiglet/Manifest +++ b/dev-python/pyfiglet/Manifest @@ -1,2 +1 @@ -DIST pyfiglet-0.8_p0.tar.gz 634587 BLAKE2B 6ceec287f854662a0d0cbb6de285c91f1088e6fa2626a26445a98c18f98c8e6fb648b6f6f2fc1cfb160657423a24ec8ec8f9183e078393f336edc1db08eb8e9e SHA512 43f0497ae86139e8f64c45e41e575aa82eee574331739e96c555ca33e8f6900df6487d3220667188891eacd56e00d716d427479337fe5d6b2efdaa6aaaa64376 DIST pyfiglet-0.8_p1.tar.gz 634618 BLAKE2B 49268581974e72f28ddb11785a1629a4ac2696bcdd57710147cafdcf7709be8c67bdf03e5ccdb1655a9be6eb8a83baf4ca5ae0a6412e2318d0923376558b8d49 SHA512 3b8c7b4c9ae48466da3ccc6711aac9c35b08a373abbdda66c60a62f17ba6edd316b0d5e3085613f7c44fbaa2f02acc4a5b3830a31d22437d9261863878421400 diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild deleted file mode 100644 index 35776c9e8..000000000 --- a/dev-python/pyfiglet/pyfiglet-0.8_p0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="Pure-python FIGlet implementation" -HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet" - -if [[ "${PV}" == 9999 ]] -then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git" -else - MY_PV="$(ver_cut 1-2).post$(ver_cut 4)" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RESTRICT="mirror test"
