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, 08 Sep 2018 08:27:04
Message-Id: 1536395212.4113523b8904167f383c6fb0ecc854ea556e4cfe.mgorny@gentoo
1 commit: 4113523b8904167f383c6fb0ecc854ea556e4cfe
2 Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
3 AuthorDate: Tue Aug 21 11:24:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 8 08:26:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4113523b
7
8 net-dns/knot: remove olds
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Closes: https://github.com/gentoo/gentoo/pull/9572
12
13 net-dns/knot/Manifest | 3 --
14 net-dns/knot/knot-2.5.7.ebuild | 102 ----------------------------------------
15 net-dns/knot/knot-2.6.6.ebuild | 103 -----------------------------------------
16 net-dns/knot/knot-2.6.8.ebuild | 103 -----------------------------------------
17 4 files changed, 311 deletions(-)
18
19 diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest
20 index f7f927046c9..13cc7888076 100644
21 --- a/net-dns/knot/Manifest
22 +++ b/net-dns/knot/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST knot-2.5.7.tar.xz 1084656 BLAKE2B c2d583625a19f6a61248b3b42cdf14f5bb2bdbafdb20be6b0813744095a4016a4be2eb5e2dfaff0628238c60153480175a86706db0b88569d76156f86ba33968 SHA512 96e375f556309bb89cea982dda169cef70c23d03c48282110e47a44849c1102cd37d98aa7650781b399f5d932b724b8a935f0b9e55e4920465ae7b74a0d1d55a
25 -DIST knot-2.6.6.tar.xz 1120340 BLAKE2B 374d9b78f2ef2143d1221fced29184a52ee3773abd7cb08b6b48910f6ffc0f7c4f07c00d17d28344c93d71a709363bdf855d20587f87da622153c44d08d85fd8 SHA512 bd7a36decc74041f12971045cd69b8cc9e7ecce68f8d2b4cddc9b5f23ee96e8ed290d98fe9e6c441d6727ad4395bea615cbd9ec19cc641abce19ef8da6371972
26 -DIST knot-2.6.8.tar.xz 1121740 BLAKE2B 2da7e20630fec53952c6892ee4002afeee0c36ef5cb271346caf1760389abaacac7f11dd0b24950ff5eedca40564ccf70c25b5c8548564bdd61c78a1bd9cf93e SHA512 3300985bd4fbf88b58fbb5ba06bdd3dcbe7a50885baa89f9db47811c071a93994a2b17a0dbd27d185feade056ed5d65eef712eedb26de5a4101da363a7c24967
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
30 diff --git a/net-dns/knot/knot-2.5.7.ebuild b/net-dns/knot/knot-2.5.7.ebuild
31 deleted file mode 100644
32 index 2c5988f9114..00000000000
33 --- a/net-dns/knot/knot-2.5.7.ebuild
34 +++ /dev/null
35 @@ -1,102 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit systemd user
42 -
43 -DESCRIPTION="High-performance authoritative-only DNS server"
44 -HOMEPAGE="https://www.knot-dns.cz/"
45 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -KNOT_MODULES=(
52 - "+dnsproxy"
53 - "dnstap"
54 - "+noudp"
55 - "+onlinesign"
56 - "rosedb"
57 - "+rrl"
58 - "+stats"
59 - "+synthrecord"
60 - "+whoami"
61 -)
62 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
63 -
64 -RDEPEND="
65 - >=dev-db/lmdb-0.9.15
66 - dev-libs/libedit
67 - >=dev-libs/userspace-rcu-0.5.4
68 - dev-python/lmdb
69 - >=net-libs/gnutls-3.3:=
70 - caps? ( >=sys-libs/libcap-ng-0.6.4 )
71 - dnstap? (
72 - dev-libs/fstrm
73 - dev-libs/protobuf-c
74 - )
75 - idn? (
76 - !libidn2? ( net-dns/libidn )
77 - libidn2? ( >=net-dns/libidn2-2.0.0 )
78 - )
79 - systemd? ( >=sys-apps/systemd-229 )
80 -"
81 -DEPEND="${RDEPEND}
82 - virtual/pkgconfig
83 - doc? ( dev-python/sphinx )
84 -"
85 -
86 -S="${WORKDIR}/${P/_/-}"
87 -
88 -src_configure() {
89 - local u
90 - local my_conf=()
91 - for u in "${KNOT_MODULES[@]#+}"; do
92 - my_conf+=("$(use_with $u module-$u)")
93 - done
94 -
95 - econf \
96 - --with-storage="${EPREFIX}/var/lib/${PN}" \
97 - --with-rundir="${EPREFIX}/var/run/${PN}" \
98 - $(use_enable fastparser) \
99 - $(use_enable dnstap) \
100 - $(use_enable doc documentation) \
101 - $(use_enable utils utilities) \
102 - --enable-systemd=$(usex systemd) \
103 - $(use_with idn libidn) \
104 - "${my_conf[@]}"
105 -}
106 -
107 -src_compile() {
108 - default
109 -
110 - if use doc; then
111 - emake -C doc html
112 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
113 - fi
114 -}
115 -
116 -src_test() {
117 - emake check
118 -}
119 -
120 -src_install() {
121 - default
122 -
123 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
124 - keepdir /var/lib/${PN}
125 -
126 - newinitd "${FILESDIR}/knot.init" knot
127 - if use systemd; then
128 - systemd_newunit "${FILESDIR}/knot-1.service" knot
129 - fi
130 -
131 - find "${D}" -name '*.la' -delete || die
132 -}
133 -
134 -pkg_postinst() {
135 - enewgroup knot 53
136 - enewuser knot 53 -1 /var/lib/knot knot
137 -}
138
139 diff --git a/net-dns/knot/knot-2.6.6.ebuild b/net-dns/knot/knot-2.6.6.ebuild
140 deleted file mode 100644
141 index 2c624d4be58..00000000000
142 --- a/net-dns/knot/knot-2.6.6.ebuild
143 +++ /dev/null
144 @@ -1,103 +0,0 @@
145 -# Copyright 1999-2018 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=6
149 -
150 -inherit systemd user
151 -
152 -DESCRIPTION="High-performance authoritative-only DNS server"
153 -HOMEPAGE="https://www.knot-dns.cz/"
154 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
155 -
156 -LICENSE="GPL-3"
157 -SLOT="0"
158 -KEYWORDS="~amd64 ~x86"
159 -
160 -KNOT_MODULES=(
161 - "+dnsproxy"
162 - "dnstap"
163 - "+noudp"
164 - "+onlinesign"
165 - "rosedb"
166 - "+rrl"
167 - "+stats"
168 - "+synthrecord"
169 - "+whoami"
170 -)
171 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
172 -
173 -RDEPEND="
174 - dev-db/lmdb
175 - dev-libs/libedit
176 - dev-libs/userspace-rcu
177 - dev-python/lmdb
178 - net-libs/gnutls
179 - caps? ( sys-libs/libcap-ng )
180 - dnstap? (
181 - dev-libs/fstrm
182 - dev-libs/protobuf-c
183 - )
184 - idn? (
185 - !libidn2? ( net-dns/libidn )
186 - libidn2? ( net-dns/libidn2 )
187 - )
188 - systemd? ( sys-apps/systemd )
189 -"
190 -DEPEND="${RDEPEND}
191 - virtual/pkgconfig
192 - doc? ( dev-python/sphinx )
193 -"
194 -
195 -S="${WORKDIR}/${P/_/-}"
196 -
197 -src_configure() {
198 - local u
199 - local my_conf=(
200 - --with-storage="${EPREFIX}/var/lib/${PN}"
201 - --with-rundir="${EPREFIX}/var/run/${PN}"
202 - $(use_enable fastparser)
203 - $(use_enable dnstap)
204 - $(use_enable doc documentation)
205 - $(use_enable utils utilities)
206 - --enable-systemd=$(usex systemd)
207 - $(use_with idn libidn)
208 - )
209 -
210 - for u in "${KNOT_MODULES[@]#+}"; do
211 - my_conf+=("$(use_with ${u} module-${u})")
212 - done
213 -
214 - econf "${my_conf[@]}"
215 -}
216 -
217 -src_compile() {
218 - default
219 -
220 - if use doc; then
221 - emake -C doc html
222 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
223 - fi
224 -}
225 -
226 -src_test() {
227 - emake check
228 -}
229 -
230 -src_install() {
231 - default
232 -
233 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
234 - keepdir /var/lib/${PN}
235 -
236 - newinitd "${FILESDIR}/knot.init" knot
237 - if use systemd; then
238 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
239 - fi
240 -
241 - find "${D}" -name '*.la' -delete || die
242 -}
243 -
244 -pkg_postinst() {
245 - enewgroup knot 53
246 - enewuser knot 53 -1 /var/lib/knot knot
247 -}
248
249 diff --git a/net-dns/knot/knot-2.6.8.ebuild b/net-dns/knot/knot-2.6.8.ebuild
250 deleted file mode 100644
251 index 2c624d4be58..00000000000
252 --- a/net-dns/knot/knot-2.6.8.ebuild
253 +++ /dev/null
254 @@ -1,103 +0,0 @@
255 -# Copyright 1999-2018 Gentoo Foundation
256 -# Distributed under the terms of the GNU General Public License v2
257 -
258 -EAPI=6
259 -
260 -inherit systemd user
261 -
262 -DESCRIPTION="High-performance authoritative-only DNS server"
263 -HOMEPAGE="https://www.knot-dns.cz/"
264 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
265 -
266 -LICENSE="GPL-3"
267 -SLOT="0"
268 -KEYWORDS="~amd64 ~x86"
269 -
270 -KNOT_MODULES=(
271 - "+dnsproxy"
272 - "dnstap"
273 - "+noudp"
274 - "+onlinesign"
275 - "rosedb"
276 - "+rrl"
277 - "+stats"
278 - "+synthrecord"
279 - "+whoami"
280 -)
281 -IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}"
282 -
283 -RDEPEND="
284 - dev-db/lmdb
285 - dev-libs/libedit
286 - dev-libs/userspace-rcu
287 - dev-python/lmdb
288 - net-libs/gnutls
289 - caps? ( sys-libs/libcap-ng )
290 - dnstap? (
291 - dev-libs/fstrm
292 - dev-libs/protobuf-c
293 - )
294 - idn? (
295 - !libidn2? ( net-dns/libidn )
296 - libidn2? ( net-dns/libidn2 )
297 - )
298 - systemd? ( sys-apps/systemd )
299 -"
300 -DEPEND="${RDEPEND}
301 - virtual/pkgconfig
302 - doc? ( dev-python/sphinx )
303 -"
304 -
305 -S="${WORKDIR}/${P/_/-}"
306 -
307 -src_configure() {
308 - local u
309 - local my_conf=(
310 - --with-storage="${EPREFIX}/var/lib/${PN}"
311 - --with-rundir="${EPREFIX}/var/run/${PN}"
312 - $(use_enable fastparser)
313 - $(use_enable dnstap)
314 - $(use_enable doc documentation)
315 - $(use_enable utils utilities)
316 - --enable-systemd=$(usex systemd)
317 - $(use_with idn libidn)
318 - )
319 -
320 - for u in "${KNOT_MODULES[@]#+}"; do
321 - my_conf+=("$(use_with ${u} module-${u})")
322 - done
323 -
324 - econf "${my_conf[@]}"
325 -}
326 -
327 -src_compile() {
328 - default
329 -
330 - if use doc; then
331 - emake -C doc html
332 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
333 - fi
334 -}
335 -
336 -src_test() {
337 - emake check
338 -}
339 -
340 -src_install() {
341 - default
342 -
343 - rmdir "${D}var/run/${PN}" "${D}var/run/" || die
344 - keepdir /var/lib/${PN}
345 -
346 - newinitd "${FILESDIR}/knot.init" knot
347 - if use systemd; then
348 - systemd_newunit "${FILESDIR}/knot-1.service" knot.service
349 - fi
350 -
351 - find "${D}" -name '*.la' -delete || die
352 -}
353 -
354 -pkg_postinst() {
355 - enewgroup knot 53
356 - enewuser knot 53 -1 /var/lib/knot knot
357 -}