From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A65A158087 for ; Fri, 29 Oct 2021 22:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A763CE085E; Fri, 29 Oct 2021 22:01:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BACFE085E for ; Fri, 29 Oct 2021 22:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B311343149 for ; Fri, 29 Oct 2021 22:01:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C091A0 for ; Fri, 29 Oct 2021 22:01:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1635543946.8d4f382339546f123d21c1d346a3978a9c3ed78d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-HexDump/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-hexdump-pl.patch dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-lib-pm.patch dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-signed-c.patch X-VCS-Directories: dev-perl/Data-HexDump/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8d4f382339546f123d21c1d346a3978a9c3ed78d X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:01:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 634d733c-5da3-45e3-9774-f4d6b393e9b9 X-Archives-Hash: 39c290582a9be5c58690553eb0582349 commit: 8d4f382339546f123d21c1d346a3978a9c3ed78d Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 29 21:45:46 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 29 21:45:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4f3823 dev-perl/Data-HexDump: remove unused patch(es) Closes: https://github.com/gentoo/gentoo/pull/22624 Signed-off-by: Michael Mair-Keimberger levelnine.at> Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> .../files/Data-HexDump-0.20.0-hexdump-pl.patch | 59 ---------------------- .../files/Data-HexDump-0.20.0-lib-pm.patch | 28 ---------- .../files/Data-HexDump-0.20.0-signed-c.patch | 28 ---------- 3 files changed, 115 deletions(-) diff --git a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-hexdump-pl.patch b/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-hexdump-pl.patch deleted file mode 100644 index b44b5b0b24e..00000000000 --- a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-hexdump-pl.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 7b70e4169faf4e2ec0fe570b02190e71bc168377 Mon Sep 17 00:00:00 2001 -From: Kent Fredric -Date: Tue, 10 Oct 2017 08:15:54 +1300 -Subject: Rename installed script to '.pl' - -Note: this must not happen in dist-root, or EUMM will also install this -as $INC[0]/Data/hexdump.pl - -Bug: https://rt.cpan.org/Ticket/Display.html?id=123224 ---- - MANIFEST | 2 +- - Makefile.PL | 2 +- - hexdump => bin/hexdump.pl | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - rename hexdump => bin/hexdump.pl (95%) - -diff --git a/MANIFEST b/MANIFEST -index 2e0843a..2f0c98b 100644 ---- a/MANIFEST -+++ b/MANIFEST -@@ -2,7 +2,7 @@ MANIFEST - MANIFEST.SKIP - Makefile.PL - README --hexdump -+bin/hexdump.pl - lib/Data/HexDump.pm - t/compare.t - t/data.t -diff --git a/Makefile.PL b/Makefile.PL -index 0ee62bf..091fa9d 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -6,5 +6,5 @@ WriteMakefile(NAME => "Data::HexDump", - VERSION_FROM => "lib/Data/HexDump.pm", - dist => { COMPRESS => "gzip", SUFFIX => "gz" }, - clean => { FILES => '*.bak *.old mibs/*.dump lib/*/*~' }, -- EXE_FILES => [ qw(hexdump) ], -+ EXE_FILES => [ qw(bin/hexdump.pl) ], - ); -diff --git a/hexdump b/bin/hexdump.pl -similarity index 95% -rename from hexdump -rename to bin/hexdump.pl -index a2e28a1..9f86cd8 100755 ---- a/hexdump -+++ b/bin/hexdump.pl -@@ -5,7 +5,7 @@ use strict; - use Data::HexDump; - use FileHandle; - --my $prgname = "hexdump"; -+my $prgname = "hexdump.pl"; - my $file = shift; - my $fh; - --- -2.14.1 - diff --git a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-lib-pm.patch b/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-lib-pm.patch deleted file mode 100644 index 7e7606ebc9f..00000000000 --- a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-lib-pm.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 36f61caaa95340817098b8b9f6631c9f2060a292 Mon Sep 17 00:00:00 2001 -From: Kent Fredric -Date: Tue, 10 Oct 2017 08:17:01 +1300 -Subject: Remove 'use lib lib' - -There's no sense in blindly adding lib based on wherever you currently -are to an installed program, its just a security problem asking to be -invented. - -Bug: https://rt.cpan.org/Ticket/Display.html?id=123225 ---- - bin/hexdump.pl | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/bin/hexdump.pl b/bin/hexdump.pl -index 9f86cd8..1ce8962 100755 ---- a/bin/hexdump.pl -+++ b/bin/hexdump.pl -@@ -1,6 +1,5 @@ - #!/usr/bin/perl -w - --use lib "lib"; - use strict; - use Data::HexDump; - use FileHandle; --- -2.14.1 - diff --git a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-signed-c.patch b/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-signed-c.patch deleted file mode 100644 index 6c117334cf9..00000000000 --- a/dev-perl/Data-HexDump/files/Data-HexDump-0.20.0-signed-c.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 1eec10393fbf1123327858d127e1f6d9e50f5a85 Mon Sep 17 00:00:00 2001 -From: Kent Fredric -Date: Tue, 10 Oct 2017 08:17:59 +1300 -Subject: Don't use signed characters for 0-255 - -'c' == -127 to 127 - -Bug: https://rt.cpan.org/Ticket/Display.html?id=123226 ---- - t/compare.t | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/compare.t b/t/compare.t -index f03d73d..3c25803 100644 ---- a/t/compare.t -+++ b/t/compare.t -@@ -11,7 +11,7 @@ print "1..2\n"; - # data - my $org = ""; - for (my $i = 0; $i <= 255; $i++) { -- $org .= pack 'c', $i; -+ $org .= pack 'C', $i; - } - $org = $org x 17 . "more data"; - --- -2.14.1 -