From: Michael Mair-Keimberger (asterix) Date: Sat, 28 Jan 2017 09:05:53 +0000 (+0100) Subject: perl-core/libnet: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74e522c5002487c9eecc3f32bba071b88f9c32bb;p=gentoo.git perl-core/libnet: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3691 --- diff --git a/perl-core/libnet/files/1.22-hostname.patch b/perl-core/libnet/files/1.22-hostname.patch deleted file mode 100644 index 60440e287977..000000000000 --- a/perl-core/libnet/files/1.22-hostname.patch +++ /dev/null @@ -1,25 +0,0 @@ -commit adeb94125ab7de8d20c129a905a5159972ad9fd1 -Author: Ricardo SIGNES -Date: Mon Oct 22 05:01:09 2007 -0400 - - hostname.t busted - Message-ID: <20071022130109.GA16748@knight> - - p4raw-id: //depot/perl@32180 - -diff --git a/lib/Net/t/hostname.t b/lib/Net/t/hostname.t -index 758d304..4013d74 100644 ---- a/lib/Net/t/hostname.t -+++ b/lib/Net/t/hostname.t -@@ -26,7 +26,10 @@ print "1..5\n"; - $domain = domainname(); - - if(defined $domain && $domain ne "") { -- print "ok 1\n"; -+ print "ok 1 - defined, non-empty domainname\n"; -+} -+elsif (not defined $domain) { -+ print "ok 1 # SKIP domain not fully defined\n"; - } - else { - print "not ok 1\n";