From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Always/
Date: Thu, 21 May 2020 22:43:50 +0000 (UTC) [thread overview]
Message-ID: <1590101013.566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.kentnl@gentoo> (raw)
commit: 566d8cb7d6f24fc62f514743b3ddb538dbedb4f7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 22:39:19 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu May 21 22:43:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566d8cb7
idev-perl/Carp-Always: Bump to version 0.160.0
- EAPI7
- Remove useless tests
Upstream:
- Doc fixes
- Test for edge cases of warn/die with empty lists
- Tighten regex to suppress "at FILE line LINE.\n"
- No longer uses BEGIN or END blocks
- Enabling/Disabling now controllable at runtime via ->import() and
->unimport()
- Fix duplicate tracebacks when carp/croak/cluck/confess are used.
- Various fixes for older perls and older Carp's
- Less eating of user added carp messages.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild | 30 +++++++++++++++++++++++++
dev-perl/Carp-Always/Manifest | 1 +
2 files changed, 31 insertions(+)
diff --git a/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
new file mode 100644
index 00000000000..c50c403e39a
--- /dev/null
+++ b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=FERREIRA
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Warns and dies noisily with stack backtraces"
+
+SLOT="0"
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/Test-Base
+ )
+"
+PERL_RM_FILES=(
+ "t/098pod-coverage.t"
+ "t/099pod.t"
+)
diff --git a/dev-perl/Carp-Always/Manifest b/dev-perl/Carp-Always/Manifest
index 56ede94b2e1..96236cf58ce 100644
--- a/dev-perl/Carp-Always/Manifest
+++ b/dev-perl/Carp-Always/Manifest
@@ -1 +1,2 @@
DIST Carp-Always-0.13.tar.gz 5462 BLAKE2B 3710f9594d82b5bc6268f6b8164a28b913fc76c564ce513b3fa49a6cd41e6bbcddab897b0eab43facac25b5639db1b0aaad49988a182ecdda3eed488a59e23c9 SHA512 0ef666c45ed85f4dad5f955d13116a4c3cccb3395db80547629bf0d87f9494653fe5a85405252b650d4d92a4008c0d541a995ccae1139c7374b057317324d361
+DIST Carp-Always-0.16.tar.gz 13386 BLAKE2B 52270afde883a107456a9db4a147e77e3c256f998f28a4dce28d479d1b9f2896d32393939037482eb0f1a30937c20baaadfbe4b3c8fb461a39c144117315d5f1 SHA512 208e8d8435aebcc8c8345a453d17daaf35976c40e2b91cf528b92e9f6afba81cff9b31b656d71a6736838631e4b110cd12e49cfc48810872d39109b137fa074b
next reply other threads:[~2020-05-21 22:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-21 22:43 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-17 7:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Always/ Yixun Lan
2020-10-04 4:49 Kent Fredric
2020-08-31 14:11 Sam James
2020-08-25 10:14 Sam James
2020-08-20 16:40 Sam James
2019-07-28 17:16 Aaron Bauman
2019-04-13 17:27 Aaron Bauman
2018-10-15 19:03 Fabian Groffen
2017-10-17 8:24 Kent Fredric
2017-05-18 16:14 Michael Weber
2017-05-04 15:55 Agostino Sarubbo
2017-04-30 9:37 Agostino Sarubbo
2017-04-30 9:26 Agostino Sarubbo
2016-06-14 19:28 Markus Meier
2016-05-18 22:07 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1590101013.566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox