commit:     d9a18484ac6bd045bac86776eeaf3d500c54be30
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 11:29:57 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 11:56:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a18484

dev-perl/File-ShareDir-Install: Bump to version 0.130.0

- EAPI7
- Remove Build.PL hacks which are now no longer needed in upstream code
- Don't hard-disable parallel tests, as the test suite now enforces
  serialization where needed via a test plan (testrules.yml)

Upstream:
- Add rules for Test::Harness to avoid breaking under parallel testing
- Support spaces and other characters in share files
- Remove Build.PL to keep the dependency graph low, as this is a
  high-upriver package.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../File-ShareDir-Install-0.130.0.ebuild           | 30 ++++++++++++++++++++++
 dev-perl/File-ShareDir-Install/Manifest            |  1 +
 2 files changed, 31 insertions(+)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild
new file mode 100644
index 00000000000..92b74481d6d
--- /dev/null
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.13
+
+inherit perl-module
+
+DESCRIPTION="Install shared files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-Exporter
+       virtual/perl-File-Spec
+       virtual/perl-IO
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-File-Path
+               virtual/perl-Test-Simple
+       )
+"

diff --git a/dev-perl/File-ShareDir-Install/Manifest 
b/dev-perl/File-ShareDir-Install/Manifest
index 79bb1f6e2a2..fa7397a93c6 100644
--- a/dev-perl/File-ShareDir-Install/Manifest
+++ b/dev-perl/File-ShareDir-Install/Manifest
@@ -1 +1,2 @@
 DIST File-ShareDir-Install-0.11.tar.gz 31187 BLAKE2B 
4be6bd829fc9b2784069ba3ee8f54fadd390e3bd003d43a7754f3469fc14c01a5587044f045abe806688ed4442088256264d983ccf4080caec8b8062912e2acf
 SHA512 
6611f6c3221ec52db7582f30b2159dba22ca8d899666526c069298b3350ced9e3b46872baaceb30f7a27e3c744c929ca4967fa820d14bbfdb41e5ed5485a9f72
+DIST File-ShareDir-Install-0.13.tar.gz 31191 BLAKE2B 
53bde507e8fcd0c75030bd977bc6a55d6da810c99102269e46042ebe3873d8fbb224d967cafa87dee4bd02ca18b968f525129986bf7204f84251d7f86f0588b3
 SHA512 
a119e38491fad8ae0ebd95913e3b608e09a2b99376a5160e75083a28abe4f83c4f6a36df216365527ff87bf8ec095254b16a2f6d2515c69f34609df8672605ca

Reply via email to