Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/
Date: Mon, 26 Jun 2017 01:13:46
Message-Id: 1498439617.1a99459a771f21c8be1a738d713c8edfea19e70f.jer@gentoo
1 commit: 1a99459a771f21c8be1a738d713c8edfea19e70f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 01:13:15 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 01:13:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a99459a
7
8 net-dns/knot: Old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-dns/knot/Manifest | 3 --
13 net-dns/knot/knot-2.3.3.ebuild | 78 ------------------------------------------
14 net-dns/knot/knot-2.4.4.ebuild | 76 ----------------------------------------
15 net-dns/knot/knot-2.5.1.ebuild | 75 ----------------------------------------
16 4 files changed, 232 deletions(-)
17
18 diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest
19 index 2381fe895e2..5ee7d7d21e4 100644
20 --- a/net-dns/knot/Manifest
21 +++ b/net-dns/knot/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST knot-2.3.3.tar.xz 1071160 SHA256 a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94 SHA512 ed7b93c2d0ae15819d09a8bf77c2d12505a035dcd7777e9ac453b58c36d302c3cbaa2766e1f6d2163a71234d005494a7d9b5be436c0e16b443de4da97f7a5d9f WHIRLPOOL 4bdf92d537d90e2ad412bb0619a7b4b8f0752c9dc981b3522beece19514f22d88db083e59c0f833d9492b0a1f8d347e008350d108d4c7337c9ee748d007bbde7
24 -DIST knot-2.4.4.tar.xz 1111116 SHA256 9e9e743399f565129fc5f94380912514498817e18dd32ec4f8780d60452e563c SHA512 b35a4d93929a226c768e13ff315a40a5752167ad6470521a3a01f73df91d093a7ee1c864ec2a37609e563c130efa2c6db287bd762edd82e0d9bf8a2854783800 WHIRLPOOL e4b4e7a9e5880c34731818a3a5937f74d78920a15a484c4f3aa5f86b0e9e4c0d4d36ac1ca83556b1265ac1e8f2f4bfed933162a8761e1a87af34d156c40e3fdd
25 DIST knot-2.4.5.tar.xz 1111536 SHA256 87ce8ccc83511c5a1f4eadd3f0122f2f5ae86fb68e9b72f0700c6f5340ba95cb SHA512 db4919dbe2dc688f401e6611d784d47e1d40a0f8ec8c8cd6240d89ab9dd2ce7dd1976ac7cb24c712ed8aa074e0026ff0a10e9d6d5e685929d271ae554d9a1cff WHIRLPOOL cdfdf0bc2591df8436f8ab0959581129cb1a4d86138f6bb75b507d83280c7d567eb794e3b76b8374d4087721de53e4afd7566411b8e51fa2655e9e5462357ef4
26 -DIST knot-2.5.1.tar.xz 1070108 SHA256 6c08cdc0a0182e262136b936a968ad667abce112195d99c27e50ea22afc08398 SHA512 83e65f0d16fc53377a31baedcd2b23f32ec7ac2c7e83728d0df1455935cad980534e27daf1e230bb8cd319728cc340d96d4de5a921220e651a5beabb2a9f9fcb WHIRLPOOL 67c67bc937591ea53a05cf185e815b862b4d39e87fd681057ce5011c55d052cd09ce350667d4ad144e305943acb6da44d802bee344d5d7229cce080182b31dbb
27 DIST knot-2.5.2.tar.xz 1071648 SHA256 286671a4ee35a5207b2e45fd0812962b481b1b543bf3d5df3a8c319c26e2f5e9 SHA512 bc40ec34dfab45daa3e41839ad9bf1590c36240678a7cb6256103f42a95603e24213f7258cf9fa323a26690de482e848270048d624bf4da7f989d9efb6ea2a11 WHIRLPOOL a465ff278d735b227a35733c0f57b5167a77399c678f088d56a620ea5d51198a5d4aab785235476bdcdf14290fbc7550944ea7d8971c66486c1643423bfbe0c3
28
29 diff --git a/net-dns/knot/knot-2.3.3.ebuild b/net-dns/knot/knot-2.3.3.ebuild
30 deleted file mode 100644
31 index c736b849b78..00000000000
32 --- a/net-dns/knot/knot-2.3.3.ebuild
33 +++ /dev/null
34 @@ -1,78 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit bash-completion-r1 eutils systemd user
41 -
42 -DESCRIPTION="High-performance authoritative-only DNS server"
43 -HOMEPAGE="http://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 -IUSE="debug dnstap doc caps +fastparser idn systemd"
50 -
51 -RDEPEND="
52 - >=net-libs/gnutls-3.3:=
53 - >=dev-libs/jansson-2.3
54 - >=dev-db/lmdb-0.9.15
55 - >=dev-libs/userspace-rcu-0.5.4
56 - caps? ( >=sys-libs/libcap-ng-0.6.4 )
57 - dnstap? (
58 - dev-libs/fstrm
59 - dev-libs/protobuf-c
60 - )
61 - idn? ( net-dns/libidn )
62 - dev-libs/libedit
63 - systemd? ( sys-apps/systemd )
64 -"
65 -DEPEND="${RDEPEND}
66 - virtual/pkgconfig
67 - doc? ( dev-python/sphinx )
68 -"
69 -
70 -S="${WORKDIR}/${P/_/-}"
71 -
72 -src_configure() {
73 - econf \
74 - --with-storage="${EPREFIX}/var/lib/${PN}" \
75 - --with-rundir="${EPREFIX}/var/run/${PN}" \
76 - --with-lmdb \
77 - --with-bash-completions="$(get_bashcompdir)" \
78 - $(use_enable fastparser) \
79 - $(use_enable debug debug server,zones,ns,loader,dnssec) \
80 - $(use_enable debug debuglevel details) \
81 - $(use_enable dnstap) \
82 - $(use_enable doc documentation) \
83 - $(use_with idn libidn) \
84 - --enable-systemd=$(usex systemd)
85 -}
86 -
87 -src_compile() {
88 - default
89 -
90 - if use doc; then
91 - emake -C doc html
92 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
93 - fi
94 -}
95 -
96 -src_test() {
97 - emake check
98 -}
99 -
100 -src_install() {
101 - default
102 -
103 - keepdir /var/lib/${PN}
104 -
105 - newinitd "${FILESDIR}/knot.init" knot
106 - systemd_dounit "${FILESDIR}/knot.service"
107 -}
108 -
109 -pkg_postinst() {
110 - enewgroup knot 53
111 - enewuser knot 53 -1 /var/lib/knot knot
112 -}
113
114 diff --git a/net-dns/knot/knot-2.4.4.ebuild b/net-dns/knot/knot-2.4.4.ebuild
115 deleted file mode 100644
116 index ff4d019e322..00000000000
117 --- a/net-dns/knot/knot-2.4.4.ebuild
118 +++ /dev/null
119 @@ -1,76 +0,0 @@
120 -# Copyright 1999-2017 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -inherit bash-completion-r1 eutils systemd user
126 -
127 -DESCRIPTION="High-performance authoritative-only DNS server"
128 -HOMEPAGE="http://www.knot-dns.cz/"
129 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
130 -
131 -LICENSE="GPL-3"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~x86"
134 -IUSE="dnstap doc caps +fastparser idn systemd"
135 -
136 -RDEPEND="
137 - >=net-libs/gnutls-3.3:=
138 - >=dev-libs/jansson-2.3
139 - >=dev-db/lmdb-0.9.15
140 - >=dev-libs/userspace-rcu-0.5.4
141 - caps? ( >=sys-libs/libcap-ng-0.6.4 )
142 - dnstap? (
143 - dev-libs/fstrm
144 - dev-libs/protobuf-c
145 - )
146 - idn? ( net-dns/libidn )
147 - dev-libs/libedit
148 - systemd? ( sys-apps/systemd )
149 -"
150 -DEPEND="${RDEPEND}
151 - virtual/pkgconfig
152 - doc? ( dev-python/sphinx )
153 -"
154 -
155 -S="${WORKDIR}/${P/_/-}"
156 -
157 -src_configure() {
158 - econf \
159 - --with-storage="${EPREFIX}/var/lib/${PN}" \
160 - --with-rundir="${EPREFIX}/var/run/${PN}" \
161 - --with-lmdb \
162 - --with-bash-completions="$(get_bashcompdir)" \
163 - $(use_enable fastparser) \
164 - $(use_enable dnstap) \
165 - $(use_enable doc documentation) \
166 - $(use_with idn libidn) \
167 - --enable-systemd=$(usex systemd)
168 -}
169 -
170 -src_compile() {
171 - default
172 -
173 - if use doc; then
174 - emake -C doc html
175 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
176 - fi
177 -}
178 -
179 -src_test() {
180 - emake check
181 -}
182 -
183 -src_install() {
184 - default
185 -
186 - keepdir /var/lib/${PN}
187 -
188 - newinitd "${FILESDIR}/knot.init" knot
189 - systemd_dounit "${FILESDIR}/knot.service"
190 -}
191 -
192 -pkg_postinst() {
193 - enewgroup knot 53
194 - enewuser knot 53 -1 /var/lib/knot knot
195 -}
196
197 diff --git a/net-dns/knot/knot-2.5.1.ebuild b/net-dns/knot/knot-2.5.1.ebuild
198 deleted file mode 100644
199 index 8d0d70f5201..00000000000
200 --- a/net-dns/knot/knot-2.5.1.ebuild
201 +++ /dev/null
202 @@ -1,75 +0,0 @@
203 -# Copyright 1999-2017 Gentoo Foundation
204 -# Distributed under the terms of the GNU General Public License v2
205 -
206 -EAPI=6
207 -
208 -inherit bash-completion-r1 eutils systemd user
209 -
210 -DESCRIPTION="High-performance authoritative-only DNS server"
211 -HOMEPAGE="http://www.knot-dns.cz/"
212 -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz"
213 -
214 -LICENSE="GPL-3"
215 -SLOT="0"
216 -KEYWORDS="~amd64 ~x86"
217 -IUSE="dnstap doc caps +fastparser idn systemd"
218 -
219 -RDEPEND="
220 - >=net-libs/gnutls-3.3:=
221 - >=dev-db/lmdb-0.9.15
222 - >=dev-libs/userspace-rcu-0.5.4
223 - caps? ( >=sys-libs/libcap-ng-0.6.4 )
224 - dnstap? (
225 - dev-libs/fstrm
226 - dev-libs/protobuf-c
227 - )
228 - idn? ( || ( net-dns/libidn >=net-dns/libidn2-2.0.0 ) )
229 - dev-libs/libedit
230 - systemd? ( sys-apps/systemd )
231 -"
232 -DEPEND="${RDEPEND}
233 - virtual/pkgconfig
234 - doc? ( dev-python/sphinx )
235 -"
236 -
237 -S="${WORKDIR}/${P/_/-}"
238 -
239 -src_configure() {
240 - econf \
241 - --with-storage="${EPREFIX}/var/lib/${PN}" \
242 - --with-rundir="${EPREFIX}/var/run/${PN}" \
243 - --with-lmdb \
244 - --with-bash-completions="$(get_bashcompdir)" \
245 - $(use_enable fastparser) \
246 - $(use_enable dnstap) \
247 - $(use_enable doc documentation) \
248 - $(use_with idn libidn) \
249 - --enable-systemd=$(usex systemd)
250 -}
251 -
252 -src_compile() {
253 - default
254 -
255 - if use doc; then
256 - emake -C doc html
257 - HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} )
258 - fi
259 -}
260 -
261 -src_test() {
262 - emake check
263 -}
264 -
265 -src_install() {
266 - default
267 -
268 - keepdir /var/lib/${PN}
269 -
270 - newinitd "${FILESDIR}/knot.init" knot
271 - systemd_dounit "${FILESDIR}/knot.service"
272 -}
273 -
274 -pkg_postinst() {
275 - enewgroup knot 53
276 - enewuser knot 53 -1 /var/lib/knot knot
277 -}