diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 00:15:19 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 00:15:19 +1200 |
commit | cb2db452952e0b7128f6a85e2a6a90b2c161a282 (patch) | |
tree | c2c8917d0d1aee8dcf71232ab25a6e1bf0206f43 | |
parent | dev-perl/App-perlbrew: Bump to version 0.880.0 (diff) | |
download | gentoo-cb2db452952e0b7128f6a85e2a6a90b2c161a282.tar.gz gentoo-cb2db452952e0b7128f6a85e2a6a90b2c161a282.tar.bz2 gentoo-cb2db452952e0b7128f6a85e2a6a90b2c161a282.zip |
dev-perl/App-pwhich: Bump to version 1.160.0
- EAPI7
Upstream:
- On Win32, use Shell::Guess to determine if CWD ('.') should be
included implicitly
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r-- | dev-perl/App-pwhich/App-pwhich-1.160.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/App-pwhich/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/App-pwhich/App-pwhich-1.160.0.ebuild b/dev-perl/App-pwhich/App-pwhich-1.160.0.ebuild new file mode 100644 index 000000000000..e7a52d75e583 --- /dev/null +++ b/dev-perl/App-pwhich/App-pwhich-1.160.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=1.16 +inherit perl-module + +DESCRIPTION="Perl-only 'which'" +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=" + >=dev-perl/File-Which-1.140.0 +" +# Test2::V0 -> Test2-Suite-0.0.72 +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Capture-Tiny + >=dev-perl/Test2-Suite-0.0.72 + dev-perl/Test-Script + ) +" diff --git a/dev-perl/App-pwhich/Manifest b/dev-perl/App-pwhich/Manifest index 19a13f9b7c95..22b462196bb9 100644 --- a/dev-perl/App-pwhich/Manifest +++ b/dev-perl/App-pwhich/Manifest @@ -1,2 +1,3 @@ DIST App-pwhich-1.14.tar.gz 13900 BLAKE2B 679a834f85993c780b95dd8fb2db20d0c2f5c336ae6e48f702e0fe8d9e76c92534265c5aebb2d9a793f0aefd2bb3dc141d100229d52fcd913fae1fd369e25664 SHA512 515981eff1aa6e20f211336e9543dc3d3cd09c80e9b51698418350e112ab0985ab27e278c7beaecc61c26600ed74083a23a3d375e845e5ef8cddf9b95cfa5fcf DIST App-pwhich-1.15.tar.gz 15257 BLAKE2B bb693d8866b93c8cbfaae6bcd23730e1db2d89e5c30998816425df4ba15671cc1296afdc4afd91b57ba826711ae66e820e1eee5087395a20cba0b4a721030ca1 SHA512 ca4f8c2f4dd50123f16694e3ad7d4a0a45a0e2238b501e3598b0a3415406900f60ecf7cf43eaf501a03769c9c6bde2f21f4d34e8610582d6c657707f6c3ec461 +DIST App-pwhich-1.16.tar.gz 16177 BLAKE2B 389abdbf230a15324e01b7ac0ad05ced04d8b9cac4faa45650d964ed11c073f5170afcb6ec5e46e3b1f9c996aa10800428f6aefbc2d7528b05357816d2a39466 SHA512 1d98c41884c088fd7d0f9c8a84686058507b67f5a9eb611702908c0ea58e40128b077bb8a40f10db2296f1a8878afa2b15bf66b7105d3c5c3732419d810aaaae |