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: Wed, 28 Sep 2016 19:12:47
Message-Id: 1475089715.99564b410d3d0bc98ed0a70fc6c6b18883dc3740.idl0r@gentoo
1 commit: 99564b410d3d0bc98ed0a70fc6c6b18883dc3740
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 19:08:35 2016 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 19:08:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99564b41
7
8 net-dns/bind-tools: Remove 9.10.3_p2
9
10 Package-Manager: portage-2.3.1
11
12 net-dns/bind-tools/Manifest | 1 -
13 net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild | 134 -------------------------
14 2 files changed, 135 deletions(-)
15
16 diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
17 index e8d243d..8f8ff44 100644
18 --- a/net-dns/bind-tools/Manifest
19 +++ b/net-dns/bind-tools/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST bind-9.10.3-P2.tar.gz 8523719 SHA256 4a6c1911ac0d4b6be635b63de3429b6c168ea244043f12bbc8a4eb3368fd6ecd SHA512 21905cdff464f9ff275b87744433970d4a80faa6d9245c66c092421a45e89e438bd78f3bfe0d795964312f072c936e44eb6867b72decbba86821619180ced210 WHIRLPOOL 7bc4038a746e5b5c4166fb0d7a57985be9defef4c4c494492312671b81853f506c3216fcd94df993f6f1088d4c36c838d40d85fedbe8eee1b4265c5e2caecaa6
22 DIST bind-9.10.3-P4.tar.gz 8529535 SHA256 2ac044b5fbdf45fb45107af0df961b3b7cb5262a3bf1948ed3fe7a170dd13e3e SHA512 9c7b710054cd1230e7e470541a13850def56b2247c404a1800e0d0dad6aba20b3c3c09b1a17cd6017435525e84fa2f7cde40ae13feeeb7747efb26c66961aadd WHIRLPOOL 9e0384ac8c8b97720c29ed0014613acdde4d7f5a24353dc3f1712d73c37ac8ff00660f80c45c66fab8045afbbf41c7e26b9692b93040fa1db59a2724031ad129
23 DIST bind-9.10.4-P2.tar.gz 9298010 SHA256 b35b8af8fe030196d03b3e487f5ecd0c0836b5e124abc7a3ecd184740b444423 SHA512 e540d5b69f8859d9a78ec0da1662b7ae5a87ef30ded127c84c198b974c06638ab78e82bab484dc614b313e16076e242645d09f4453f830ded37beecbe13d769e WHIRLPOOL 7e36499a91085cc4aa5cef9feb4162252c13654f9e0d98966789c60bd5b85ac8da7d53fc4cd7e57aa71983dc6e1ddb4ce8ff77babbf64dee13035270561ae708
24
25 diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild b/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
26 deleted file mode 100644
27 index 844e35d..00000000
28 --- a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
29 +++ /dev/null
30 @@ -1,134 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
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 - epatch "${FILESDIR}"/${PN}-9.10.2-openssl.patch #417129
80 - epatch "${FILESDIR}"/${P}-libressl.patch #563648
81 -
82 - # Disable tests for now, bug 406399
83 - sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
84 -
85 - # bug #220361
86 - rm aclocal.m4
87 - rm -rf libtool.m4/
88 -
89 - mv configure.in configure.ac || die # configure.in is deprecated
90 - eautoreconf
91 -}
92 -
93 -src_configure() {
94 - local myconf=
95 -
96 - if use urandom; then
97 - myconf="${myconf} --with-randomdev=/dev/urandom"
98 - else
99 - myconf="${myconf} --with-randomdev=/dev/random"
100 - fi
101 -
102 - # bug 344029
103 - append-cflags "-DDIG_SIGCHASE"
104 -
105 - # localstatedir for nsupdate -l, bug 395785
106 - tc-export BUILD_CC
107 - econf \
108 - --localstatedir=/var \
109 - --without-python \
110 - --without-libjson \
111 - --disable-openssl-version-check \
112 - $(use_enable ipv6) \
113 - $(use_with idn) \
114 - $(usex idn --with-idnlib=-lidnkit '') \
115 - $(use_enable seccomp) \
116 - $(use_with ssl openssl) \
117 - $(use_with xml libxml2) \
118 - $(use_with gssapi) \
119 - $(use_with readline) \
120 - $(use_with gost) \
121 - ${myconf}
122 -
123 - # bug #151839
124 - echo '#undef SO_BSDCOMPAT' >> config.h
125 -}
126 -
127 -src_compile() {
128 - local AR=$(tc-getAR)
129 -
130 - emake AR="${AR}" -C lib/
131 - emake AR="${AR}" -C bin/delv/
132 - emake AR="${AR}" -C bin/dig/
133 - emake AR="${AR}" -C bin/nsupdate/
134 - emake AR="${AR}" -C bin/dnssec/
135 -}
136 -
137 -src_install() {
138 - dodoc README CHANGES FAQ
139 -
140 - cd "${S}"/bin/delv
141 - dobin delv
142 - doman delv.1
143 -
144 - cd "${S}"/bin/dig
145 - dobin dig host nslookup
146 - doman {dig,host,nslookup}.1
147 -
148 - cd "${S}"/bin/nsupdate
149 - dobin nsupdate
150 - doman nsupdate.1
151 - if use doc; then
152 - dohtml nsupdate.html
153 - fi
154 -
155 - cd "${S}"/bin/dnssec
156 - for tool in dsfromkey importkey keyfromlabel keygen \
157 - revoke settime signzone verify; do
158 - dobin dnssec-"${tool}"
159 - doman dnssec-"${tool}".8
160 - if use doc; then
161 - dohtml dnssec-"${tool}".html
162 - fi
163 - done
164 -}