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 613F2139694 for ; Thu, 20 Apr 2017 22:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4101EE0BF5; Thu, 20 Apr 2017 22:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CF51E0BF5 for ; Thu, 20 Apr 2017 22:50:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D9B734071C for ; Thu, 20 Apr 2017 22:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC6A742D for ; Thu, 20 Apr 2017 22:50:17 +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: <1492728602.a01ee0c0be52594587f48c9b3f2a3f11f47016ae.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.26.9999.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a01ee0c0be52594587f48c9b3f2a3f11f47016ae X-VCS-Branch: master Date: Thu, 20 Apr 2017 22:50:17 +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-Archives-Salt: 4a6e3cf0-5c24-43b9-ace5-31f7fbef022d X-Archives-Hash: cae8fc714f4d5730c2f6ea1ccff6cb62 commit: a01ee0c0be52594587f48c9b3f2a3f11f47016ae Author: Kent Fredric gentoo org> AuthorDate: Thu Apr 20 22:49:41 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Apr 20 22:50:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ee0c0 dev-lang/perl: Fix dual-scripts versions from corelist deltas Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-lang/perl/perl-5.26.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/perl/perl-5.26.9999.ebuild b/dev-lang/perl/perl-5.26.9999.ebuild index cca25d8713d..66819aba418 100644 --- a/dev-lang/perl/perl-5.26.9999.ebuild +++ b/dev-lang/perl/perl-5.26.9999.ebuild @@ -76,14 +76,14 @@ S="${WORKDIR}/${MY_P}" dual_scripts() { src_remove_dual perl-core/Archive-Tar 2.240.0 ptar ptardiff ptargrep - src_remove_dual perl-core/CPAN 2.170.0 cpan + src_remove_dual perl-core/CPAN 2.180.0 cpan src_remove_dual perl-core/Digest-SHA 5.960.0 shasum src_remove_dual perl-core/Encode 2.880.0 enc2xs piconv src_remove_dual perl-core/ExtUtils-MakeMaker 7.240.0 instmodsh src_remove_dual perl-core/ExtUtils-ParseXS 3.340.0 xsubpp src_remove_dual perl-core/IO-Compress 2.74.0 zipdetails src_remove_dual perl-core/JSON-PP 2.274.0.200_rc json_pp - src_remove_dual perl-core/Module-CoreList 5.201.701.230_rc corelist + src_remove_dual perl-core/Module-CoreList 5.201.704.200 corelist src_remove_dual perl-core/Pod-Parser 1.630.0 pod2usage podchecker podselect src_remove_dual perl-core/Pod-Perldoc 3.280.0 perldoc src_remove_dual perl-core/Test-Harness 3.380.0 prove