From 7ca6b3c3b287c9bbe334ec82bc791931935bf629 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Fri, 2 Sep 2011 15:07:37 +0000 Subject: Version bump to 9.8.1. Some cleanup. (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- net-dns/bind-tools/ChangeLog | 8 ++- net-dns/bind-tools/bind-tools-9.8.0.ebuild | 101 ----------------------------- net-dns/bind-tools/bind-tools-9.8.1.ebuild | 91 ++++++++++++++++++++++++++ net-dns/bind-tools/metadata.xml | 1 + 4 files changed, 99 insertions(+), 102 deletions(-) delete mode 100644 net-dns/bind-tools/bind-tools-9.8.0.ebuild create mode 100644 net-dns/bind-tools/bind-tools-9.8.1.ebuild (limited to 'net-dns') diff --git a/net-dns/bind-tools/ChangeLog b/net-dns/bind-tools/ChangeLog index 5f8e6dda8bdf..22e3289109f3 100644 --- a/net-dns/bind-tools/ChangeLog +++ b/net-dns/bind-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/bind-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.196 2011/06/02 10:54:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.197 2011/09/02 15:07:36 idl0r Exp $ + +*bind-tools-9.8.1 (02 Sep 2011) + + 02 Sep 2011; Christian Ruppert -bind-tools-9.8.0.ebuild, + +bind-tools-9.8.1.ebuild, metadata.xml: + Version bump to 9.8.1. Some cleanup. 02 Jun 2011; Diego E. Pettenò bind-tools-9.8.0.ebuild: diff --git a/net-dns/bind-tools/bind-tools-9.8.0.ebuild b/net-dns/bind-tools/bind-tools-9.8.0.ebuild deleted file mode 100644 index c786aa0921c0..000000000000 --- a/net-dns/bind-tools/bind-tools-9.8.0.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.0.ebuild,v 1.2 2011/06/02 10:54:16 flameeyes Exp $ - -EAPI="3" - -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="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc idn ipv6 ssl urandom xml" - -DEPEND="ssl? ( dev-libs/openssl ) - xml? ( dev-libs/libxml2 ) - idn? ( - virtual/libiconv - net-dns/idnkit - )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # bug 122597 - use idn && { - cd "${S}"/contrib/idn/idnkit-1.0-src - epatch "${FILESDIR}"/${PN}-configure.patch - cd "${S}" - } - - # bug 231247 - epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch - - eautoreconf -} - -src_configure() { - local myconf= - - has_version sys-libs/glibc || myconf="${myconf} --with-iconv" - - if use urandom; then - myconf="${myconf} --with-randomdev=/dev/urandom" - else - myconf="${myconf} --with-randomdev=/dev/random" - fi - - # bug 344029 - append-cflags "-DDIG_SIGCHASE" - - tc-export BUILD_CC - econf \ - $(use_enable ipv6) \ - $(use_enable kernel_linux epoll) \ - $(use_with idn) \ - $(use_with ssl openssl) \ - $(use_with xml libxml2) \ - ${myconf} - - # bug #151839 - echo '#undef SO_BSDCOMPAT' >> config.h -} - -src_compile() { - emake -C lib/ || die "emake lib failed" - emake -C bin/dig/ || die "emake bin/dig failed" - emake -C bin/nsupdate/ || die "emake bin/nsupdate failed" - emake -C bin/dnssec/ || die "emake bin/dnssec failed" -} - -src_install() { - dodoc README CHANGES FAQ || die - - cd "${S}"/bin/dig - dobin dig host nslookup || die - doman {dig,host,nslookup}.1 || die - - cd "${S}"/bin/nsupdate - dobin nsupdate || die - doman nsupdate.1 || die - if use doc; then - dohtml nsupdate.html || die - fi - - cd "${S}"/bin/dnssec - dobin dnssec-keygen || die - doman dnssec-keygen.8 || die - if use doc; then - dohtml dnssec-keygen.html || die - fi -} diff --git a/net-dns/bind-tools/bind-tools-9.8.1.ebuild b/net-dns/bind-tools/bind-tools-9.8.1.ebuild new file mode 100644 index 000000000000..08f7781f593d --- /dev/null +++ b/net-dns/bind-tools/bind-tools-9.8.1.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.1.ebuild,v 1.1 2011/09/02 15:07:37 idl0r Exp $ + +EAPI="4" + +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="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc idn ipv6 pkcs11 ssl urandom xml" + +DEPEND="ssl? ( dev-libs/openssl ) + xml? ( dev-libs/libxml2 ) + idn? ( net-dns/idnkit )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + # bug 231247 + epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch + + # bug #220361 + rm {aclocal,libtool}.m4 + 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" + + tc-export BUILD_CC + econf \ + $(use_enable ipv6) \ + $(use_with idn) \ + $(use_with ssl openssl) \ + $(use_with xml libxml2) \ + $(use_with pkcs11) \ + ${myconf} + + # bug #151839 + echo '#undef SO_BSDCOMPAT' >> config.h +} + +src_compile() { + emake -C lib/ || die "emake lib failed" + emake -C bin/dig/ || die "emake bin/dig failed" + emake -C bin/nsupdate/ || die "emake bin/nsupdate failed" + emake -C bin/dnssec/ || die "emake bin/dnssec failed" +} + +src_install() { + dodoc README CHANGES FAQ || die + + cd "${S}"/bin/dig + dobin dig host nslookup || die + doman {dig,host,nslookup}.1 || die + + cd "${S}"/bin/nsupdate + dobin nsupdate || die + doman nsupdate.1 || die + if use doc; then + dohtml nsupdate.html || die + fi + + cd "${S}"/bin/dnssec + dobin dnssec-keygen || die + doman dnssec-keygen.8 || die + if use doc; then + dohtml dnssec-keygen.html || die + fi +} diff --git a/net-dns/bind-tools/metadata.xml b/net-dns/bind-tools/metadata.xml index 41c24e40b3b1..7ab404eecad3 100644 --- a/net-dns/bind-tools/metadata.xml +++ b/net-dns/bind-tools/metadata.xml @@ -7,6 +7,7 @@ Christian Ruppert + Enable PKCS#11 key support/tools for DNSSEC Use /dev/urandom instead of /dev/random ISC's Bind DNS' server tools -- cgit v1.2.3-65-gdbad