commit: fbd5b61cd461d68d0b4a9a1fbb72d59ddaed8031 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 1 12:35:56 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 1 12:39:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd5b61c
app-text/restview: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/restview/Manifest | 1 - app-text/restview/restview-2.9.2.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-text/restview/Manifest b/app-text/restview/Manifest index 48d6fc624641..624ca952093e 100644 --- a/app-text/restview/Manifest +++ b/app-text/restview/Manifest @@ -1,2 +1 @@ -DIST restview-2.9.2.tar.gz 47181 BLAKE2B 6812e39eb2f830cedacc359fe24988191fc6c7b46b4ddc7005e6e6ee3e52d6998b4b99687892842710154eb2bceb22dc161986f0c8f5f0d1910733226084b0b2 SHA512 4b8627248097368a06fba5dba8994d349b96e605ebde0965a9100c213d9c8bb9320e6ff33a93ce40d80a6b5f3150e4094e2824b5ef5b4757d1e3bd39399a8e0c DIST restview-3.0.0.tar.gz 49774 BLAKE2B 21a8a25964b995287ce8c584424eae8db5d6190ebf60a435a9af50a9995083fba61d5ccd1a06b1eb193590bc68219f98298a4773fab565bd711cca1eacd8149b SHA512 55b053f03964eb637245810894e970e16a3d1be4587e44802410afbb5c046921e7f3c07825e4f7889569d2f7a980f0a320835d0c2994bb5df0d66c3ebcffc797 diff --git a/app-text/restview/restview-2.9.2.ebuild b/app-text/restview/restview-2.9.2.ebuild deleted file mode 100644 index c171a5553a78..000000000000 --- a/app-text/restview/restview-2.9.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="reStructuredText viewer" -HOMEPAGE="https://mg.pov.lt/restview/ https://pypi.org/project/restview/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/readme_renderer[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -DOCS=( README.rst CHANGES.rst ) - -python_test() { - esetup.py test -}
