Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-digitalocean/
Date: Wed, 09 Feb 2022 13:12:48
Message-Id: 1644412325.bde75969062f33643f91d2fb140a8c3695954a48.cybertailor@gentoo
1 commit: bde75969062f33643f91d2fb140a8c3695954a48
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Feb 9 04:38:41 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Feb 9 13:12:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bde75969
7
8 app-crypt/certbot-dns-digitalocean: drop 1.21.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-crypt/certbot-dns-digitalocean/Manifest | 1 -
13 .../certbot-dns-digitalocean-1.21.0.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-crypt/certbot-dns-digitalocean/Manifest b/app-crypt/certbot-dns-digitalocean/Manifest
17 index a2dbbdffd..dd8b99714 100644
18 --- a/app-crypt/certbot-dns-digitalocean/Manifest
19 +++ b/app-crypt/certbot-dns-digitalocean/Manifest
20 @@ -1,2 +1 @@
21 -DIST certbot-dns-digitalocean-1.21.0.tar.gz 1343180 BLAKE2B 79bbaafe96bca4cee9aabb39f4e9f1f12be4d2e1d9c1b156966061606ac3b07e5d80c5053baa03698e5513477076ca8f604aff43f77ee7f45d70d4b88429a875 SHA512 11ea781c5113cf68e3a76cafc2cf38d5ebc9cdb2f40a79eae0cdeac5d40f8dac05a4c71a269d5a6ff78027a1db0676195a8413e28a87d00aaf1602f6f2ce5b5e
22 DIST certbot-dns-digitalocean-1.22.0.tar.gz 1352714 BLAKE2B 213dc08d3a88e0d20d6324c026a47eb96b9e45fbde41f79e37c2e62c655d7c6df01292e110d2e78ea085dfc62ef3c7b623279224029c9ae2a59e69c5c00054a5 SHA512 9a7a0d11e9fd5bd59b526a2cc5d0029b972e34a2bf41035c2d8ab535b93fc6d985ee8ea3dd5e50a7f4af80450135b739d1297245ad21b47b8362cddb03738932
23
24 diff --git a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.21.0.ebuild b/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.21.0.ebuild
25 deleted file mode 100644
26 index 45db6e217..000000000
27 --- a/app-crypt/certbot-dns-digitalocean/certbot-dns-digitalocean-1.21.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -DISTUTILS_USE_SETUPTOOLS=rdepend
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Digitalocean DNS Authenticator plugin for Certbot (Let's Encrypt Client)"
41 -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
42 -SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -S=${WORKDIR}/certbot-${PV}/${PN}
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - ~app-crypt/certbot-1.21.0[${PYTHON_USEDEP}]
52 - >=dev-python/digitalocean-1.11-r0[${PYTHON_USEDEP}]
53 - dev-python/zope-interface[${PYTHON_USEDEP}]
54 -"