summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-09-10 09:17:02 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-09-10 09:17:02 +0000
commit6349e4c0aaf59eb146e82ffbd625143265d4322f (patch)
treeb0c79d61c2e512d4ff4e92411ed20dc003816330 /net-dns
parentVersion bump wrt #369611 by Justin Lecher (diff)
downloadgentoo-2-6349e4c0aaf59eb146e82ffbd625143265d4322f.tar.gz
gentoo-2-6349e4c0aaf59eb146e82ffbd625143265d4322f.tar.bz2
gentoo-2-6349e4c0aaf59eb146e82ffbd625143265d4322f.zip
Version bump to 9.7.4.
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/ChangeLog8
-rw-r--r--net-dns/bind/bind-9.7.4.ebuild (renamed from net-dns/bind/bind-9.7.3_p1.ebuild)13
2 files changed, 13 insertions, 8 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index 1ce872816103..bf3b8d134303 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.351 2011/09/02 16:07:24 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.352 2011/09/10 09:17:02 idl0r Exp $
+
+*bind-9.7.4 (10 Sep 2011)
+
+ 10 Sep 2011; Christian Ruppert <idl0r@gentoo.org> -bind-9.7.3_p1.ebuild,
+ +bind-9.7.4.ebuild:
+ Version bump to 9.7.4.
02 Sep 2011; Christian Ruppert <idl0r@gentoo.org> bind-9.8.1.ebuild:
Disable replace-flags re bug 158664 for now, the bug is really old and a lot
diff --git a/net-dns/bind/bind-9.7.3_p1.ebuild b/net-dns/bind/bind-9.7.4.ebuild
index 90af688cf07a..67c7dd8a3a44 100644
--- a/net-dns/bind/bind-9.7.3_p1.ebuild
+++ b/net-dns/bind/bind-9.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.3_p1.ebuild,v 1.7 2011/05/30 00:15:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.4.ebuild,v 1.1 2011/09/10 09:17:02 idl0r Exp $
EAPI="3"
@@ -29,7 +29,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads
resolvconf urandom xml geoip gssapi sdb-ldap"
@@ -103,9 +103,8 @@ src_prepare() {
if use geoip; then
cp "${DISTDIR}"/${GEOIP_PATCH_A} "${S}" || die
- sed -i -e 's:PATCHVER=2:PATCHVER=3:' \
- -e 's/-RELEASEVER=2/-RELEASEVER=1/' \
- -e 's/+RELEASEVER=2-geoip-1.3/+RELEASEVER=1-geoip-1.3/' \
+ sed -i -e 's:RELEASETYPE=-P:RELEASETYPE=:' \
+ -e 's:RELEASEVER=2:RELEASEVER=:' \
${GEOIP_PATCH_A} || die
epatch ${GEOIP_PATCH_A}
fi
@@ -213,7 +212,7 @@ src_install() {
tar xf "${DISTDIR}"/dyndns-samples.tbz2 || die
fi
- use geoip && dodoc "${DISTDIR}"/${GEOIP_P}-readme.txt
+ use geoip && dodoc "${DISTDIR}"/${GEOIP_DOC_A}
insinto /etc/bind
newins "${FILESDIR}"/named.conf-r5 named.conf || die
@@ -226,7 +225,7 @@ src_install() {
newins "${FILESDIR}"/127.zone-r1 127.zone || die
newins "${FILESDIR}"/localhost.zone-r3 localhost.zone || die
- newinitd "${FILESDIR}"/named.init-r10 named || die
+ newinitd "${FILESDIR}"/named.init-r11 named || die
newconfd "${FILESDIR}"/named.confd-r6 named || die
newenvd "${FILESDIR}"/10bind.env 10bind || die