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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F981138359 for ; Sun, 9 Aug 2020 01:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0C4E0A83; Sun, 9 Aug 2020 01:50:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 794EEE0A83 for ; Sun, 9 Aug 2020 01:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C3534EF83 for ; Sun, 9 Aug 2020 01:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C3B2FC for ; Sun, 9 Aug 2020 01:50:32 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1596937619.4b1eebb3cbbf6548c6feeab0a505a7e8fb95641e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.32.0.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4b1eebb3cbbf6548c6feeab0a505a7e8fb95641e X-VCS-Branch: master Date: Sun, 9 Aug 2020 01:50:32 +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: 187c0667-2bc1-4405-a4ab-f841df4ecbde X-Archives-Hash: 10939c8f3a378c4ff365a8ab5badf588 commit: 4b1eebb3cbbf6548c6feeab0a505a7e8fb95641e Author: Kent Fredric gentoo org> AuthorDate: Sun Aug 9 01:29:27 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Aug 9 01:46:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1eebb3 dev-lang/perl: Fix broken duallife handling for podchecker/pod2usage Its understandable how this happened. Previously, Pod::Usage and Pod::Checker were both shipped with Pod::Parser back in Pod::Parser 1.51 However, *both* Pod::Usage and Pod::Checker were split out into their own CPAN distributions after Pod::Parser 1.51 And perl *only* removed Pod::Parser ``` Pod::Checker was first released with perl v5.6.0 v5.32.0 1.73 Pod::Parser was first released with perl v5.6.0 and removed from v5.31.1 Pod::Usage was first released with perl v5.6.0 v5.32.0 1.69 ``` Subsequently, removing the provision that was there initially for Pod-Parser breaks code when removed, as it, unbeknownst to us, became an over-application. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-lang/perl/perl-5.32.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/perl/perl-5.32.0.ebuild b/dev-lang/perl/perl-5.32.0.ebuild index be65ca73979..05802c1898f 100644 --- a/dev-lang/perl/perl-5.32.0.ebuild +++ b/dev-lang/perl/perl-5.32.0.ebuild @@ -84,7 +84,9 @@ dual_scripts() { src_remove_dual perl-core/IO-Compress 2.93.0 zipdetails src_remove_dual perl-core/JSON-PP 4.40.0 json_pp src_remove_dual perl-core/Module-CoreList 5.202.6.20 corelist + src_remove_dual perl-core/Pod-Checker 1.730.0 podchecker src_remove_dual perl-core/Pod-Perldoc 3.280.100 perldoc + src_remove_dual perl-core/Pod-Usage 1.690.0 pod2usage src_remove_dual perl-core/Test-Harness 3.420.0 prove src_remove_dual perl-core/podlators 4.140.0 pod2man pod2text src_remove_dual_man perl-core/podlators 4.140.0 /usr/share/man/man1/perlpodstyle.1