summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Net-DNS-Async/ChangeLog5
-rw-r--r--dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild16
2 files changed, 14 insertions, 7 deletions
diff --git a/dev-perl/Net-DNS-Async/ChangeLog b/dev-perl/Net-DNS-Async/ChangeLog
index 832a8c7e2691..3c63546ca179 100644
--- a/dev-perl/Net-DNS-Async/ChangeLog
+++ b/dev-perl/Net-DNS-Async/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Net-DNS-Async
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.1 2009/06/19 23:48:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/ChangeLog,v 1.2 2009/06/21 12:36:50 tove Exp $
+
+ 21 Jun 2009; Torsten Veller <tove@gentoo.org> Net-DNS-Async-1.07.ebuild:
+ Add ~x86. Fix header. Don't run online test.
*Net-DNS-Async-1.07 (19 Jun 2009)
diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
index ea5857d592b0..15f696c4e95c 100644
--- a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
+++ b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild
@@ -1,19 +1,23 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# This ebuild generated by g-cpan 0.16.0
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild,v 1.2 2009/06/21 12:36:50 tove Exp $
MODULE_AUTHOR="SHEVEK"
-
inherit perl-module
DESCRIPTION="Asynchronous DNS helper for high volume applications"
-IUSE=""
-
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~amd64"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
RDEPEND="dev-perl/Net-DNS"
DEPEND="${RDEPEND}"
+
SRC_TEST="do"
+
+src_test() {
+ # disable online test
+ mv ${S}/t/02_resolve.t{,.disable} || die
+ perl-module_src_test
+}