Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/certbot-dns-rfc2136/
Date: Mon, 30 Jan 2023 10:29:39
Message-Id: 1675039288.eec4f8c93583b035e5b17522d864af4664d9fc44.ceamac@gentoo
1 commit: eec4f8c93583b035e5b17522d864af4664d9fc44
2 Author: Thibaud CANALE <thican <AT> thican <DOT> net>
3 AuthorDate: Mon Jan 30 00:41:28 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 00:41:28 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eec4f8c9
7
8 app-crypt/certbot-dns-rfc2136: drop 1.30.0-r2, 1.31.0-r1, 1.32.0
9
10 Signed-off-by: Thibaud CANALE <thican <AT> thican.net>
11
12 app-crypt/certbot-dns-rfc2136/Manifest | 3 -
13 .../certbot-dns-rfc2136-1.30.0-r2.ebuild | 72 ----------------------
14 .../certbot-dns-rfc2136-1.31.0-r1.ebuild | 72 ----------------------
15 .../certbot-dns-rfc2136-1.32.0.ebuild | 72 ----------------------
16 4 files changed, 219 deletions(-)
17
18 diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest
19 deleted file mode 100644
20 index 898d072a0..000000000
21 --- a/app-crypt/certbot-dns-rfc2136/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -DIST certbot-1.30.0.gh.tar.gz 1370072 BLAKE2B c9286bc6dfee59c5a7b458430b08ee273615b42e40d2355b41c5d58a0b8757d83551e947058660e4abda88d7f11c16184a248c313b4d01e145df0e39b717bf86 SHA512 15727a7a38a9cbe4890a347c0cc2a795be19502ece28034400d41cf96a6d4bef197890bd85cd02ecc6a792e3502ae8aa663aad45e980047567f0d3b161cbe3df
25 -DIST certbot-1.31.0.gh.tar.gz 1371459 BLAKE2B 95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051 SHA512 a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052
26 -DIST certbot-1.32.0.gh.tar.gz 1372897 BLAKE2B ce0be11e07186fa5ec71c52bb728161be3326b86214e13951335f460ed19b3fd7a66eaca242cb51767e0c335c02ceba1c964fc39ab79dd7c3dd2b6a383e47732 SHA512 6addbb14e69dd6206749c5659a114bc2421d948b5d01c95cacf389fc9c23a735881f3eb0c2fc18e6729e3fac95bc86b4b6a1575affe28e94b81255d4ec13b242
27
28 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.30.0-r2.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.30.0-r2.ebuild
29 deleted file mode 100644
30 index 572a0e981..000000000
31 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.30.0-r2.ebuild
32 +++ /dev/null
33 @@ -1,72 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -DISTUTILS_USE_PEP517=setuptools
41 -
42 -inherit distutils-r1
43 -
44 -PARENT_PN="${PN%-dns-rfc2136}"
45 -PARENT_P="${PARENT_PN}-${PV}"
46 -
47 -if [[ "${PV}" == *9999 ]]; then
48 - inherit git-r3
49 -
50 - EGIT_REPO_URI="https://github.com/certbot/certbot.git"
51 - EGIT_SUBMODULES=()
52 - EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
53 -else
54 - SRC_URI="
55 - https://github.com/certbot/certbot/archive/v${PV}.tar.gz
56 - -> ${PARENT_P}.gh.tar.gz
57 - "
58 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
59 -fi
60 -
61 -DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
62 -HOMEPAGE="
63 - https://letsencrypt.org/
64 -"
65 -
66 -LICENSE="Apache-2.0"
67 -SLOT="0"
68 -
69 -S="${WORKDIR}/${PARENT_P}/${PN}"
70 -
71 -BDEPEND="
72 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
73 -"
74 -
75 -RDEPEND="
76 - ${PYTHON_DEPS}
77 - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
78 - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
79 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
80 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
81 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
82 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
83 -"
84 -
85 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
86 -distutils_enable_tests pytest
87 -
88 -# Same than PATCHES but from repository's root directory,
89 -# please see function `python_prepare_all` below.
90 -# Simplier for users IMHO.
91 -PARENT_PATCHES=(
92 -)
93 -
94 -# Here for patches within "${PN}" subdirectory.
95 -PATCHES=(
96 -)
97 -
98 -python_prepare_all() {
99 - pushd "${WORKDIR}/${PARENT_P}" > /dev/null || die
100 - [[ -n "${PARENT_PATCHES[@]}" ]] && eapply "${PARENT_PATCHES[@]}"
101 - eapply_user
102 - popd > /dev/null || die
103 -
104 - distutils-r1_python_prepare_all
105 -}
106
107 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.31.0-r1.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.31.0-r1.ebuild
108 deleted file mode 100644
109 index 572a0e981..000000000
110 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.31.0-r1.ebuild
111 +++ /dev/null
112 @@ -1,72 +0,0 @@
113 -# Copyright 1999-2022 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=8
117 -
118 -PYTHON_COMPAT=( python3_{8..10} )
119 -DISTUTILS_USE_PEP517=setuptools
120 -
121 -inherit distutils-r1
122 -
123 -PARENT_PN="${PN%-dns-rfc2136}"
124 -PARENT_P="${PARENT_PN}-${PV}"
125 -
126 -if [[ "${PV}" == *9999 ]]; then
127 - inherit git-r3
128 -
129 - EGIT_REPO_URI="https://github.com/certbot/certbot.git"
130 - EGIT_SUBMODULES=()
131 - EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
132 -else
133 - SRC_URI="
134 - https://github.com/certbot/certbot/archive/v${PV}.tar.gz
135 - -> ${PARENT_P}.gh.tar.gz
136 - "
137 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
138 -fi
139 -
140 -DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
141 -HOMEPAGE="
142 - https://letsencrypt.org/
143 -"
144 -
145 -LICENSE="Apache-2.0"
146 -SLOT="0"
147 -
148 -S="${WORKDIR}/${PARENT_P}/${PN}"
149 -
150 -BDEPEND="
151 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
152 -"
153 -
154 -RDEPEND="
155 - ${PYTHON_DEPS}
156 - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
157 - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
158 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
159 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
160 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
161 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
162 -"
163 -
164 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
165 -distutils_enable_tests pytest
166 -
167 -# Same than PATCHES but from repository's root directory,
168 -# please see function `python_prepare_all` below.
169 -# Simplier for users IMHO.
170 -PARENT_PATCHES=(
171 -)
172 -
173 -# Here for patches within "${PN}" subdirectory.
174 -PATCHES=(
175 -)
176 -
177 -python_prepare_all() {
178 - pushd "${WORKDIR}/${PARENT_P}" > /dev/null || die
179 - [[ -n "${PARENT_PATCHES[@]}" ]] && eapply "${PARENT_PATCHES[@]}"
180 - eapply_user
181 - popd > /dev/null || die
182 -
183 - distutils-r1_python_prepare_all
184 -}
185
186 diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.32.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.32.0.ebuild
187 deleted file mode 100644
188 index 572a0e981..000000000
189 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.32.0.ebuild
190 +++ /dev/null
191 @@ -1,72 +0,0 @@
192 -# Copyright 1999-2022 Gentoo Authors
193 -# Distributed under the terms of the GNU General Public License v2
194 -
195 -EAPI=8
196 -
197 -PYTHON_COMPAT=( python3_{8..10} )
198 -DISTUTILS_USE_PEP517=setuptools
199 -
200 -inherit distutils-r1
201 -
202 -PARENT_PN="${PN%-dns-rfc2136}"
203 -PARENT_P="${PARENT_PN}-${PV}"
204 -
205 -if [[ "${PV}" == *9999 ]]; then
206 - inherit git-r3
207 -
208 - EGIT_REPO_URI="https://github.com/certbot/certbot.git"
209 - EGIT_SUBMODULES=()
210 - EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
211 -else
212 - SRC_URI="
213 - https://github.com/certbot/certbot/archive/v${PV}.tar.gz
214 - -> ${PARENT_P}.gh.tar.gz
215 - "
216 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
217 -fi
218 -
219 -DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
220 -HOMEPAGE="
221 - https://letsencrypt.org/
222 -"
223 -
224 -LICENSE="Apache-2.0"
225 -SLOT="0"
226 -
227 -S="${WORKDIR}/${PARENT_P}/${PN}"
228 -
229 -BDEPEND="
230 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
231 -"
232 -
233 -RDEPEND="
234 - ${PYTHON_DEPS}
235 - >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
236 - >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
237 - >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
238 - >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
239 - >=dev-python/zope-interface-5.4.0[${PYTHON_USEDEP}]
240 - >=dev-python/dnspython-2.2.0[${PYTHON_USEDEP}]
241 -"
242 -
243 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
244 -distutils_enable_tests pytest
245 -
246 -# Same than PATCHES but from repository's root directory,
247 -# please see function `python_prepare_all` below.
248 -# Simplier for users IMHO.
249 -PARENT_PATCHES=(
250 -)
251 -
252 -# Here for patches within "${PN}" subdirectory.
253 -PATCHES=(
254 -)
255 -
256 -python_prepare_all() {
257 - pushd "${WORKDIR}/${PARENT_P}" > /dev/null || die
258 - [[ -n "${PARENT_PATCHES[@]}" ]] && eapply "${PARENT_PATCHES[@]}"
259 - eapply_user
260 - popd > /dev/null || die
261 -
262 - distutils-r1_python_prepare_all
263 -}