perl-core/libnet: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sat, 28 Jan 2017 09:05:53 +0000 (10:05 +0100)
committerKent Fredric <kentnl@gentoo.org>
Sat, 28 Jan 2017 11:22:19 +0000 (00:22 +1300)
Closes: https://github.com/gentoo/gentoo/pull/3691

perl-core/libnet/files/1.22-hostname.patch [deleted file]

diff --git a/perl-core/libnet/files/1.22-hostname.patch b/perl-core/libnet/files/1.22-hostname.patch
deleted file mode 100644 (file)
index 60440e2..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-commit adeb94125ab7de8d20c129a905a5159972ad9fd1
-Author: Ricardo SIGNES <rjbs@cpan.org>
-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";