diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-21 12:36:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-21 12:36:50 +0000 |
commit | ddbfa7e23fd08851409560c49fe2a8f3cfdab8c9 (patch) | |
tree | fd19aab9f03f56e20c0cd788fccbc3df5f5e6f9c /dev-perl/Net-DNS-Async | |
parent | define eapi before inherit and assign rdepend explicitly (diff) | |
download | gentoo-2-ddbfa7e23fd08851409560c49fe2a8f3cfdab8c9.tar.gz gentoo-2-ddbfa7e23fd08851409560c49fe2a8f3cfdab8c9.tar.bz2 gentoo-2-ddbfa7e23fd08851409560c49fe2a8f3cfdab8c9.zip |
Add ~x86. Fix header. Don't run online test.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-DNS-Async')
-rw-r--r-- | dev-perl/Net-DNS-Async/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Net-DNS-Async/Net-DNS-Async-1.07.ebuild | 16 |
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 +} |