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/
Date: Thu, 21 May 2020 22:55:52
Message-Id: 1590101699.b2c3df4468ca2b73916a797c4ba3eb35edecbf67.kentnl@gentoo
1 commit: b2c3df4468ca2b73916a797c4ba3eb35edecbf67
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 22:54:59 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 22:54:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c3df44
7
8 dev-perl/Carp-Assert: -r bump for EAPI7
9
10 - EAPI7
11 - Remove redundant variables
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild | 24 ++++++++++++++++++++++
17 1 file changed, 24 insertions(+)
18
19 diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..7de645a2a26
22 --- /dev/null
23 +++ b/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild
24 @@ -0,0 +1,24 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DIST_AUTHOR=NEILB
31 +DIST_VERSION=0.21
32 +inherit perl-module
33 +
34 +DESCRIPTION="Executable comments in carp"
35 +
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 +IUSE="test"
39 +RESTRICT="!test? ( test )"
40 +
41 +RDEPEND="
42 + virtual/perl-Carp
43 + virtual/perl-Exporter
44 +"
45 +BDEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 + test? ( >=virtual/perl-Test-Simple-0.880.0 )
48 +"