Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/
Date: Mon, 19 Jun 2017 12:05:59
Message-Id: 1497873949.1ee2a900ee75e8a9a444289126cf8cde5accb2f1.idl0r@gentoo
1 commit: 1ee2a900ee75e8a9a444289126cf8cde5accb2f1
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 12:03:50 2017 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 12:05:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee2a900
7
8 net-dns/bind-tools: Remove old Versions
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-dns/bind-tools/Manifest | 2 -
13 net-dns/bind-tools/bind-tools-9.10.5.ebuild | 131 ------------------------
14 net-dns/bind-tools/bind-tools-9.11.0_p3.ebuild | 133 -------------------------
15 3 files changed, 266 deletions(-)
16
17 diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
18 index 0ea9a4c976f..7f161397609 100644
19 --- a/net-dns/bind-tools/Manifest
20 +++ b/net-dns/bind-tools/Manifest
21 @@ -1,3 +1 @@
22 -DIST bind-9.10.5.tar.gz 9431916 SHA256 71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f WHIRLPOOL 489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
23 -DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45 WHIRLPOOL 34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
24 DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd WHIRLPOOL a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186
25
26 diff --git a/net-dns/bind-tools/bind-tools-9.10.5.ebuild b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
27 deleted file mode 100644
28 index bb0e0063ee5..00000000000
29 --- a/net-dns/bind-tools/bind-tools-9.10.5.ebuild
30 +++ /dev/null
31 @@ -1,131 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -inherit eutils autotools flag-o-matic toolchain-funcs
38 -
39 -MY_PN=${PN//-tools}
40 -MY_PV=${PV/_p/-P}
41 -MY_PV=${MY_PV/_rc/rc}
42 -MY_P="${MY_PN}-${MY_PV}"
43 -
44 -DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
45 -HOMEPAGE="http://www.isc.org/software/bind"
46 -SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
47 -
48 -LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
49 -SLOT="0"
50 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
52 -# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
53 -
54 -REQUIRED_USE="gost? ( !libressl ssl )"
55 -
56 -CDEPEND="
57 - ssl? (
58 - !libressl? ( dev-libs/openssl:0 )
59 - libressl? ( dev-libs/libressl )
60 - )
61 - gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
62 - xml? ( dev-libs/libxml2 )
63 - idn? ( net-dns/idnkit )
64 - gssapi? ( virtual/krb5 )
65 - readline? ( sys-libs/readline:0= )
66 - seccomp? ( sys-libs/libseccomp )"
67 -DEPEND="${CDEPEND}
68 - virtual/pkgconfig"
69 -RDEPEND="${CDEPEND}
70 - !<net-dns/bind-9.10.2"
71 -
72 -S="${WORKDIR}/${MY_P}"
73 -
74 -# bug 479092, requires networking
75 -RESTRICT="test"
76 -
77 -src_prepare() {
78 - epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
79 -
80 - # Disable tests for now, bug 406399
81 - sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
82 -
83 - # bug #220361
84 - rm aclocal.m4
85 - rm -rf libtool.m4/
86 -
87 - mv configure.in configure.ac || die # configure.in is deprecated
88 - eautoreconf
89 -}
90 -
91 -src_configure() {
92 - local myconf=
93 -
94 - if use urandom; then
95 - myconf="${myconf} --with-randomdev=/dev/urandom"
96 - else
97 - myconf="${myconf} --with-randomdev=/dev/random"
98 - fi
99 -
100 - # bug 344029
101 - append-cflags "-DDIG_SIGCHASE"
102 -
103 - # localstatedir for nsupdate -l, bug 395785
104 - tc-export BUILD_CC
105 - econf \
106 - --localstatedir=/var \
107 - --without-python \
108 - --without-libjson \
109 - --disable-openssl-version-check \
110 - $(use_enable ipv6) \
111 - $(use_with idn) \
112 - $(usex idn --with-idnlib=-lidnkit '') \
113 - $(use_enable seccomp) \
114 - $(use_with ssl openssl) \
115 - $(use_with xml libxml2) \
116 - $(use_with gssapi) \
117 - $(use_with readline) \
118 - $(use_with gost) \
119 - ${myconf}
120 -
121 - # bug #151839
122 - echo '#undef SO_BSDCOMPAT' >> config.h
123 -}
124 -
125 -src_compile() {
126 - local AR=$(tc-getAR)
127 -
128 - emake AR="${AR}" -C lib/
129 - emake AR="${AR}" -C bin/delv/
130 - emake AR="${AR}" -C bin/dig/
131 - emake AR="${AR}" -C bin/nsupdate/
132 - emake AR="${AR}" -C bin/dnssec/
133 -}
134 -
135 -src_install() {
136 - dodoc README CHANGES FAQ
137 -
138 - cd "${S}"/bin/delv
139 - dobin delv
140 - doman delv.1
141 -
142 - cd "${S}"/bin/dig
143 - dobin dig host nslookup
144 - doman {dig,host,nslookup}.1
145 -
146 - cd "${S}"/bin/nsupdate
147 - dobin nsupdate
148 - doman nsupdate.1
149 - if use doc; then
150 - dohtml nsupdate.html
151 - fi
152 -
153 - cd "${S}"/bin/dnssec
154 - for tool in dsfromkey importkey keyfromlabel keygen \
155 - revoke settime signzone verify; do
156 - dobin dnssec-"${tool}"
157 - doman dnssec-"${tool}".8
158 - if use doc; then
159 - dohtml dnssec-"${tool}".html
160 - fi
161 - done
162 -}
163
164 diff --git a/net-dns/bind-tools/bind-tools-9.11.0_p3.ebuild b/net-dns/bind-tools/bind-tools-9.11.0_p3.ebuild
165 deleted file mode 100644
166 index 5625a55a19e..00000000000
167 --- a/net-dns/bind-tools/bind-tools-9.11.0_p3.ebuild
168 +++ /dev/null
169 @@ -1,133 +0,0 @@
170 -# Copyright 1999-2017 Gentoo Foundation
171 -# Distributed under the terms of the GNU General Public License v2
172 -
173 -EAPI="5"
174 -
175 -inherit eutils autotools flag-o-matic toolchain-funcs
176 -
177 -MY_PN=${PN//-tools}
178 -MY_PV=${PV/_p/-P}
179 -MY_PV=${MY_PV/_rc/rc}
180 -MY_P="${MY_PN}-${MY_PV}"
181 -
182 -DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
183 -HOMEPAGE="http://www.isc.org/software/bind"
184 -SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
185 -
186 -LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
187 -SLOT="0"
188 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
189 -IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
190 -# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
191 -
192 -REQUIRED_USE="gost? ( !libressl ssl )"
193 -
194 -CDEPEND="
195 - ssl? (
196 - !libressl? ( dev-libs/openssl:0 )
197 - libressl? ( dev-libs/libressl )
198 - )
199 - gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
200 - xml? ( dev-libs/libxml2 )
201 - idn? ( net-dns/idnkit )
202 - gssapi? ( virtual/krb5 )
203 - readline? ( sys-libs/readline:0= )
204 - seccomp? ( sys-libs/libseccomp )"
205 -DEPEND="${CDEPEND}
206 - virtual/pkgconfig"
207 -RDEPEND="${CDEPEND}
208 - !<net-dns/bind-9.10.2"
209 -
210 -S="${WORKDIR}/${MY_P}"
211 -
212 -# bug 479092, requires networking
213 -RESTRICT="test"
214 -
215 -src_prepare() {
216 - epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
217 -
218 - # Disable tests for now, bug 406399
219 - sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
220 -
221 - # bug #220361
222 - rm aclocal.m4
223 - rm -rf libtool.m4/
224 -
225 - mv configure.in configure.ac || die # configure.in is deprecated
226 - eautoreconf
227 -}
228 -
229 -src_configure() {
230 - local myconf=
231 -
232 - if use urandom; then
233 - myconf="${myconf} --with-randomdev=/dev/urandom"
234 - else
235 - myconf="${myconf} --with-randomdev=/dev/random"
236 - fi
237 -
238 - # bug 344029
239 - append-cflags "-DDIG_SIGCHASE"
240 -
241 - # localstatedir for nsupdate -l, bug 395785
242 - tc-export BUILD_CC
243 - econf \
244 - --localstatedir=/var \
245 - --without-python \
246 - --without-libjson \
247 - --without-zlib \
248 - --without-lmdb \
249 - --disable-openssl-version-check \
250 - $(use_enable ipv6) \
251 - $(use_with idn) \
252 - $(usex idn --with-idnlib=-lidnkit '') \
253 - $(use_enable seccomp) \
254 - $(use_with ssl openssl) \
255 - $(use_with xml libxml2) \
256 - $(use_with gssapi) \
257 - $(use_with readline) \
258 - $(use_with gost) \
259 - ${myconf}
260 -
261 - # bug #151839
262 - echo '#undef SO_BSDCOMPAT' >> config.h
263 -}
264 -
265 -src_compile() {
266 - local AR=$(tc-getAR)
267 -
268 - emake AR="${AR}" -C lib/
269 - emake AR="${AR}" -C bin/delv/
270 - emake AR="${AR}" -C bin/dig/
271 - emake AR="${AR}" -C bin/nsupdate/
272 - emake AR="${AR}" -C bin/dnssec/
273 -}
274 -
275 -src_install() {
276 - dodoc README CHANGES FAQ
277 -
278 - cd "${S}"/bin/delv
279 - dobin delv
280 - doman delv.1
281 -
282 - cd "${S}"/bin/dig
283 - dobin dig host nslookup
284 - doman {dig,host,nslookup}.1
285 -
286 - cd "${S}"/bin/nsupdate
287 - dobin nsupdate
288 - doman nsupdate.1
289 - if use doc; then
290 - dohtml nsupdate.html
291 - fi
292 -
293 - cd "${S}"/bin/dnssec
294 - for tool in dsfromkey importkey keyfromlabel keygen \
295 - revoke settime signzone verify; do
296 - dobin dnssec-"${tool}"
297 - doman dnssec-"${tool}".8
298 - if use doc; then
299 - dohtml dnssec-"${tool}".html
300 - fi
301 - done
302 -}