]> git.bzium.org/ - embe/overlay.git/commitdiff
app-crypt/certbot-dns-cloudflare: remove main
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 1 Oct 2025 09:01:27 +0000 (11:01 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 1 Oct 2025 09:01:27 +0000 (11:01 +0200)
app-crypt/certbot-dns-cloudflare/Manifest [deleted file]
app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild [deleted file]

diff --git a/app-crypt/certbot-dns-cloudflare/Manifest b/app-crypt/certbot-dns-cloudflare/Manifest
deleted file mode 100644 (file)
index 6bc3eac..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62 SHA512 d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3
diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild
deleted file mode 100644 (file)
index daa1384..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 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
-
-DESCRIPTION="Cloudflare DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
-SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.gh.tar.gz"
-S=${WORKDIR}/certbot-${PV}/${PN}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-       >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-       dev-python/cloudflare[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme