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/Carp-Always/
Date: Thu, 21 May 2020 22:43:54
Message-Id: 1590101013.566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.kentnl@gentoo
1 commit: 566d8cb7d6f24fc62f514743b3ddb538dbedb4f7
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 22:39:19 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 22:43:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566d8cb7
7
8 idev-perl/Carp-Always: Bump to version 0.160.0
9
10 - EAPI7
11 - Remove useless tests
12
13 Upstream:
14 - Doc fixes
15 - Test for edge cases of warn/die with empty lists
16 - Tighten regex to suppress "at FILE line LINE.\n"
17 - No longer uses BEGIN or END blocks
18 - Enabling/Disabling now controllable at runtime via ->import() and
19 ->unimport()
20 - Fix duplicate tracebacks when carp/croak/cluck/confess are used.
21 - Various fixes for older perls and older Carp's
22 - Less eating of user added carp messages.
23
24 Package-Manager: Portage-2.3.99, Repoman-2.3.22
25 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
26
27 dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild | 30 +++++++++++++++++++++++++
28 dev-perl/Carp-Always/Manifest | 1 +
29 2 files changed, 31 insertions(+)
30
31 diff --git a/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
32 new file mode 100644
33 index 00000000000..c50c403e39a
34 --- /dev/null
35 +++ b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
36 @@ -0,0 +1,30 @@
37 +# Copyright 1999-2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +DIST_AUTHOR=FERREIRA
43 +DIST_VERSION=0.16
44 +inherit perl-module
45 +
46 +DESCRIPTION="Warns and dies noisily with stack backtraces"
47 +
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 +IUSE="test"
51 +RESTRICT="!test? ( test )"
52 +
53 +RDEPEND="
54 + virtual/perl-Carp
55 +"
56 +BDEPEND="${RDEPEND}
57 + virtual/perl-ExtUtils-MakeMaker
58 + test? (
59 + virtual/perl-Test-Simple
60 + dev-perl/Test-Base
61 + )
62 +"
63 +PERL_RM_FILES=(
64 + "t/098pod-coverage.t"
65 + "t/099pod.t"
66 +)
67
68 diff --git a/dev-perl/Carp-Always/Manifest b/dev-perl/Carp-Always/Manifest
69 index 56ede94b2e1..96236cf58ce 100644
70 --- a/dev-perl/Carp-Always/Manifest
71 +++ b/dev-perl/Carp-Always/Manifest
72 @@ -1 +1,2 @@
73 DIST Carp-Always-0.13.tar.gz 5462 BLAKE2B 3710f9594d82b5bc6268f6b8164a28b913fc76c564ce513b3fa49a6cd41e6bbcddab897b0eab43facac25b5639db1b0aaad49988a182ecdda3eed488a59e23c9 SHA512 0ef666c45ed85f4dad5f955d13116a4c3cccb3395db80547629bf0d87f9494653fe5a85405252b650d4d92a4008c0d541a995ccae1139c7374b057317324d361
74 +DIST Carp-Always-0.16.tar.gz 13386 BLAKE2B 52270afde883a107456a9db4a147e77e3c256f998f28a4dce28d479d1b9f2896d32393939037482eb0f1a30937c20baaadfbe4b3c8fb461a39c144117315d5f1 SHA512 208e8d8435aebcc8c8345a453d17daaf35976c40e2b91cf528b92e9f6afba81cff9b31b656d71a6736838631e4b110cd12e49cfc48810872d39109b137fa074b