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 05D53158090 for ; Mon, 23 May 2022 16:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFFF0E08BB; Mon, 23 May 2022 16:29:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B5311E08BB for ; Mon, 23 May 2022 16:29:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7C42341C2D for ; Mon, 23 May 2022 16:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACDD9485 for ; Mon, 23 May 2022 16:29:14 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1653323287.01890de261fdb833c9bb2b715fdff367033e0e95.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/grip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/grip/Manifest app-text/grip/grip-4.6.0.ebuild X-VCS-Directories: app-text/grip/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 01890de261fdb833c9bb2b715fdff367033e0e95 X-VCS-Branch: master Date: Mon, 23 May 2022 16:29:14 +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: ea200ce8-e953-4dbb-9c6c-6acd6c96c391 X-Archives-Hash: 03e16f5969232c01aabb002e785b4829 commit: 01890de261fdb833c9bb2b715fdff367033e0e95 Author: Ben Kohler gentoo org> AuthorDate: Mon May 23 16:21:10 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon May 23 16:28:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01890de2 app-text/grip: drop 4.6.0 Signed-off-by: Ben Kohler gentoo.org> app-text/grip/Manifest | 1 - app-text/grip/grip-4.6.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest index 03742b741c98..4364ae48615f 100644 --- a/app-text/grip/Manifest +++ b/app-text/grip/Manifest @@ -1,2 +1 @@ -DIST grip-4.6.0.tar.gz 147222 BLAKE2B ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518 SHA512 483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac DIST grip-4.6.1.tar.gz 147894 BLAKE2B e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae SHA512 73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d diff --git a/app-text/grip/grip-4.6.0.ebuild b/app-text/grip/grip-4.6.0.ebuild deleted file mode 100644 index 224d3078f628..000000000000 --- a/app-text/grip/grip-4.6.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" -HOMEPAGE="https://github.com/joeyespo/grip" -LICENSE="MIT" - -SLOT="0" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - !media-sound/grip - >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}] - >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}] - >=dev-python/pygments-1.6[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] -"