commit:     74e522c5002487c9eecc3f32bba071b88f9c32bb
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sat Jan 28 09:05:53 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 11:22:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e522c5

perl-core/libnet: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3691

 perl-core/libnet/files/1.22-hostname.patch | 25 -------------------------
 1 file changed, 25 deletions(-)

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 60440e2..00000000
--- a/perl-core/libnet/files/1.22-hostname.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit adeb94125ab7de8d20c129a905a5159972ad9fd1
-Author: Ricardo SIGNES <[email protected]>
-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";

Reply via email to