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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B83291382C5 for ; Wed, 24 Jun 2020 21:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C71E0921; Wed, 24 Jun 2020 21:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C630EE0921 for ; Wed, 24 Jun 2020 21:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8634D34F13D for ; Wed, 24 Jun 2020 21:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A88D2AE for ; Wed, 24 Jun 2020 21:22:20 +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: <1593033733.a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120.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.2.0.ebuild X-VCS-Directories: app-text/grip/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120 X-VCS-Branch: master Date: Wed, 24 Jun 2020 21:22:20 +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: d6ec9a37-1c7e-4169-9cdd-0978c831f79c X-Archives-Hash: 9821fba43694d4a12836c44015f54d3e commit: a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120 Author: Ben Kohler gentoo org> AuthorDate: Wed Jun 24 18:36:24 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Jun 24 21:22:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42d6b5c app-text/grip: drop old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ben Kohler gentoo.org> app-text/grip/Manifest | 1 - app-text/grip/grip-4.2.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest index 28893afe0d8..88b44b536ed 100644 --- a/app-text/grip/Manifest +++ b/app-text/grip/Manifest @@ -1,2 +1 @@ -DIST grip-4.2.0.zip 43079 BLAKE2B b7aa31c554d646fdedee88f54e2ad825d56eed26cb18ec364cc0e2638f3d002f2fb3192daa15085b2db5a9d608e37df8c74b19466042c57fa62b80f7bc259eef SHA512 2989a1cc2cb98254e932d5bf6679a205992e74802e68fe45d11cf087747d2379778df254bbf1cf980bb8993dc5568c5112707c645babbb32aae49f443319ff6b DIST grip-4.5.2.tar.gz 145644 BLAKE2B a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f SHA512 a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9 diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild deleted file mode 100644 index d5e458d1fbb..00000000000 --- a/app-text/grip/grip-4.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( pypy3 python3_6 ) - -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}.zip" - -KEYWORDS="~amd64" - -DEPEND="app-arch/unzip" -RDEPEND=" - >=dev-python/docopt-0.6.2 - >=dev-python/flask-0.10.1 - >=dev-python/markdown-2.5.1 - >=dev-python/path-and-address-1.0.0 - >=dev-python/pygments-1.6 - >=dev-python/requests-2.4.1 -"