Gentoo Archives: gentoo-commits

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