summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-02 16:47:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-02 16:54:15 +0200
commit0053ed3b433336a996967739a8f5f5899dc82077 (patch)
tree65a65855963c88597fb303d37626f279a0b09f83 /dev-perl
parentdev-perl/Net-Domain-TLD: Remove old (diff)
downloadgentoo-0053ed3b433336a996967739a8f5f5899dc82077.tar.gz
gentoo-0053ed3b433336a996967739a8f5f5899dc82077.tar.bz2
gentoo-0053ed3b433336a996967739a8f5f5899dc82077.zip
dev-perl/Net-DNS: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-DNS/Manifest1
-rw-r--r--dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild46
-rw-r--r--dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch13
-rw-r--r--dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch16
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-perl/Net-DNS/Manifest b/dev-perl/Net-DNS/Manifest
index f7d75fe8bfbe..1b1e7b7098d6 100644
--- a/dev-perl/Net-DNS/Manifest
+++ b/dev-perl/Net-DNS/Manifest
@@ -1,2 +1 @@
-DIST Net-DNS-0.74.tar.gz 200829 SHA256 ef64af502e94f2d0e0a672ab951d846fd1406544eca596a86943bc8f2da19c32 SHA512 f0bb5482247c9b01dc6e704d1d6f93881b209001d5b43488c453f24b48ddbb07aefa4bb8e71d1d61f3f5d81ad918627f66e56a8a14d2d9adcccf0fe1af15389d WHIRLPOOL dd15330e82b2d06867cae1461d6115b9545aaf0042e9c7e674022330870f18fbf2af4349fb3350bd755e35cdaca6437258ce39293d2f0cd6665b4ad8372babd7
DIST Net-DNS-1.04.tar.gz 245064 SHA256 4b9f220304c5722658fbdbe4db31ab77486b5f0aaada78c9d1b528e4b0680965 SHA512 ff32c1bf52e553fcd64f8a0f9fcd30f6eae4e1350c4c5c97da3b745f1713acd75533694ec834e1b1e9bee0a13b7a8ee0c347dfaa36433052f020e41e36829d59 WHIRLPOOL 5c09639ffc7bdaac4625bf9fc592c6109b43ebb7ab0eed29b9bb7cc42d35f155736a9125787adabb3ee47fb2374189b9d940ea6bf626fa8d837cd5be2511ea83
diff --git a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild b/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild
deleted file mode 100644
index fc11a4b7cdc5..000000000000
--- a/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NLNETLABS
-MODULE_VERSION=0.74
-inherit toolchain-funcs 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"
-}
-
-src_compile() {
- emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
-}
diff --git a/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch b/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch
deleted file mode 100644
index 5f55eddbd277..000000000000
--- a/dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-The linker on Darwin/x86 needs archives with an index, so create one.
-
---- Makefile.PL
-+++ Makefile.PL
-@@ -260,7 +260,7 @@
- cover
-
- netdns$(LIB_EXT): netdns$(OBJ_EXT)
-- $(AR) '.($^O eq 'MSWin32' && $Config{'cc'} eq 'cl'?'/OUT:':'cr ').
-+ $(AR) '.($^O eq 'MSWin32' && $Config{'cc'} eq 'cl'?'/OUT:':'crs ').
- 'netdns$(LIB_EXT) netdns$(OBJ_EXT)
-
- ';
diff --git a/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch b/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch
deleted file mode 100644
index cad63fadf024..000000000000
--- a/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-The linker on Darwin/x86 needs archives with an index, so create one.
-
-Ported-from: files/Net-DNS-0.64-ar.patch
-
-diff -Nuar Net-DNS-0.68.orig/Makefile.PL Net-DNS-0.68/Makefile.PL
---- Net-DNS-0.68.orig/Makefile.PL 2012-01-27 23:02:34.000000000 +0000
-+++ Net-DNS-0.68/Makefile.PL 2012-02-29 09:03:14.939727214 +0000
-@@ -336,7 +336,7 @@
- use Config qw(%Config);
-
- sub postamble {
-- my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'cr ' ); # ar action
-+ my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'crs ' ); # ar action
-
- my $content = '
- test_cover : pure_all