Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/
Date: Sat, 20 Apr 2019 23:24:45
Message-Id: 1555682944.3c493e70a5890901b996dcec842e046d044ea0f2.mgorny@gentoo
1 commit: 3c493e70a5890901b996dcec842e046d044ea0f2
2 Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
3 AuthorDate: Tue Mar 19 16:04:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 14:09:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c493e70
7
8 net-dns/knot: remove olds
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.11
11 Closes: https://github.com/gentoo/gentoo/pull/10944
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-dns/knot/Manifest | 4 --
15 net-dns/knot/knot-2.6.9.ebuild | 103 ---------------------------------------
16 net-dns/knot/knot-2.7.2.ebuild | 105 ----------------------------------------
17 net-dns/knot/knot-2.7.3.ebuild | 106 -----------------------------------------
18 net-dns/knot/knot-2.7.4.ebuild | 106 -----------------------------------------
19 net-dns/knot/metadata.xml | 4 --
20 6 files changed, 428 deletions(-)
21
22 diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest
23 index 526c3c4c490..c4c7313c1d5 100644
24 --- a/net-dns/knot/Manifest
25 +++ b/net-dns/knot/Manifest
26 @@ -1,6 +1,2 @@
27 -DIST knot-2.6.9.tar.xz 1126872 BLAKE2B c15b7e61ccad5417ce53f3d3895014931a2825835958735bdd9459634d9d9f39d6bb3681036772e6a510570a7f6a8afc8b0de5e77e67778831dc6415378889fe SHA512 80fcbef17c3e6685c09eb57e59001a5f298a083c18ce077dc2f2d1fadbe7c36e543c205c0820bc7971a8ed7547897aec408f51e1a9555a50dae82d047fac471b
28 -DIST knot-2.7.2.tar.xz 1148880 BLAKE2B bf3042d762d2b66f47dbd27a1c9ecd03d111259c7db82254c1175e660497fd8343c3f1cf1cc14e6068cb3d3618931b659888a7b97d7d6e4ba9d0e74c00540e31 SHA512 e09f8a38e975ff4f90db59db9ae8a6baaca9b0cbc9c2ecd37225febfe718b7c2038ae45481ed830dc66f2b70d8312266e2dc7cb54a0aa0fdc02c87ca42bac96d
29 -DIST knot-2.7.3.tar.xz 1146456 BLAKE2B d584db01b2354c259cf5e5cdfeb2dff677b04e76b68156a2c672fffe95ee8c6516f82b8e199d8ec8cacfcd93f15b370a25172826460b82c5964f38207c9818f2 SHA512 ba735eb06d99f8cb41619f44413f6450178ab249ef9ff282bae36e8e965cb421f082852bbf0ae5814e3e3148f27431fc1f2b4ed30e21bfd0cbea1be189bdadfd
30 -DIST knot-2.7.4.tar.xz 1148652 BLAKE2B 081a23a0429b4fec1feebbe417bc95fe24d11404a2a6b9e4e71d89f99bc9cf2a5ed2bdc3a0fd2727cc4d45629b71faefda179e68c4781f8b21c475a7b1fe8bdd SHA512 e5f60a23817503468b18eaea517c5936945b901f568c56cb1ca67a208cc6206ff103e9ca03f1bf05018d13a688f54580ae816a5d70510f28a98ae31116a3f674
31 DIST knot-2.7.6.tar.xz 1151068 BLAKE2B aba7b9f89d98ddabe5596198b0767b6d88cab2278eda33bea2738bcc2f62bc3b7463ee517488f8d2efa40b11859b3aefaa212999968654e5e5580969a173ec8e SHA512 6b6a727d57337da01e2d44abec7fde4504d112604769b118fe6254b0317f149ed4e9fab321a04517eccedb08e409818d1817fc1136c27d1fd351538e6816022a
32 DIST knot-2.8.0.tar.xz 1168900 BLAKE2B e6d54709ce0bbc5411918de337fd2eb1cb939bbaf1b0dec149b169c2a93c6c0f4719028e35ff9a07d940d5e30470a4661e847a83c73ba0baaf89a520d8ee4fc3 SHA512 0cf2840d908bbab3197bff82d37e4a754204a3b79efa7e982719bc19028519d3ff0b2177780dada54e1b070f5f7aa28dab7bbfcc2d2ea086817f3a29b746228e
33
34 diff --git a/net-dns/knot/knot-2.6.9.ebuild b/net-dns/knot/knot-2.6.9.ebuild
35 deleted file mode 100644
36 index a99e9462b6a..00000000000
37 --- a/net-dns/knot/knot-2.6.9.ebuild
38 +++ /dev/null
39 @@ -1,103 +0,0 @@
40 -# Copyright 1999-2018 Gentoo Authors
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=6
44 -
45 -inherit systemd user
46 -
47 -DESCRIPTION="High-performance authoritative-only DNS server"
48 -HOMEPAGE="https://www.knot-dns.cz/"
49 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -KNOT_MODULES=(
56 - "+dnsproxy"
57 - "dnstap"
58 - "+noudp"
59 - "+onlinesign"
60 - "rosedb"
61 - "+rrl"
62 - "+stats"
63 - "+synthrecord"
64 - "+whoami"
65 -)
66 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
67 -
68 -RDEPEND="
69 - dev-db/lmdb
70 - dev-libs/libedit
71 - dev-libs/userspace-rcu:=
72 - dev-python/lmdb
73 - net-libs/gnutls
74 - caps? ( sys-libs/libcap-ng )
75 - dnstap? (
76 - dev-libs/fstrm
77 - dev-libs/protobuf-c
78 - )
79 - idn? (
80 - !libidn2? ( net-dns/libidn:* )
81 - libidn2? ( net-dns/libidn2 )
82 - )
83 - systemd? ( sys-apps/systemd )
84 -"
85 -DEPEND="${RDEPEND}
86 - virtual/pkgconfig
87 - doc? ( dev-python/sphinx )
88 -"
89 -
90 -S="${WORKDIR}/${P/_/-}"
91 -
92 -src_configure() {
93 - local u
94 - local my_conf=(
95 - --with-storage="${EPREFIX}/var/lib/${PN}"
96 - --with-rundir="${EPREFIX}/var/run/${PN}"
97 - $(use_enable fastparser)
98 - $(use_enable dnstap)
99 - $(use_enable doc documentation)
100 - $(use_enable utils utilities)
101 - --enable-systemd=$(usex systemd)
102 - $(use_with idn libidn)
103 - )
104 -
105 - for u in "${KNOT_MODULES[@]#+}"; do
106 - my_conf+=("$(use_with ${u} module-${u})")
107 - done
108 -
109 - econf "${my_conf[@]}"
110 -}
111 -
112 -src_compile() {
113 - default
114 -
115 - if use doc; then
116 - emake -C doc html
117 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
118 - fi
119 -}
120 -
121 -src_test() {
122 - emake check
123 -}
124 -
125 -src_install() {
126 - default
127 -
128 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
129 - keepdir /var/lib/${PN}
130 -
131 - newinitd "${FILESDIR}/knot.init" knot
132 - if use systemd; then
133 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
134 - fi
135 -
136 - find "${D}" -name '*.la' -delete || die
137 -}
138 -
139 -pkg_postinst() {
140 - enewgroup knot 53
141 - enewuser knot 53 -1 /var/lib/knot knot
142 -}
143
144 diff --git a/net-dns/knot/knot-2.7.2.ebuild b/net-dns/knot/knot-2.7.2.ebuild
145 deleted file mode 100644
146 index 1312f7835d7..00000000000
147 --- a/net-dns/knot/knot-2.7.2.ebuild
148 +++ /dev/null
149 @@ -1,105 +0,0 @@
150 -# Copyright 1999-2018 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=6
154 -
155 -inherit systemd user
156 -
157 -DESCRIPTION="High-performance authoritative-only DNS server"
158 -HOMEPAGE="https://www.knot-dns.cz/"
159 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
160 -
161 -LICENSE="GPL-3"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~x86"
164 -
165 -KNOT_MODULES=(
166 - "+cookies"
167 - "+dnsproxy"
168 - "dnstap"
169 - "geoip"
170 - "+noudp"
171 - "+onlinesign"
172 - "+rrl"
173 - "+stats"
174 - "+synthrecord"
175 - "+whoami"
176 -)
177 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
178 -
179 -RDEPEND="
180 - dev-db/lmdb
181 - dev-libs/libedit
182 - dev-libs/userspace-rcu:=
183 - dev-python/lmdb
184 - net-libs/gnutls
185 - caps? ( sys-libs/libcap-ng )
186 - dnstap? (
187 - dev-libs/fstrm
188 - dev-libs/protobuf-c
189 - )
190 - geoip? ( dev-libs/libmaxminddb )
191 - idn? (
192 - !libidn2? ( net-dns/libidn:* )
193 - libidn2? ( net-dns/libidn2 )
194 - )
195 - systemd? ( sys-apps/systemd )
196 -"
197 -DEPEND="${RDEPEND}
198 - virtual/pkgconfig
199 - doc? ( dev-python/sphinx )
200 -"
201 -
202 -S="${WORKDIR}/${P/_/-}"
203 -
204 -src_configure() {
205 - local u
206 - local my_conf=(
207 - --with-storage="${EPREFIX}/var/lib/${PN}"
208 - --with-rundir="${EPREFIX}/var/run/${PN}"
209 - $(use_enable fastparser)
210 - $(use_enable dnstap)
211 - $(use_enable doc documentation)
212 - $(use_enable utils utilities)
213 - --enable-systemd=$(usex systemd)
214 - $(use_with idn libidn)
215 - )
216 -
217 - for u in "${KNOT_MODULES[@]#+}"; do
218 - my_conf+=("$(use_with ${u} module-${u})")
219 - done
220 -
221 - econf "${my_conf[@]}"
222 -}
223 -
224 -src_compile() {
225 - default
226 -
227 - if use doc; then
228 - emake -C doc html
229 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
230 - fi
231 -}
232 -
233 -src_test() {
234 - emake check
235 -}
236 -
237 -src_install() {
238 - default
239 -
240 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
241 - keepdir /var/lib/${PN}
242 -
243 - newinitd "${FILESDIR}/knot.init" knot
244 - if use systemd; then
245 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
246 - fi
247 -
248 - find "${D}" -name '*.la' -delete || die
249 -}
250 -
251 -pkg_postinst() {
252 - enewgroup knot 53
253 - enewuser knot 53 -1 /var/lib/knot knot
254 -}
255
256 diff --git a/net-dns/knot/knot-2.7.3.ebuild b/net-dns/knot/knot-2.7.3.ebuild
257 deleted file mode 100644
258 index 1c1b445d8cc..00000000000
259 --- a/net-dns/knot/knot-2.7.3.ebuild
260 +++ /dev/null
261 @@ -1,106 +0,0 @@
262 -# Copyright 1999-2018 Gentoo Authors
263 -# Distributed under the terms of the GNU General Public License v2
264 -
265 -EAPI=6
266 -
267 -inherit systemd user
268 -
269 -DESCRIPTION="High-performance authoritative-only DNS server"
270 -HOMEPAGE="https://www.knot-dns.cz/"
271 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
272 -
273 -LICENSE="GPL-3"
274 -SLOT="0"
275 -KEYWORDS="~amd64 ~x86"
276 -
277 -KNOT_MODULES=(
278 - "+cookies"
279 - "+dnsproxy"
280 - "dnstap"
281 - "geoip"
282 - "+noudp"
283 - "+onlinesign"
284 - "+queryacl"
285 - "+rrl"
286 - "+stats"
287 - "+synthrecord"
288 - "+whoami"
289 -)
290 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
291 -
292 -RDEPEND="
293 - dev-db/lmdb
294 - dev-libs/libedit
295 - dev-libs/userspace-rcu:=
296 - dev-python/lmdb
297 - net-libs/gnutls
298 - caps? ( sys-libs/libcap-ng )
299 - dnstap? (
300 - dev-libs/fstrm
301 - dev-libs/protobuf-c
302 - )
303 - geoip? ( dev-libs/libmaxminddb )
304 - idn? (
305 - !libidn2? ( net-dns/libidn:* )
306 - libidn2? ( net-dns/libidn2 )
307 - )
308 - systemd? ( sys-apps/systemd )
309 -"
310 -DEPEND="${RDEPEND}
311 - virtual/pkgconfig
312 - doc? ( dev-python/sphinx )
313 -"
314 -
315 -S="${WORKDIR}/${P/_/-}"
316 -
317 -src_configure() {
318 - local u
319 - local my_conf=(
320 - --with-storage="${EPREFIX}/var/lib/${PN}"
321 - --with-rundir="${EPREFIX}/var/run/${PN}"
322 - $(use_enable fastparser)
323 - $(use_enable dnstap)
324 - $(use_enable doc documentation)
325 - $(use_enable utils utilities)
326 - --enable-systemd=$(usex systemd)
327 - $(use_with idn libidn)
328 - )
329 -
330 - for u in "${KNOT_MODULES[@]#+}"; do
331 - my_conf+=("$(use_with ${u} module-${u})")
332 - done
333 -
334 - econf "${my_conf[@]}"
335 -}
336 -
337 -src_compile() {
338 - default
339 -
340 - if use doc; then
341 - emake -C doc html
342 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
343 - fi
344 -}
345 -
346 -src_test() {
347 - emake check
348 -}
349 -
350 -src_install() {
351 - default
352 -
353 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
354 - keepdir /var/lib/${PN}
355 -
356 - newinitd "${FILESDIR}/knot.init" knot
357 - if use systemd; then
358 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
359 - fi
360 -
361 - find "${D}" -name '*.la' -delete || die
362 -}
363 -
364 -pkg_postinst() {
365 - enewgroup knot 53
366 - enewuser knot 53 -1 /var/lib/knot knot
367 -}
368
369 diff --git a/net-dns/knot/knot-2.7.4.ebuild b/net-dns/knot/knot-2.7.4.ebuild
370 deleted file mode 100644
371 index ce8659e1fd1..00000000000
372 --- a/net-dns/knot/knot-2.7.4.ebuild
373 +++ /dev/null
374 @@ -1,106 +0,0 @@
375 -# Copyright 1999-2018 Gentoo Authors
376 -# Distributed under the terms of the GNU General Public License v2
377 -
378 -EAPI=7
379 -
380 -inherit systemd user
381 -
382 -DESCRIPTION="High-performance authoritative-only DNS server"
383 -HOMEPAGE="https://www.knot-dns.cz/"
384 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
385 -
386 -LICENSE="GPL-3"
387 -SLOT="0"
388 -KEYWORDS="~amd64 ~x86"
389 -
390 -KNOT_MODULES=(
391 - "+cookies"
392 - "+dnsproxy"
393 - "dnstap"
394 - "geoip"
395 - "+noudp"
396 - "+onlinesign"
397 - "+queryacl"
398 - "+rrl"
399 - "+stats"
400 - "+synthrecord"
401 - "+whoami"
402 -)
403 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
404 -
405 -RDEPEND="
406 - dev-db/lmdb
407 - dev-libs/libedit
408 - dev-libs/userspace-rcu:=
409 - dev-python/lmdb
410 - net-libs/gnutls
411 - caps? ( sys-libs/libcap-ng )
412 - dnstap? (
413 - dev-libs/fstrm
414 - dev-libs/protobuf-c
415 - )
416 - geoip? ( dev-libs/libmaxminddb )
417 - idn? (
418 - !libidn2? ( net-dns/libidn:* )
419 - libidn2? ( net-dns/libidn2 )
420 - )
421 - systemd? ( sys-apps/systemd )
422 -"
423 -BDEPEND="${RDEPEND}
424 - virtual/pkgconfig
425 - doc? ( dev-python/sphinx )
426 -"
427 -
428 -S="${WORKDIR}/${P/_/-}"
429 -
430 -src_configure() {
431 - local u
432 - local my_conf=(
433 - --with-storage="${EPREFIX}/var/lib/${PN}"
434 - --with-rundir="${EPREFIX}/var/run/${PN}"
435 - $(use_enable fastparser)
436 - $(use_enable dnstap)
437 - $(use_enable doc documentation)
438 - $(use_enable utils utilities)
439 - --enable-systemd=$(usex systemd)
440 - $(use_with idn libidn)
441 - )
442 -
443 - for u in "${KNOT_MODULES[@]#+}"; do
444 - my_conf+=("$(use_with ${u} module-${u})")
445 - done
446 -
447 - econf "${my_conf[@]}"
448 -}
449 -
450 -src_compile() {
451 - default
452 -
453 - if use doc; then
454 - emake -C doc html
455 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
456 - fi
457 -}
458 -
459 -src_test() {
460 - emake check
461 -}
462 -
463 -src_install() {
464 - default
465 -
466 - rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
467 - keepdir /var/lib/${PN}
468 -
469 - newinitd "${FILESDIR}/knot.init" knot
470 - if use systemd; then
471 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
472 - fi
473 -
474 - find "${D}" -name '*.la' -delete || die
475 -}
476 -
477 -pkg_postinst() {
478 - enewgroup knot 53
479 - enewuser knot 53 -1 /var/lib/knot knot
480 -}
481
482 diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml
483 index d03b90100dd..d14d98d8318 100644
484 --- a/net-dns/knot/metadata.xml
485 +++ b/net-dns/knot/metadata.xml
486 @@ -42,10 +42,6 @@
487 <flag name="queryacl">
488 Enable the module for query access control
489 </flag>
490 - <flag name="rosedb">
491 - Enable the module that staticaly override certain
492 - responses
493 - </flag>
494 <flag name="rrl">
495 Enable the response rate limiting module
496 </flag>