commit:     523d3e744094683d88abfd22538f64be66cf5fe3
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 16:31:33 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 16:32:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523d3e74

app-crypt/certbot: drop 2.7.4

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-crypt/certbot/Manifest             |  1 -
 app-crypt/certbot/certbot-2.7.4.ebuild | 62 ----------------------------------
 2 files changed, 63 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index c8e1995d63c0..91edfdbab5f9 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1 @@
-DIST certbot-2.7.4.gh.tar.gz 1345476 BLAKE2B 
9050765a345ab1195edbf6f0194b9442f64d468f34d26a6ec780901850835ce488d235b72d0a4d5079f29b433454b2bd24e1c0b2001e136216734e353f3627d9
 SHA512 
4363a2b9cc0d80692c26b6e4e82d7b2f1b57145f82603d33591cc6d00f08a920a2f9b963268c9a24211492e570fc8a91a1c64ccbcd4a44068e30590ce0a1d369
 DIST certbot-2.8.0.gh.tar.gz 1344483 BLAKE2B 
f9957367ae65f69ab43a83993b29da4d28c0d01bd7a89ebefcbfb82915c26167b7443d08f6ee4d28e029f5a58736dee01700a30261aaa1dc0290273868da08e9
 SHA512 
2fbaf5349e7ef0dcb054c3b22d63007c588cbdc0d23d484a56e62ad38d21c91b838887e6e94cf9c0045a4382567c342288a796c81307deba84a246f5cc3bc5d6

diff --git a/app-crypt/certbot/certbot-2.7.4.ebuild 
b/app-crypt/certbot/certbot-2.7.4.ebuild
deleted file mode 100644
index c710cf3ea540..000000000000
--- a/app-crypt/certbot/certbot-2.7.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-if [[ "${PV}" == *9999 ]]; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/certbot/certbot.git";
-       EGIT_SUBMODULES=()
-       EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-else
-       SRC_URI="
-               https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-                       -> ${P}.gh.tar.gz
-       "
-       KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="
-       https://github.com/certbot/certbot
-       https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="selinux"
-
-S="${WORKDIR}/${P}/${PN}"
-
-BDEPEND="
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-cov[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/typing-extensions[${PYTHON_USEDEP}]
-       )
-"
-
-# See certbot/setup.py for acme >= dep
-RDEPEND="
-       >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-       >=dev-python/ConfigArgParse-1.5.3[${PYTHON_USEDEP}]
-       >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-       >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}]
-       >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-       >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-       >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
-       dev-python/pyrfc3339[${PYTHON_USEDEP}]
-       >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-       selinux? ( sec-policy/selinux-certbot )
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest

Reply via email to