commit:     12974f31750e1da06d20a302a8b958023d1b6078
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 17:59:47 2016 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 17:59:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12974f31

net-dns/bind-tools: Remove old Version

Package-Manager: portage-2.3.0

 net-dns/bind-tools/Manifest                    |   1 -
 net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild | 134 -------------------------
 2 files changed, 135 deletions(-)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index e8d243d..8f8ff44 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,3 +1,2 @@
-DIST bind-9.10.3-P2.tar.gz 8523719 SHA256 
4a6c1911ac0d4b6be635b63de3429b6c168ea244043f12bbc8a4eb3368fd6ecd SHA512 
21905cdff464f9ff275b87744433970d4a80faa6d9245c66c092421a45e89e438bd78f3bfe0d795964312f072c936e44eb6867b72decbba86821619180ced210
 WHIRLPOOL 
7bc4038a746e5b5c4166fb0d7a57985be9defef4c4c494492312671b81853f506c3216fcd94df993f6f1088d4c36c838d40d85fedbe8eee1b4265c5e2caecaa6
 DIST bind-9.10.3-P4.tar.gz 8529535 SHA256 
2ac044b5fbdf45fb45107af0df961b3b7cb5262a3bf1948ed3fe7a170dd13e3e SHA512 
9c7b710054cd1230e7e470541a13850def56b2247c404a1800e0d0dad6aba20b3c3c09b1a17cd6017435525e84fa2f7cde40ae13feeeb7747efb26c66961aadd
 WHIRLPOOL 
9e0384ac8c8b97720c29ed0014613acdde4d7f5a24353dc3f1712d73c37ac8ff00660f80c45c66fab8045afbbf41c7e26b9692b93040fa1db59a2724031ad129
 DIST bind-9.10.4-P2.tar.gz 9298010 SHA256 
b35b8af8fe030196d03b3e487f5ecd0c0836b5e124abc7a3ecd184740b444423 SHA512 
e540d5b69f8859d9a78ec0da1662b7ae5a87ef30ded127c84c198b974c06638ab78e82bab484dc614b313e16076e242645d09f4453f830ded37beecbe13d769e
 WHIRLPOOL 
7e36499a91085cc4aa5cef9feb4162252c13654f9e0d98966789c60bd5b85ac8da7d53fc4cd7e57aa71983dc6e1ddb4ce8ff77babbf64dee13035270561ae708

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
deleted file mode 100644
index 844e35d..0000000
--- a/net-dns/bind-tools/bind-tools-9.10.3_p2.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils autotools flag-o-matic toolchain-funcs
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p/-P}
-MY_PV=${MY_PV/_rc/rc}
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/software/bind";
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz";
-
-LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
-SLOT="0"
-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"
-IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="gost? ( !libressl ssl )"
-
-CDEPEND="
-       ssl? (
-               !libressl? ( dev-libs/openssl:0 )
-               libressl? ( dev-libs/libressl )
-       )
-       gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
-       xml? ( dev-libs/libxml2 )
-       idn? ( net-dns/idnkit )
-       gssapi? ( virtual/krb5 )
-       readline? ( sys-libs/readline:0= )
-       seccomp? ( sys-libs/libseccomp )"
-DEPEND="${CDEPEND}
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       !<net-dns/bind-9.10.2"
-
-S="${WORKDIR}/${MY_P}"
-
-# bug 479092, requires networking
-RESTRICT="test"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
-       epatch "${FILESDIR}"/${PN}-9.10.2-openssl.patch #417129
-       epatch "${FILESDIR}"/${P}-libressl.patch #563648
-
-       # Disable tests for now, bug 406399
-       sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
-
-       # bug #220361
-       rm aclocal.m4
-       rm -rf libtool.m4/
-
-       mv configure.in configure.ac || die # configure.in is deprecated
-       eautoreconf
-}
-
-src_configure() {
-       local myconf=
-
-       if use urandom; then
-               myconf="${myconf} --with-randomdev=/dev/urandom"
-       else
-               myconf="${myconf} --with-randomdev=/dev/random"
-       fi
-
-       # bug 344029
-       append-cflags "-DDIG_SIGCHASE"
-
-       # localstatedir for nsupdate -l, bug 395785
-       tc-export BUILD_CC
-       econf \
-               --localstatedir=/var \
-               --without-python \
-               --without-libjson \
-               --disable-openssl-version-check \
-               $(use_enable ipv6) \
-               $(use_with idn) \
-               $(usex idn --with-idnlib=-lidnkit '') \
-               $(use_enable seccomp) \
-               $(use_with ssl openssl) \
-               $(use_with xml libxml2) \
-               $(use_with gssapi) \
-               $(use_with readline) \
-               $(use_with gost) \
-               ${myconf}
-
-       # bug #151839
-       echo '#undef SO_BSDCOMPAT' >> config.h
-}
-
-src_compile() {
-       local AR=$(tc-getAR)
-
-       emake AR="${AR}" -C lib/
-       emake AR="${AR}" -C bin/delv/
-       emake AR="${AR}" -C bin/dig/
-       emake AR="${AR}" -C bin/nsupdate/
-       emake AR="${AR}" -C bin/dnssec/
-}
-
-src_install() {
-       dodoc README CHANGES FAQ
-
-       cd "${S}"/bin/delv
-       dobin delv
-       doman delv.1
-
-       cd "${S}"/bin/dig
-       dobin dig host nslookup
-       doman {dig,host,nslookup}.1
-
-       cd "${S}"/bin/nsupdate
-       dobin nsupdate
-       doman nsupdate.1
-       if use doc; then
-               dohtml nsupdate.html
-       fi
-
-       cd "${S}"/bin/dnssec
-       for tool in dsfromkey importkey keyfromlabel keygen \
-         revoke settime signzone verify; do
-               dobin dnssec-"${tool}"
-               doman dnssec-"${tool}".8
-               if use doc; then
-                       dohtml dnssec-"${tool}".html
-               fi
-       done
-}

Reply via email to