summaryrefslogtreecommitdiff
path: root/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild')
-rw-r--r--dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
deleted file mode 100644
index e7a707a8b985..000000000000
--- a/dev-perl/Net-DNS/Net-DNS-1.80.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NLNETLABS
-DIST_VERSION=1.08
-DIST_EXAMPLES=( "contrib" "demo" )
-inherit toolchain-funcs perl-module
-
-DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
-IUSE="+ipv6 test minimal"
-
-PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"
-RDEPEND="
- >=dev-perl/Digest-HMAC-1.30.0
- >=virtual/perl-Digest-MD5-2.130.0
- >=virtual/perl-Digest-SHA-5.230.0
- >=virtual/perl-File-Spec-0.860.0
- >=virtual/perl-MIME-Base64-2.110.0
- >=virtual/perl-Time-Local-1.190.0
- ipv6? (
- || (
- >=virtual/perl-IO-Socket-IP-0.320.0
- >=dev-perl/IO-Socket-INET6-2.510.0
- )
- )
- !minimal? (
- >=dev-perl/Digest-BubbleBabble-0.10.0
- >=dev-perl/Digest-GOST-0.60.0
- >=dev-perl/Net-LibIDN-0.120.0
- >=virtual/perl-Scalar-List-Utils-1.250.0
- )
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.520.0
- )
-"
-
-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"
-}
-
-src_compile() {
- emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
-src_test() {
- perl_rm_files t/00-pod.t
- perl-module_src_test
-}