public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.8.3_p1.ebuild ChangeLog bind-tools-9.9.1_p1.ebuild
@ 2012-06-05 14:57 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2012-06-05 14:57 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/06/05 14:57:41

  Modified:             bind-tools-9.8.3_p1.ebuild ChangeLog
                        bind-tools-9.9.1_p1.ebuild
  Log:
  Disable tests for now, bug 406399
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild?r1=1.1&r2=1.2

Index: bind-tools-9.8.3_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.8.3_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-tools-9.8.3_p1.ebuild	4 Jun 2012 17:12:03 -0000	1.1
+++ bind-tools-9.8.3_p1.ebuild	5 Jun 2012 14:57:41 -0000	1.2
@@ -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 @@
 	# 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



1.214                net-dns/bind-tools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	4 Jun 2012 17:13:23 -0000	1.213
+++ ChangeLog	5 Jun 2012 14:57:41 -0000	1.214
@@ -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:



1.2                  net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild?r1=1.1&r2=1.2

Index: bind-tools-9.9.1_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.9.1_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-tools-9.9.1_p1.ebuild	4 Jun 2012 17:12:03 -0000	1.1
+++ bind-tools-9.9.1_p1.ebuild	5 Jun 2012 14:57:41 -0000	1.2
@@ -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 @@
 	# 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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-05 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 14:57 [gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.8.3_p1.ebuild ChangeLog bind-tools-9.9.1_p1.ebuild Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox