]> git.bzium.org - embe/overlay.git/commitdiff
app-crypt/certbot-dns-cloudflare: bump to 1.19.0
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 12 Sep 2021 13:07:04 +0000 (15:07 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 12 Sep 2021 13:09:37 +0000 (15:09 +0200)
app-crypt/certbot-dns-cloudflare/Manifest
app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.19.0.ebuild [moved from app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.14.0.ebuild with 82% similarity]

index 3f29901a2f25e2da62d6aed69087941bb73b9b73..acdfe5e53f694a97be3502e1a51803f2f6235b26 100644 (file)
@@ -1 +1 @@
-DIST certbot-dns-cloudflare-1.14.0.tar.gz 1415709 BLAKE2B db06b380f70eb6e674d935870582489a722fb8b38fba7535a642200dd6a9d036f55742286129266556f6313e232b2a45003b17f7c34e5f7087b6ab14261a8132 SHA512 39ae44374cdbac11c544d4d3194debf4f98c8d8459138a650ab276f59c84e8c8d738bdc056d444506a326280c1f9fb84356a9a8f4fa6a138d701bdf792b817e5
+DIST certbot-1.19.0.tar.gz 1338653 BLAKE2B b6ed909da2aed9853cf3dc6b936c513f33a127548ee30ac45a32a682141c5e4e79401ea328b7caf4e28d1d85aa2a9831e93deaa26c93216708a33be465dc8387 SHA512 2c1beb8c06299b9003fafd970cd3e977db85c4e84f1bf710166b7a99035b5c43a2a222d8d51513ac595255dd8eda02a1fb834c01ce68921927715c880052536e
similarity index 82%
rename from app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.14.0.ebuild
rename to app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.19.0.ebuild
index 2b37dd89012db39a505f3f4f6940d976ca2fbfd7..3d2e7abd2fac1ecd347525fdce3a2c85414293b9 100644 (file)
@@ -9,7 +9,7 @@ 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 -> ${P}.tar.gz"
+SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
 S=${WORKDIR}/certbot-${PV}/${PN}
 
 LICENSE="Apache-2.0"
@@ -17,10 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-       app-crypt/acme[${PYTHON_USEDEP}]
-       app-crypt/certbot[${PYTHON_USEDEP}]
+       >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+       >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
        dev-python/cloudflare[${PYTHON_USEDEP}]
-       dev-python/zope-interface[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest