From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4226B15ACFC for ; Mon, 1 May 2023 12:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD41AE0867; Mon, 1 May 2023 12:39:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 734C4E0867 for ; Mon, 1 May 2023 12:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818EF3414C2 for ; Mon, 1 May 2023 12:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B655A5B for ; Mon, 1 May 2023 12:39:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682944743.fbd5b61cd461d68d0b4a9a1fbb72d59ddaed8031.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/restview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/restview/Manifest app-text/restview/restview-2.9.2.ebuild X-VCS-Directories: app-text/restview/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fbd5b61cd461d68d0b4a9a1fbb72d59ddaed8031 X-VCS-Branch: master Date: Mon, 1 May 2023 12:39:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31f49697-754c-448b-91a8-0c8ec392012e X-Archives-Hash: 4ec2365fe05aae29f1d9696e9c8b76c4 commit: fbd5b61cd461d68d0b4a9a1fbb72d59ddaed8031 Author: Michał Górny gentoo org> AuthorDate: Mon May 1 12:35:56 2023 +0000 Commit: Michał Górny gentoo 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 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 -}