summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-06-05 14:57:41 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-06-05 14:57:41 +0000
commit12a57107c0d4382e62625ab19770531b3cc85272 (patch)
tree998575354282068453069e5d44d8e065934e5c2d /net-dns
parentrestricting test for stabilization wrt #412675 (diff)
downloadhistorical-12a57107c0d4382e62625ab19770531b3cc85272.tar.gz
historical-12a57107c0d4382e62625ab19770531b3cc85272.tar.bz2
historical-12a57107c0d4382e62625ab19770531b3cc85272.zip
Disable tests for now, bug 406399
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind-tools/ChangeLog6
-rw-r--r--net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild5
-rw-r--r--net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild5
-rw-r--r--net-dns/bind/ChangeLog6
-rw-r--r--net-dns/bind/bind-9.8.3_p1.ebuild5
-rw-r--r--net-dns/bind/bind-9.9.1_p1.ebuild5
6 files changed, 26 insertions, 6 deletions
diff --git a/net-dns/bind-tools/ChangeLog b/net-dns/bind-tools/ChangeLog
index 310793875517..dce5f1185bc3 100644
--- a/net-dns/bind-tools/ChangeLog
+++ b/net-dns/bind-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/bind-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.213 2012/06/04 17:13:23 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.214 2012/06/05 14:57:41 idl0r Exp $
+
+ 05 Jun 2012; Christian Ruppert <idl0r@gentoo.org> bind-tools-9.8.3_p1.ebuild,
+ bind-tools-9.9.1_p1.ebuild:
+ Disable tests for now, bug 406399
04 Jun 2012; Christian Ruppert <idl0r@gentoo.org>
-files/bind-tools-configure.patch:
diff --git a/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild b/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild
index 2f5a56a7f504..caef476a8e8f 100644
--- a/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.3_p1.ebuild,v 1.1 2012/06/04 17:12:03 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild,v 1.2 2012/06/05 14:57:41 idl0r Exp $
EAPI="4"
@@ -33,6 +33,9 @@ src_prepare() {
# bug 231247
epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch
+ # Disable tests for now, bug 406399
+ sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
+
# bug #220361
rm {aclocal,libtool}.m4
eautoreconf
diff --git a/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild b/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild
index 2a7ecfc80d97..7005d9f199dd 100644
--- a/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.9.1_p1.ebuild,v 1.1 2012/06/04 17:12:03 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild,v 1.2 2012/06/05 14:57:41 idl0r Exp $
EAPI="4"
@@ -34,6 +34,9 @@ src_prepare() {
# bug 231247
epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch
+ # Disable tests for now, bug 406399
+ sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
+
# bug #220361
rm {aclocal,libtool}.m4
eautoreconf
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index 1f03fe54dc34..c64484f9f39f 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.387 2012/06/04 17:02:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.388 2012/06/05 14:57:06 idl0r Exp $
+
+ 05 Jun 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.8.3_p1.ebuild,
+ bind-9.9.1_p1.ebuild:
+ Disable tests for now, bug 406399
*bind-9.9.1_p1 (04 Jun 2012)
*bind-9.8.3_p1 (04 Jun 2012)
diff --git a/net-dns/bind/bind-9.8.3_p1.ebuild b/net-dns/bind/bind-9.8.3_p1.ebuild
index 995a7f3b5ffe..ffc482297ccd 100644
--- a/net-dns/bind/bind-9.8.3_p1.ebuild
+++ b/net-dns/bind/bind-9.8.3_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.1 2012/06/04 17:02:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -123,6 +123,9 @@ src_prepare() {
epatch ${GEOIP_PATCH_A}
fi
+ # Disable tests for now, bug 406399
+ sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
+
# bug #220361
rm {aclocal,libtool}.m4
eautoreconf
diff --git a/net-dns/bind/bind-9.9.1_p1.ebuild b/net-dns/bind/bind-9.9.1_p1.ebuild
index 8bc1cdef7afe..b1d432598143 100644
--- a/net-dns/bind/bind-9.9.1_p1.ebuild
+++ b/net-dns/bind/bind-9.9.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.1 2012/06/04 17:02:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -123,6 +123,9 @@ src_prepare() {
epatch ${GEOIP_PATCH_A}
fi
+ # Disable tests for now, bug 406399
+ sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
+
# bug #220361
rm {aclocal,libtool}.m4
eautoreconf