From 152289253268f34acd4b22cf916acca8ce7a006c Mon Sep 17 00:00:00 2001 From: Niklaus 'vimja' Hofer Date: Mon, 13 Jul 2026 12:41:50 +0200 Subject: [PATCH] app-crypt/certbot-dns-poweradmin: drop 0.1.1-r1, 0.2.2 Signed-off-by: Niklaus 'vimja' Hofer --- app-crypt/certbot-dns-poweradmin/Manifest | 2 - .../certbot-dns-poweradmin-0.1.1-r1.ebuild | 35 ------------------ .../certbot-dns-poweradmin-0.2.2.ebuild | 37 ------------------- 3 files changed, 74 deletions(-) delete mode 100644 app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.1.1-r1.ebuild delete mode 100644 app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.2.2.ebuild diff --git a/app-crypt/certbot-dns-poweradmin/Manifest b/app-crypt/certbot-dns-poweradmin/Manifest index 376f89a39a..0a0766f229 100644 --- a/app-crypt/certbot-dns-poweradmin/Manifest +++ b/app-crypt/certbot-dns-poweradmin/Manifest @@ -1,3 +1 @@ -DIST certbot_dns_poweradmin-0.1.1.tar.gz 39139 BLAKE2B 3b6ba03b89e66ed1779149c6f572a36bc41997e8b3a71f2a248c24907e02dc98eceb11f7cc607e6a11f94189d6dab6c5c667ffda8cf0aa3cbb54011bcdfe9e95 SHA512 bbb4418f6a82095e1cda4a3c426f81e102151c2c231f943c019faf6ce83a2449577714bac8d802cba24e4c84274bbf561d0366a68ac52bf955f08ee9e1e98d05 -DIST certbot_dns_poweradmin-0.2.2.tar.gz 56278 BLAKE2B 0b7ebb0e1f923cff4a5d6b81df36805275373c07fb2f4e135daa4273e11a53c4e169f4b5e46b8e0a8e1e3b845c612f435579b4c20e7f8a5f4fc97e86b59ff18e SHA512 a908ffb64a922235b46d6b51568f574472cb90f9fe8879c658df25e9570b6c21ef6062f1b7ca1312ee3ba7b7eb5fc57d8e72f41ae532d51af1550f9f5d54d65f DIST certbot_dns_poweradmin-0.2.3.tar.gz 62312 BLAKE2B 27d889f5d2ef34b5b1b1ac65d13fbadc027b7feaca8e340d5b90ed9b55652486e963ab30d99548ab6192cbd9c3c2c1a60eb4676c277742ec2bd0ad71a0860e27 SHA512 0a5b673d316ae9a15134825c5d71ddeecbc2f67f6ff3d2ca81cd020fcb71460d2e2df3c9e3e9dd1290025ffa9a6a2613ae978ae3a31048497af71e3b83a635cc diff --git a/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.1.1-r1.ebuild b/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.1.1-r1.ebuild deleted file mode 100644 index 5c3a0d8fc9..0000000000 --- a/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.1.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=(python3_{12..14}) - -inherit distutils-r1 pypi - -DESCRIPTION="Certbot plugin for authentication using PowerAdmin" -HOMEPAGE=" - https://github.com/poweradmin/certbot-dns-poweradmin/ - https://www.poweradmin.org/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=app-crypt/certbot-5.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.32.5[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/requests-mock-1.11.0[${PYTHON_USEDEP}] - >=dev-python/mypy-1.13.0[${PYTHON_USEDEP}] - >=dev-python/types-requests-2.32.4.20250913[${PYTHON_USEDEP}] - ) -" -EPYTEST_PLUGINS=( pytest-cov ) - -distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.2.2.ebuild b/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.2.2.ebuild deleted file mode 100644 index 1a43eac327..0000000000 --- a/app-crypt/certbot-dns-poweradmin/certbot-dns-poweradmin-0.2.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=(python3_{12..14}) - -inherit distutils-r1 pypi - -DESCRIPTION="Certbot plugin for authentication using PowerAdmin" -HOMEPAGE=" - https://github.com/poweradmin/certbot-dns-poweradmin/ - https://www.poweradmin.org/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=app-crypt/certbot-5.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.33.1[${PYTHON_USEDEP}] - >=dev-python/urllib3-2.6.0[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-26.0.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - >=dev-python/requests-mock-1.11.0[${PYTHON_USEDEP}] - >=dev-python/mypy-1.13.0[${PYTHON_USEDEP}] - >=dev-python/types-requests-2.32.4.20250913[${PYTHON_USEDEP}] - ) -" -EPYTEST_PLUGINS=( pytest-cov ) - -distutils_enable_tests pytest