From 1add46f0c1ccf1aa7d33ff200398c8c9e18cff2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 21 Feb 2025 18:11:22 +0100 Subject: [PATCH] [app-crypt/certbot-dns-rfc2136] superseded by app-crypt/certbot in-tree --- app-crypt/certbot-dns-rfc2136/Manifest | 1 - .../certbot-dns-rfc2136-2.11.0.ebuild | 45 ----------------- .../certbot-dns-rfc2136-9999.ebuild | 49 ------------------- 3 files changed, 95 deletions(-) delete mode 100644 app-crypt/certbot-dns-rfc2136/Manifest delete mode 100644 app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.11.0.ebuild delete mode 100644 app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest deleted file mode 100644 index 94f07a4..0000000 --- a/app-crypt/certbot-dns-rfc2136/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST certbot-2.11.0.gh.tar.gz 2322114 BLAKE2B d266483d1ffc9f9274df3d5e389ed961758e77e9455a7324132bb2bfe4896db663642a98ac7250d35fbbd60d6aef0d6d2a58f98ad17130958dcfcd61283c2479 SHA512 ba47fc98faaf47278c58e107356371c06039f70ad539d2ca1ac39462bb45c7a6c55ed525d8bd8b11cd35cf807f3423e19309022751a492ba19ded79cfbb6d7f4 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.11.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.11.0.ebuild deleted file mode 100644 index e70afc6..0000000 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-2.11.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -PARENT_PN="${PN%-dns-rfc2136}" -PARENT_P="${PARENT_PN}-${PV}" - -if [[ "${PV}" == *9999 ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/certbot/certbot.git" - EGIT_SUBMODULES=() - EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}" -else - SRC_URI=" - https://github.com/certbot/certbot/archive/v${PV}.tar.gz - -> ${PARENT_P}.gh.tar.gz - " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)" -HOMEPAGE=" - https://github.com/certbot/certbot/ - https://pypi.org/project/certbot-dns-rfc2136/ - https://letsencrypt.org/ -" - -S="${WORKDIR}/${PARENT_P}/${PN}" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=" - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] - dev-python/dnspython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild deleted file mode 100644 index 4db9902..0000000 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -PARENT_PN="${PN%-dns-rfc2136}" -PARENT_P="${PARENT_PN}-${PV}" - -if [[ "${PV}" == *9999 ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/certbot/certbot.git" - EGIT_SUBMODULES=() - EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}" -else - SRC_URI=" - https://github.com/certbot/certbot/archive/v${PV}.tar.gz - -> ${PARENT_P}.gh.tar.gz - " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -fi - -DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)" -HOMEPAGE=" - https://github.com/certbot/certbot/ - https://pypi.org/project/certbot-dns-rfc2136/ - https://letsencrypt.org/ -" - -S="${WORKDIR}/${PARENT_P}/${PN}" -LICENSE="Apache-2.0" -SLOT="0" - -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -RDEPEND=" - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] - dev-python/dnspython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest