Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/libnet/files/
Date: Sat, 28 Jan 2017 11:22:32
Message-Id: 1485602539.74e522c5002487c9eecc3f32bba071b88f9c32bb.kentnl@gentoo
1 commit: 74e522c5002487c9eecc3f32bba071b88f9c32bb
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 28 09:05:53 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 11:22:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e522c5
7
8 perl-core/libnet: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3691
11
12 perl-core/libnet/files/1.22-hostname.patch | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/perl-core/libnet/files/1.22-hostname.patch b/perl-core/libnet/files/1.22-hostname.patch
16 deleted file mode 100644
17 index 60440e2..00000000
18 --- a/perl-core/libnet/files/1.22-hostname.patch
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -commit adeb94125ab7de8d20c129a905a5159972ad9fd1
22 -Author: Ricardo SIGNES <rjbs@××××.org>
23 -Date: Mon Oct 22 05:01:09 2007 -0400
24 -
25 - hostname.t busted
26 - Message-ID: <20071022130109.GA16748@knight>
27 -
28 - p4raw-id: //depot/perl@32180
29 -
30 -diff --git a/lib/Net/t/hostname.t b/lib/Net/t/hostname.t
31 -index 758d304..4013d74 100644
32 ---- a/lib/Net/t/hostname.t
33 -+++ b/lib/Net/t/hostname.t
34 -@@ -26,7 +26,10 @@ print "1..5\n";
35 - $domain = domainname();
36 -
37 - if(defined $domain && $domain ne "") {
38 -- print "ok 1\n";
39 -+ print "ok 1 - defined, non-empty domainname\n";
40 -+}
41 -+elsif (not defined $domain) {
42 -+ print "ok 1 # SKIP domain not fully defined\n";
43 - }
44 - else {
45 - print "not ok 1\n";