public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/, dev-perl/Net-DNS/files/
@ 2016-04-02 14:57 Andreas Hüttel
  0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2016-04-02 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0053ed3b433336a996967739a8f5f5899dc82077
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 14:47:54 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 14:54:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0053ed3b

dev-perl/Net-DNS: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Net-DNS/Manifest                    |  1 -
 dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild      | 46 ----------------------------
 dev-perl/Net-DNS/files/Net-DNS-0.64-ar.patch | 13 --------
 dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch | 16 ----------
 4 files changed, 76 deletions(-)

diff --git a/dev-perl/Net-DNS/Manifest b/dev-perl/Net-DNS/Manifest
index f7d75fe..1b1e7b7 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 fc11a4b..0000000
--- 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 5f55edd..0000000
--- 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 cad63fa..0000000
--- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-02 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-02 14:57 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/, dev-perl/Net-DNS/files/ Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox