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 3EC7713835A for ; Sat, 5 Sep 2020 11:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 277B0E0893; Sat, 5 Sep 2020 11:58:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9586E08A2 for ; Sat, 5 Sep 2020 11:58:55 +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 71C88340CF2 for ; Sat, 5 Sep 2020 11:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5980344 for ; Sat, 5 Sep 2020 11:58:52 +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: <1599307015.b7f5f75ce9b6d9a867b0aae67f293c5a4a3f4a7f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild dev-perl/File-ShareDir/Manifest X-VCS-Directories: dev-perl/File-ShareDir/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b7f5f75ce9b6d9a867b0aae67f293c5a4a3f4a7f X-VCS-Branch: master Date: Sat, 5 Sep 2020 11:58:52 +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: cdeb53ab-8caa-44e4-b5dd-27a6c86b558d X-Archives-Hash: 79819a122c429c065086b023876f0308 commit: b7f5f75ce9b6d9a867b0aae67f293c5a4a3f4a7f Author: Kent Fredric gentoo org> AuthorDate: Sat Sep 5 11:55:17 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 5 11:56:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f5f75c dev-perl/File-ShareDir: Bump to version 1.116.0 - EAPI7 Upstream: - Use more recent File::ShareDir::Install - Fix errors in Windows style paths - Add support for externally setting overrides for the resolution path on a per-module/per-dist basis - Avoid bugs in _dist_file_new which continued to operate wrongly when _dist_dir_new returned 'undef' - Unify various @INC traversal code into a single function in order to make monkey-patching (for testing or whatever) the File::ShareDir subs easier - Remove unused/incomplete `_dist_packfile` function - Fix various test failures Keywording: - New dependency List-MoreUtils needs additional keywords, so keywords are temporarily dropped for: - riscv m68k-mint sparc64-solaris x64-solaris Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../File-ShareDir/File-ShareDir-1.116.0.ebuild | 33 ++++++++++++++++++++++ dev-perl/File-ShareDir/Manifest | 1 + 2 files changed, 34 insertions(+) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild new file mode 100644 index 00000000000..584740d402f --- /dev/null +++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=REHSACK +DIST_VERSION=1.116 +inherit perl-module + +DESCRIPTION="Locate per-dist and per-module shared files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="minimal test" +RESTRICT="!test? ( test )" + +RDEPEND=" + !minimal? ( + >=dev-perl/List-MoreUtils-0.428.0 + >=dev-perl/Params-Util-1.70.0 + ) + virtual/perl-Carp + >=dev-perl/Class-Inspector-1.120.0 + >=virtual/perl-File-Spec-0.800.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/File-ShareDir-Install-0.130.0 + test? ( + >=virtual/perl-File-Path-2.80.0 + >=virtual/perl-Test-Simple-0.900.0 + ) +" diff --git a/dev-perl/File-ShareDir/Manifest b/dev-perl/File-ShareDir/Manifest index bed3f9a29ac..03a58a4c545 100644 --- a/dev-perl/File-ShareDir/Manifest +++ b/dev-perl/File-ShareDir/Manifest @@ -1 +1,2 @@ DIST File-ShareDir-1.104.tar.gz 20500 BLAKE2B 567327d46e5ecde5c3ca8044c6ff7af5b502ba88a35eb3d697f73732338991e0402b1d1143f8ed364a4d76162996344bd0bebf91695e2242be3b0d8185ac2f23 SHA512 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52 +DIST File-ShareDir-1.116.tar.gz 27487 BLAKE2B 88b898ea6d139b21bf9f64f183c808192e3bcfcd260524aa5e03b4ce05211fc8d5e0d5ca8cf9f1cad8e58b7ff029835cd35cb343588a9b2e862e612549cd1c0d SHA512 5fcd75254c446f02ee377e6b5848baad95c73779b8525b0ee1699fe675ddd2bd67d0dc057f47b0991ec136de16e06a4891a4b14a78bd96c3e2468640053bbe0e