commit: a8dfb46bf30b69a831de5b688e72c79e5c0b7266 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Aug 19 17:05:35 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 17:16:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8dfb46b
dev-perl/Exporter-Tiny: Bump to version 1.2.2 - EAPI7 - Strip bundled deps in inc/ to make sure nothing uses them and we use deps instead. - Remove unused/empty variable assignments Upstream: - Fix handling of regex in import lists to accept regex without trailing /flags as well as ones with trailing /flags - Fix tests failing under PERL5OPT="-Mfeature=:5.18" Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 38 +++++++++++++++++++++++ dev-perl/Exporter-Tiny/Manifest | 1 + 2 files changed, 39 insertions(+) diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild new file mode 100644 index 00000000000..1c21ea40f34 --- /dev/null +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=1.002002 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" + +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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Warnings + >=virtual/perl-Test-Simple-0.470.0 + ) +" +PERL_RM_FILES=( + inc/Test/Fatal.pm + inc/Test/Requires.pm + inc/Try/Tiny.pm + inc/archaic/Test/Builder.pm + inc/archaic/Test/Builder/IO/Scalar.pm + inc/archaic/Test/Builder/Module.pm + inc/archaic/Test/Builder/Tester.pm + inc/archaic/Test/Builder/Tester/Color.pm + inc/archaic/Test/More.pm + inc/archaic/Test/Simple.pm + SIGNATURE +) diff --git a/dev-perl/Exporter-Tiny/Manifest b/dev-perl/Exporter-Tiny/Manifest index c4bb5370d45..6824e034f87 100644 --- a/dev-perl/Exporter-Tiny/Manifest +++ b/dev-perl/Exporter-Tiny/Manifest @@ -1 +1,2 @@ DIST Exporter-Tiny-1.002001.tar.gz 32304 BLAKE2B bb16d9195f5b8b68f9e786820ca21fed1501df51f7bc77fdeb7d37aeadbf5a944c55fc18cc12acaf5f74aa649f66996a910f5a0533e9b2f8be4739c4a7ae4e16 SHA512 b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8 +DIST Exporter-Tiny-1.002002.tar.gz 88456 BLAKE2B 28799f2e5872ee10f73c696291aff42ee47e79f878420770da46ce5923e7668b6b8bd9e88c0662d18d33b5e0c91e177360670ec38df57175c5d9732344780ff6 SHA512 b6d39ba1824f6c9d68cf75e7f28fd896c2c475e419f0b1aadec58d4e7e5c8d3fd7bf85d841758772055470de56ad7a3ad6787cfd9d6c5d61d8449cf8f40bda8d
