From 82416b0d06ddfd835939cf56deb483cc7ddd3a77 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 8 Sep 2020 19:35:14 +1200 Subject: dev-perl/File-Which: Bump to version 1.230.0 - EAPI7 - Make USE="pwhich" non-default to begin transition to no longer needing the PDEPEND, and expose packages that should directly depend on dev-perl/App-pwhich Upstream: - Internally rename "IS_DOS" to "IS_WIN" and leave IS_DOS as an alias for IS_WIN, given one is more prevalent than the other. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric --- dev-perl/File-Which/File-Which-1.230.0.ebuild | 23 +++++++++++++++++++++++ dev-perl/File-Which/Manifest | 1 + 2 files changed, 24 insertions(+) create mode 100644 dev-perl/File-Which/File-Which-1.230.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/File-Which/File-Which-1.230.0.ebuild b/dev-perl/File-Which/File-Which-1.230.0.ebuild new file mode 100644 index 000000000000..d50245dbfb26 --- /dev/null +++ b/dev-perl/File-Which/File-Which-1.230.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=1.23 +inherit perl-module + +DESCRIPTION="Perl module implementing 'which' internally" + +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 pwhich" +RESTRICT="!test? ( test )" + +# Was part of File::Which, but depends on File::Which +# so this keeps legacy integrity in place. +PDEPEND="pwhich? ( dev-perl/App-pwhich )" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.470.0 ) +" diff --git a/dev-perl/File-Which/Manifest b/dev-perl/File-Which/Manifest index f81bfe05c296..f94aace15f23 100644 --- a/dev-perl/File-Which/Manifest +++ b/dev-perl/File-Which/Manifest @@ -1 +1,2 @@ DIST File-Which-1.22.tar.gz 21685 BLAKE2B ec2ecbdaf9e5f25e2d8928611a63438b0f2372f46c400159fcb3276ec8f03a244feed36d388bf89ca0abf3f844736b25abd6fed49d80e325e22a763c1980df1e SHA512 9efd8cc6d08e82a429ab3b0ec5193cb894432311338dc4cdcb73b4536a40bf4829c414e75e5dcb0d03b9190511b232f1d27e441657afa7299b0a5b882877f2d1 +DIST File-Which-1.23.tar.gz 23293 BLAKE2B 8a02bcdb27c052a344297c70cfea6b944ba004bdca9680d910cfd7b7ed30acae6365e13e00bab325254042cd8754da9557ee4cfab9d2291e5c505cff7e1662f3 SHA512 73c48642f448abdab2a3cf39409db50bb311cbd7ea352f5dc70f6e97296d9b09ab7e1738482864aa7f7e300a8f74b19b7ca9949fe3102f61e08fe08c9be2a4ac -- cgit v1.2.3-65-gdbad