parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 1d119e2cd3d26305b411930a2a78719967bedc81
parent c617ee76c0f14b72db6e695974580461a1d2bab5
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 17 May 2022 11:03:12 +0200

app-crypt/certbot-dns-rfc2136: Update to 1.27.0

Diffstat:
Mapp-crypt/certbot-dns-rfc2136/Manifest | 2+-
Dapp-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.25.0.ebuild | 33---------------------------------
Aapp-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.27.0.ebuild | 33+++++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest @@ -1 +1 @@ -DIST certbot-dns-rfc2136-1.25.0.tar.gz 1363030 BLAKE2B 7ff180dd61565d54a3b9660eaefa5a8345ae797e292913dcd995170b87df9474c4eabf15150ccd2d53a23106406acbe884363a92e134c82e82ad8c36041343b5 SHA512 50867c3e0d79e6237934a0c7c243c915f2bc7d7b01efb5a2e9694f0384033d131ba5538ad34f355d24b03806a6e30bc64f2fcced6dde41915e16ad75dc6fd855 +DIST certbot-dns-rfc2136-1.27.0.tar.gz 1366469 BLAKE2B e9ec47520e027a9d348e861ea7d070eff4857301be0d42be6965e4159d85ef60866aa70de76edd5e68b0d40d9544075aa28e9aa07a8e04dfbf3e1a7dd77fd1de SHA512 5db7836ae2eda27c088476c149e736ce7f41b85d871cf563c69e021dd8af2d64ed85c1482049edf0dffe6fd0c9591d66be3e22fbf617068600e12691c4802e5e diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.25.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.25.0.ebuild @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=(python3_{7..9}) - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/certbot/certbot.git" - inherit git-r3 - S=${WORKDIR}/${P}/${PN} -else - SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" - S=${WORKDIR}/certbot-${PV}/${PN} -fi - -inherit distutils-r1 - -DESCRIPTION="RFC2136 DNS plugin for certbot (Let's Encrypt Client)" -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} - =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}] - =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] - dev-python/dnspython[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND}" diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.27.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.27.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=(python3_{8..11}) + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/certbot/certbot.git" + inherit git-r3 + S=${WORKDIR}/${P}/${PN} +else + SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + S=${WORKDIR}/certbot-${PV}/${PN} +fi + +inherit distutils-r1 + +DESCRIPTION="RFC2136 DNS plugin for certbot (Let's Encrypt Client)" +HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" +RDEPEND="${CDEPEND} + =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}] + =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}]" +DEPEND="${CDEPEND}"