From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Assert-More/
Date: Tue, 3 Oct 2017 11:13:34 +0000 (UTC) [thread overview]
Message-ID: <1507029198.921fa13818ecb27fad798ee977c83658718daece.kentnl@gentoo> (raw)
commit: 921fa13818ecb27fad798ee977c83658718daece
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 11:12:49 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 11:13:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921fa138
dev-perl/Carp-Assert-More: Bump to version 1.160.0
- EAPI6
- Parallel Tests
- Do prototypal compile test
Upstream:
- Add many new assert functions
- Rename assert_listref to assert_arrayref (+compat)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Carp-Assert-More-1.160.0.ebuild | 34 ++++++++++++++++++++++
dev-perl/Carp-Assert-More/Manifest | 1 +
2 files changed, 35 insertions(+)
diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild
new file mode 100644
index 00000000000..7202b242610
--- /dev/null
+++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="convenience wrappers around Carp::Assert"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Carp-Assert
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Exception )"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+ local MODULES=(
+ "Carp::Assert::More ${DIST_VERSION}"
+ )
+ for dep in "${MODULES[@]}"; do
+ perl -Mblib="${S}" -M"${dep} ()" -e1 ||
+ die "Could not load ${dep}"
+ done
+}
diff --git a/dev-perl/Carp-Assert-More/Manifest b/dev-perl/Carp-Assert-More/Manifest
index 5652a7d4c83..64d2addf5d5 100644
--- a/dev-perl/Carp-Assert-More/Manifest
+++ b/dev-perl/Carp-Assert-More/Manifest
@@ -1 +1,2 @@
DIST Carp-Assert-More-1.14.tar.gz 10304 SHA256 3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733 SHA512 0411908afd5cc45cedce83fb10e67f78f7513fa788421d9c4e0f0f0064bf6fdd7154c2414a449456ff4c600f31eba138fb4d3f94e68743af4b71f7368c30b398 WHIRLPOOL 747a1ddf1bd8973a7ebbeb3a673aae00a182969291f1a946597e801afc5dab1237c5b13c28f46297bd43d44b904929faf552d8337a9965f040f31d4d51827452
+DIST Carp-Assert-More-1.16.tar.gz 12290 SHA256 8ed01cdd95715c41b690ed3add4f121f5161b0fae09dff8cb227613ab46932f5 SHA512 9f81604574eab5a0a5003ad747ffec3a3dd33bc63e67d12697e4e30de8cb234a73e225f82a4d0f31576e19382cc2d6a402962f5fe1e4c5289e080ca23b30c0fe WHIRLPOOL e95875e85281a8e3cd3448cc842c9e6f49be1863e0e66b5b76f45c5603c861423d465defaa3080c5a15c630a45309ff397c8669f974328971524e776a25bd24a
next reply other threads:[~2017-10-03 11:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-03 11:13 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-05 3:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Carp-Assert-More/ Aaron Bauman
2018-04-05 21:07 Sergei Trofimovich
2018-04-07 21:18 Sergei Trofimovich
2018-04-17 0:06 Kent Fredric
2020-05-21 23:07 Kent Fredric
2020-08-21 19:00 Sergei Trofimovich
2020-09-26 9:25 Kent Fredric
2020-10-07 8:31 Kent Fredric
2021-05-01 16:28 Andreas K. Hüttel
2021-05-01 17:14 Sam James
2021-05-01 17:14 Sam James
2021-05-03 7:56 Sergei Trofimovich
2021-07-29 6:40 Agostino Sarubbo
2021-07-29 6:45 Agostino Sarubbo
2021-07-29 7:08 Agostino Sarubbo
2021-10-09 19:16 Andreas K. Hüttel
2021-12-05 20:52 Arthur Zamarin
2023-06-22 3:54 Sam James
2024-04-30 1:16 Sam James
2024-06-14 0:43 Sam James
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=1507029198.921fa13818ecb27fad798ee977c83658718daece.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