Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Tue, 18 Sep 2018 19:43:28
Message-Id: 1537299797.66667373a31d584d86158bc826cf6a243f1ca3da.swegener@gentoo
1 commit: 66667373a31d584d86158bc826cf6a243f1ca3da
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 17:29:55 2018 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 19:43:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66667373
7
8 net-dns/pdns-recursor: Cleanup
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 net-dns/pdns-recursor/Manifest | 3 -
14 net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild | 80 ------------------------
15 net-dns/pdns-recursor/pdns-recursor-4.1.2.ebuild | 80 ------------------------
16 net-dns/pdns-recursor/pdns-recursor-4.1.3.ebuild | 80 ------------------------
17 4 files changed, 243 deletions(-)
18
19 diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
20 index d2d4ab1a366..e733ab0e33d 100644
21 --- a/net-dns/pdns-recursor/Manifest
22 +++ b/net-dns/pdns-recursor/Manifest
23 @@ -1,5 +1,2 @@
24 DIST pdns-recursor-4.0.8.tar.bz2 1071831 BLAKE2B d9ab0dada8efa4b05c136650b9a2eab3aec4acab28ffb6da5bb4f627dc085b2c2d046d1f0dac5cf6e7054b47d76b8d7b95f56cc096b613891a4422b77e9abe9d SHA512 9886fccd3042904b7133e03a7b45479c8f2f57ecb33e4a043703b5e84816cd04a331503870e16030c86b353c1e14d9283dba767c1247e46ed6e14b7e0e93a5ef
25 -DIST pdns-recursor-4.1.1.tar.bz2 1224544 BLAKE2B 886353fabed5795696e84c6f70872577ff3832e449c5b88c81fec007777eb39b764091b92c9c8b5dfc7aa0af2fdb305a3ec3578ccaff469e9c305903bcea8089 SHA512 a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45
26 -DIST pdns-recursor-4.1.2.tar.bz2 1219927 BLAKE2B 3db5d383ad75406925c7196ad0b9552c938a60238fa60e4317c5f4037d716d2faf2ac897dac18661df809211129950a2988846a1c7aa1d24f89c5a682448abfc SHA512 eaf28ce424f1367e548cb78c09de9d39154dddd87e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36
27 -DIST pdns-recursor-4.1.3.tar.bz2 1223928 BLAKE2B a4896504768073576d3fa9070e661ea55540321ba3823d62971a4fdd088d6b3394e5a123ad9e071addb6c36d9344296494bac60623f91972bb5f2f0c1d79ebfc SHA512 5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d
28 DIST pdns-recursor-4.1.4.tar.bz2 1224360 BLAKE2B ddfa4f8c6a4534ef41dcb2e5341a9eece84a44a5a77f1f8cdd251a84888d428283a1396de74e9b50239f0663c05fa60fe36b2a4fb44689215518ea390584501e SHA512 1904685dfdcd69d4b85c4c70559d51cc8ef288551ffd8f93a96108c3aca4e46ec3950f93840e4bd39da00c63129033b5a541beb68d1e924d477b5b0abbf1d00c
29
30 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
31 deleted file mode 100644
32 index 7e2d4e9bfdb..00000000000
33 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.1.ebuild
34 +++ /dev/null
35 @@ -1,80 +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 toolchain-funcs flag-o-matic eutils versionator
42 -
43 -DESCRIPTION="The PowerDNS Recursor"
44 -HOMEPAGE="https://www.powerdns.com/"
45 -SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~x86"
50 -IUSE="libressl luajit protobuf snmp sodium systemd"
51 -
52 -DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
53 - luajit? ( dev-lang/luajit:= )
54 - protobuf? (
55 - dev-libs/protobuf
56 - >=dev-libs/boost-1.42:=
57 - )
58 - systemd? ( sys-apps/systemd:0= )
59 - snmp? ( net-analyzer/net-snmp )
60 - sodium? ( dev-libs/libsodium:= )
61 - libressl? ( dev-libs/libressl:= )
62 - !libressl? ( dev-libs/openssl:= )
63 - >=dev-libs/boost-1.35:="
64 -RDEPEND="${DEPEND}
65 - !<net-dns/pdns-2.9.20-r1"
66 -DEPEND="${DEPEND}
67 - virtual/pkgconfig"
68 -
69 -S="${WORKDIR}"/${P/_/-}
70 -
71 -pkg_setup() {
72 - filter-flags -ftree-vectorize
73 -}
74 -
75 -src_configure() {
76 - econf \
77 - --sysconfdir=/etc/powerdns \
78 - $(use_enable systemd) \
79 - $(use_enable sodium libsodium) \
80 - $(use_with !luajit lua) \
81 - $(use_with luajit luajit) \
82 - $(use_with protobuf) \
83 - $(use_with snmp net-snmp)
84 -}
85 -
86 -src_install() {
87 - default
88 -
89 - mv "${D}"/etc/powerdns/recursor.conf{-dist,}
90 -
91 - # set defaults: setuid=nobody, setgid=nobody
92 - sed -i \
93 - -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
94 - -e 's/^# quiet=$/quiet=on/' \
95 - -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
96 - "${D}"/etc/powerdns/recursor.conf
97 -
98 - newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
99 -
100 - keepdir /var/lib/powerdns
101 -}
102 -
103 -pkg_postinst() {
104 - local old
105 -
106 - for old in ${REPLACING_VERSIONS}; do
107 - version_compare ${old} 4.0.0-r1
108 - [[ $? -eq 1 ]] || continue
109 -
110 - ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
111 - ewarn "to pdns-recursor, please update your runlevels accordingly."
112 -
113 - break
114 - done
115 -}
116
117 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.2.ebuild
118 deleted file mode 100644
119 index 7e2d4e9bfdb..00000000000
120 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.2.ebuild
121 +++ /dev/null
122 @@ -1,80 +0,0 @@
123 -# Copyright 1999-2018 Gentoo Foundation
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI="6"
127 -
128 -inherit toolchain-funcs flag-o-matic eutils versionator
129 -
130 -DESCRIPTION="The PowerDNS Recursor"
131 -HOMEPAGE="https://www.powerdns.com/"
132 -SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
133 -
134 -LICENSE="GPL-2"
135 -SLOT="0"
136 -KEYWORDS="~amd64 ~arm ~x86"
137 -IUSE="libressl luajit protobuf snmp sodium systemd"
138 -
139 -DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
140 - luajit? ( dev-lang/luajit:= )
141 - protobuf? (
142 - dev-libs/protobuf
143 - >=dev-libs/boost-1.42:=
144 - )
145 - systemd? ( sys-apps/systemd:0= )
146 - snmp? ( net-analyzer/net-snmp )
147 - sodium? ( dev-libs/libsodium:= )
148 - libressl? ( dev-libs/libressl:= )
149 - !libressl? ( dev-libs/openssl:= )
150 - >=dev-libs/boost-1.35:="
151 -RDEPEND="${DEPEND}
152 - !<net-dns/pdns-2.9.20-r1"
153 -DEPEND="${DEPEND}
154 - virtual/pkgconfig"
155 -
156 -S="${WORKDIR}"/${P/_/-}
157 -
158 -pkg_setup() {
159 - filter-flags -ftree-vectorize
160 -}
161 -
162 -src_configure() {
163 - econf \
164 - --sysconfdir=/etc/powerdns \
165 - $(use_enable systemd) \
166 - $(use_enable sodium libsodium) \
167 - $(use_with !luajit lua) \
168 - $(use_with luajit luajit) \
169 - $(use_with protobuf) \
170 - $(use_with snmp net-snmp)
171 -}
172 -
173 -src_install() {
174 - default
175 -
176 - mv "${D}"/etc/powerdns/recursor.conf{-dist,}
177 -
178 - # set defaults: setuid=nobody, setgid=nobody
179 - sed -i \
180 - -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
181 - -e 's/^# quiet=$/quiet=on/' \
182 - -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
183 - "${D}"/etc/powerdns/recursor.conf
184 -
185 - newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
186 -
187 - keepdir /var/lib/powerdns
188 -}
189 -
190 -pkg_postinst() {
191 - local old
192 -
193 - for old in ${REPLACING_VERSIONS}; do
194 - version_compare ${old} 4.0.0-r1
195 - [[ $? -eq 1 ]] || continue
196 -
197 - ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
198 - ewarn "to pdns-recursor, please update your runlevels accordingly."
199 -
200 - break
201 - done
202 -}
203
204 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.3.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.3.ebuild
205 deleted file mode 100644
206 index 7e2d4e9bfdb..00000000000
207 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.3.ebuild
208 +++ /dev/null
209 @@ -1,80 +0,0 @@
210 -# Copyright 1999-2018 Gentoo Foundation
211 -# Distributed under the terms of the GNU General Public License v2
212 -
213 -EAPI="6"
214 -
215 -inherit toolchain-funcs flag-o-matic eutils versionator
216 -
217 -DESCRIPTION="The PowerDNS Recursor"
218 -HOMEPAGE="https://www.powerdns.com/"
219 -SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
220 -
221 -LICENSE="GPL-2"
222 -SLOT="0"
223 -KEYWORDS="~amd64 ~arm ~x86"
224 -IUSE="libressl luajit protobuf snmp sodium systemd"
225 -
226 -DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
227 - luajit? ( dev-lang/luajit:= )
228 - protobuf? (
229 - dev-libs/protobuf
230 - >=dev-libs/boost-1.42:=
231 - )
232 - systemd? ( sys-apps/systemd:0= )
233 - snmp? ( net-analyzer/net-snmp )
234 - sodium? ( dev-libs/libsodium:= )
235 - libressl? ( dev-libs/libressl:= )
236 - !libressl? ( dev-libs/openssl:= )
237 - >=dev-libs/boost-1.35:="
238 -RDEPEND="${DEPEND}
239 - !<net-dns/pdns-2.9.20-r1"
240 -DEPEND="${DEPEND}
241 - virtual/pkgconfig"
242 -
243 -S="${WORKDIR}"/${P/_/-}
244 -
245 -pkg_setup() {
246 - filter-flags -ftree-vectorize
247 -}
248 -
249 -src_configure() {
250 - econf \
251 - --sysconfdir=/etc/powerdns \
252 - $(use_enable systemd) \
253 - $(use_enable sodium libsodium) \
254 - $(use_with !luajit lua) \
255 - $(use_with luajit luajit) \
256 - $(use_with protobuf) \
257 - $(use_with snmp net-snmp)
258 -}
259 -
260 -src_install() {
261 - default
262 -
263 - mv "${D}"/etc/powerdns/recursor.conf{-dist,}
264 -
265 - # set defaults: setuid=nobody, setgid=nobody
266 - sed -i \
267 - -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
268 - -e 's/^# quiet=$/quiet=on/' \
269 - -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
270 - "${D}"/etc/powerdns/recursor.conf
271 -
272 - newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
273 -
274 - keepdir /var/lib/powerdns
275 -}
276 -
277 -pkg_postinst() {
278 - local old
279 -
280 - for old in ${REPLACING_VERSIONS}; do
281 - version_compare ${old} 4.0.0-r1
282 - [[ $? -eq 1 ]] || continue
283 -
284 - ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
285 - ewarn "to pdns-recursor, please update your runlevels accordingly."
286 -
287 - break
288 - done
289 -}