Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/
Date: Wed, 19 Aug 2020 17:16:41
Message-Id: 1597857385.a8dfb46bf30b69a831de5b688e72c79e5c0b7266.kentnl@gentoo
1 commit: a8dfb46bf30b69a831de5b688e72c79e5c0b7266
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 17:05:35 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 17:16:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8dfb46b
7
8 dev-perl/Exporter-Tiny: Bump to version 1.2.2
9
10 - EAPI7
11 - Strip bundled deps in inc/ to make sure nothing uses them and we use
12 deps instead.
13 - Remove unused/empty variable assignments
14
15 Upstream:
16 - Fix handling of regex in import lists to accept regex without trailing
17 /flags as well as ones with trailing /flags
18 - Fix tests failing under PERL5OPT="-Mfeature=:5.18"
19
20 Package-Manager: Portage-2.3.103, Repoman-2.3.22
21 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
22
23 dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 38 +++++++++++++++++++++++
24 dev-perl/Exporter-Tiny/Manifest | 1 +
25 2 files changed, 39 insertions(+)
26
27 diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
28 new file mode 100644
29 index 00000000000..1c21ea40f34
30 --- /dev/null
31 +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
32 @@ -0,0 +1,38 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DIST_AUTHOR=TOBYINK
39 +DIST_VERSION=1.002002
40 +DIST_EXAMPLES=( "examples/*" )
41 +inherit perl-module
42 +
43 +DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies"
44 +
45 +SLOT="0"
46 +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"
47 +IUSE="test"
48 +RESTRICT="!test? ( test )"
49 +
50 +BDEPEND="
51 + >=virtual/perl-ExtUtils-MakeMaker-6.170.0
52 + test? (
53 + dev-perl/Test-Fatal
54 + dev-perl/Test-Warnings
55 + >=virtual/perl-Test-Simple-0.470.0
56 + )
57 +"
58 +PERL_RM_FILES=(
59 + inc/Test/Fatal.pm
60 + inc/Test/Requires.pm
61 + inc/Try/Tiny.pm
62 + inc/archaic/Test/Builder.pm
63 + inc/archaic/Test/Builder/IO/Scalar.pm
64 + inc/archaic/Test/Builder/Module.pm
65 + inc/archaic/Test/Builder/Tester.pm
66 + inc/archaic/Test/Builder/Tester/Color.pm
67 + inc/archaic/Test/More.pm
68 + inc/archaic/Test/Simple.pm
69 + SIGNATURE
70 +)
71
72 diff --git a/dev-perl/Exporter-Tiny/Manifest b/dev-perl/Exporter-Tiny/Manifest
73 index c4bb5370d45..6824e034f87 100644
74 --- a/dev-perl/Exporter-Tiny/Manifest
75 +++ b/dev-perl/Exporter-Tiny/Manifest
76 @@ -1 +1,2 @@
77 DIST Exporter-Tiny-1.002001.tar.gz 32304 BLAKE2B bb16d9195f5b8b68f9e786820ca21fed1501df51f7bc77fdeb7d37aeadbf5a944c55fc18cc12acaf5f74aa649f66996a910f5a0533e9b2f8be4739c4a7ae4e16 SHA512 b247e7785e02c3346f231736a430c2d54e5ac93c175892090c40121c86eb255ce4d138c65e31836fd2970b45fb71dc7e68ea3c45a06a9e9c4135b45df48621d8
78 +DIST Exporter-Tiny-1.002002.tar.gz 88456 BLAKE2B 28799f2e5872ee10f73c696291aff42ee47e79f878420770da46ce5923e7668b6b8bd9e88c0662d18d33b5e0c91e177360670ec38df57175c5d9732344780ff6 SHA512 b6d39ba1824f6c9d68cf75e7f28fd896c2c475e419f0b1aadec58d4e7e5c8d3fd7bf85d841758772055470de56ad7a3ad6787cfd9d6c5d61d8449cf8f40bda8d