diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-05 23:29:57 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-05 23:56:00 +1200 |
commit | d9a18484ac6bd045bac86776eeaf3d500c54be30 (patch) | |
tree | 563140b5dbcb003209427a9ae7c5800d48c8ef2c /dev-perl | |
parent | dev-perl/List-MoreUtils: Bump to version 0.428.0 (diff) | |
download | gentoo-d9a18484ac6bd045bac86776eeaf3d500c54be30.tar.gz gentoo-d9a18484ac6bd045bac86776eeaf3d500c54be30.tar.bz2 gentoo-d9a18484ac6bd045bac86776eeaf3d500c54be30.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/File-ShareDir-Install/Manifest | 1 |
2 files changed, 31 insertions, 0 deletions
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 000000000000..92b74481d6d6 --- /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 79bb1f6e2a25..fa7397a93c60 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 |