From 67dcebc5560141ce274c3920b6c29de42ff4d12e Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Thu, 8 Feb 2024 01:10:55 +0900 Subject: [PATCH] app-text/tldr: drop 2.0.0-r2 Signed-off-by: Takuya Wakazono --- app-text/tldr/Manifest | 1 - app-text/tldr/tldr-2.0.0-r2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 app-text/tldr/tldr-2.0.0-r2.ebuild 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 -"