From fbd5b61cd461d68d0b4a9a1fbb72d59ddaed8031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 1 May 2023 14:35:56 +0200 Subject: [PATCH] app-text/restview: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/restview/Manifest | 1 - app-text/restview/restview-2.9.2.ebuild | 33 ------------------------- 2 files changed, 34 deletions(-) delete mode 100644 app-text/restview/restview-2.9.2.ebuild diff --git a/app-text/restview/Manifest b/app-text/restview/Manifest index 48d6fc624641c..624ca952093e1 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 c171a5553a784..0000000000000 --- 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 -}