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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C25C1581E7 for ; Sat, 27 Apr 2024 12:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931BCE29F7; Sat, 27 Apr 2024 12:16:51 +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 714CDE29F6 for ; Sat, 27 Apr 2024 12:16:51 +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 84D2933D3C2 for ; Sat, 27 Apr 2024 12:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EAC31752 for ; Sat, 27 Apr 2024 12:16:49 +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: <1714220201.f8f3936c53e9cbbfb9f3c895fa72527e7ee17bc8.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.1-r1.ebuild app-text/grip/grip-4.6.1.ebuild X-VCS-Directories: app-text/grip/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: f8f3936c53e9cbbfb9f3c895fa72527e7ee17bc8 X-VCS-Branch: master Date: Sat, 27 Apr 2024 12:16:49 +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: 5d499d3b-a67b-483d-9579-2e13bca7b52d X-Archives-Hash: 6e421b060da8e8da367e1c2c1bd5e20d commit: f8f3936c53e9cbbfb9f3c895fa72527e7ee17bc8 Author: Ben Kohler gentoo org> AuthorDate: Sat Apr 27 10:25:31 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Apr 27 12:16:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f3936c app-text/grip: drop 4.6.1, 4.6.1-r1 Signed-off-by: Ben Kohler gentoo.org> app-text/grip/Manifest | 1 - app-text/grip/grip-4.6.1-r1.ebuild | 26 -------------------------- app-text/grip/grip-4.6.1.ebuild | 26 -------------------------- 3 files changed, 53 deletions(-) diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest index 3072039f0110..a0889b63e8c2 100644 --- a/app-text/grip/Manifest +++ b/app-text/grip/Manifest @@ -1,2 +1 @@ -DIST grip-4.6.1.tar.gz 147894 BLAKE2B e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae SHA512 73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d DIST grip-4.6.2.tar.gz 152280 BLAKE2B 02a5fb21190fe167428fb36390a087094c064fc11bc2016579391b3568bd421c8f0920f7b325e5be8140ebd8e7f7a0c0e20085f9d8899daf3ee85f27f33ffa9d SHA512 e4dc38d25198a1670df7ecf950fc2c815c3e8507571d54d3df844547ee7db0d1a7cbbbaa23fd7daa1391eea12a2788890d5cee09aa64b8bf1039beeb78a5d25f diff --git a/app-text/grip/grip-4.6.1-r1.ebuild b/app-text/grip/grip-4.6.1-r1.ebuild deleted file mode 100644 index 87fb2fdf0fad..000000000000 --- a/app-text/grip/grip-4.6.1-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" -HOMEPAGE="https://github.com/joeyespo/grip" -LICENSE="MIT" - -SLOT="0" - -KEYWORDS="amd64" - -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}] -" diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild deleted file mode 100644 index 316839a468c0..000000000000 --- a/app-text/grip/grip-4.6.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them" -HOMEPAGE="https://github.com/joeyespo/grip" -LICENSE="MIT" - -SLOT="0" - -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}] -"