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-Assert-More/
Date: Wed, 07 Oct 2020 08:32:00
Message-Id: 1602059501.4da1128ee63cefb76389ee2bf154df5f784dbf82.kentnl@gentoo
1 commit: 4da1128ee63cefb76389ee2bf154df5f784dbf82
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 08:31:07 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 08:31:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da1128e
7
8 dev-perl/Carp-Assert-More: Bump to version 1.240.0
9
10 - Fix LICENSE
11
12 Upstream:
13 - Add assert_keys_are(\%hash, \@exact_keylist [, $test_name ] )
14 - assert_datetime() now has a prototype
15 - Minimum Perl reduced to perl 5.6.1 by removing use of defined-or
16
17 Package-Manager: Portage-3.0.8, Repoman-3.0.1
18 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
19
20 .../Carp-Assert-More-1.240.0.ebuild | 41 ++++++++++++++++++++++
21 dev-perl/Carp-Assert-More/Manifest | 1 +
22 2 files changed, 42 insertions(+)
23
24 diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild
25 new file mode 100644
26 index 00000000000..be2c307e500
27 --- /dev/null
28 +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.240.0.ebuild
29 @@ -0,0 +1,41 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DIST_AUTHOR=PETDANCE
36 +DIST_VERSION=1.24
37 +inherit perl-module
38 +
39 +DESCRIPTION="convenience wrappers around Carp::Assert"
40 +LICENSE="Artistic-2"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
43 +IUSE="test"
44 +RESTRICT="!test? ( test )"
45 +
46 +RDEPEND="
47 + virtual/perl-Carp
48 + dev-perl/Carp-Assert
49 + virtual/perl-Scalar-List-Utils
50 +"
51 +BDEPEND="${RDEPEND}
52 + virtual/perl-ExtUtils-MakeMaker
53 + test? (
54 + dev-perl/Test-Exception
55 + )
56 +"
57 +PERL_RM_FILES=(
58 + "t/pod-coverage.t"
59 + "t/pod.t"
60 +)
61 +src_test() {
62 + perl-module_src_test
63 + local MODULES=(
64 + "Carp::Assert::More ${DIST_VERSION}"
65 + )
66 + for dep in "${MODULES[@]}"; do
67 + perl -Mblib="${S}" -M"${dep} ()" -e1 ||
68 + die "Could not load ${dep}"
69 + done
70 +}
71
72 diff --git a/dev-perl/Carp-Assert-More/Manifest b/dev-perl/Carp-Assert-More/Manifest
73 index 6f71e4165f9..81c540fb84b 100644
74 --- a/dev-perl/Carp-Assert-More/Manifest
75 +++ b/dev-perl/Carp-Assert-More/Manifest
76 @@ -1 +1,2 @@
77 DIST Carp-Assert-More-1.20.tar.gz 13282 BLAKE2B aa85111f076f78d0de2e4568b2ddb3c1318c5dae76da3b29f442e07e7b4f729c62abf94bc320477f1c572c6ff64d87c30793fb64e88f0774cba873c7f5aa8ffd SHA512 9caacf2cc4acb190b071a7312e5e1cdee5a0b7a0e9db0efc6dca0fa19167524a3bd6beecc4bb8e68eace719fc1d918063e9d259a24cb28e81dd628ea75ba541b
78 +DIST Carp-Assert-More-1.24.tar.gz 14414 BLAKE2B 0a0a710a9248956cd6a6cf72c200348d8ed9183d54c1b2754ed8a1c2af542f87c425d8808cb7b4c930d547ee6282ed577c43f12141898c2b9cdad82ace71cc0d SHA512 60b4d21ea90822f182a9b166489146c73d7c5230de1910b4f23bab9cdf85b93d4b8e1e9792f57808a984dcd63179197d0229fa4b812693808cfa89bb6685bf00