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 E204715815E for ; Fri, 9 Feb 2024 00:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08468E2A0C; Fri, 9 Feb 2024 00:30:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA7E0E2A0C for ; Fri, 9 Feb 2024 00:30:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8992343144 for ; Fri, 9 Feb 2024 00:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 393A614CA for ; Fri, 9 Feb 2024 00:30:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707385727.67dcebc5560141ce274c3920b6c29de42ff4d12e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/tldr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/tldr/Manifest app-text/tldr/tldr-2.0.0-r2.ebuild X-VCS-Directories: app-text/tldr/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 67dcebc5560141ce274c3920b6c29de42ff4d12e X-VCS-Branch: master Date: Fri, 9 Feb 2024 00:30:05 +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: 9f3d94c3-03ca-4a69-8d35-8679ac9ab04f X-Archives-Hash: f18eef50e53cc5b9c132b61911417b10 commit: 67dcebc5560141ce274c3920b6c29de42ff4d12e Author: Takuya Wakazono gmail com> AuthorDate: Wed Feb 7 16:10:55 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 8 09:48:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67dcebc5 app-text/tldr: drop 2.0.0-r2 Signed-off-by: Takuya Wakazono gmail.com> app-text/tldr/Manifest | 1 - app-text/tldr/tldr-2.0.0-r2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-text/tldr/Manifest b/app-text/tldr/Manifest index 282ec7f6d6..874cb34d35 100644 --- a/app-text/tldr/Manifest +++ b/app-text/tldr/Manifest @@ -1,2 +1 @@ -DIST tldr-2.0.0.tar.gz 8843 BLAKE2B c87704db6f699e883b0d5c075df84ac32ca7ff4133957c111013a537ceab201625d19f2278d73fd931f4052eac8d41b0273bb91e1622208d992faf4a42d640fe SHA512 0872fa1c0d98273ffbaea751940f1591e3297cc72706c174d953fbdce187d41296cd2a954321d6c3fd879566cefffb4707567c8d132fbe6ca21efd1ca3111530 DIST tldr-3.2.0.gh.tar.gz 16901 BLAKE2B 4cca5999e7c85b5f5b6e980150cfdabb034776ba5477309fc24d158effd2ef68d263d6cf75e01f3cf06d07ac2f1ab849300fff4907564e1b48728cb017834568 SHA512 1535979548b49cd8b0312f2cd11f69ba3f710e16a27c074dc5a8cb5617d7f343df30ba01a83388b460508ab519045140852767bfc8ff1189d612d71a3d35d76b diff --git a/app-text/tldr/tldr-2.0.0-r2.ebuild b/app-text/tldr/tldr-2.0.0-r2.ebuild deleted file mode 100644 index ed9b7c791c..0000000000 --- a/app-text/tldr/tldr-2.0.0-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python command line client for tldr pages" -HOMEPAGE="https://github.com/tldr-pages/tldr-python-client" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - ${PYTHON_DEPS} - dev-python/argcomplete[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} - !app-misc/tealdeer -"