summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild')
-rw-r--r--dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild b/dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild
deleted file mode 100644
index 7f2ae84b26ff..000000000000
--- a/dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.700.0.ebuild,v 1.1 2012/12/08 11:10:56 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=NLNETLABS
-MODULE_VERSION=0.70
-inherit perl-module
-
-DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="ipv6 test"
-
-RDEPEND="
- virtual/perl-Digest-MD5
- dev-perl/Digest-HMAC
- virtual/perl-Digest-SHA
- dev-perl/Net-IP
- virtual/perl-MIME-Base64
- ipv6? (
- dev-perl/IO-Socket-INET6
- )
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Pod
- )"
-
-PATCHES=( ${FILESDIR}/${PN}-0.68-ar.patch )
-SRC_TEST="do"
-
-src_prepare() {
- perl-module_src_prepare
- mydoc="TODO"
- # --IPv6-tests requires that you have external IPv6 connectivity
- # as it connects to 2001:7b8:206:1:0:1234:be21:e31e
- myconf="${myconf} --no-online-tests --no-IPv6-tests"
-}