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/Const-Fast/
Date: Sun, 28 Jun 2020 14:37:51
Message-Id: 1593355052.e7cfff10f6cfcad1643a2a834b3d569311716241.kentnl@gentoo
1 commit: e7cfff10f6cfcad1643a2a834b3d569311716241
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 14:37:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 14:37:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cfff10
7
8 dev-perl/Const-Fast: -r bump for EAPI7
9
10 - EAPI7
11 - Remove unneeded variable assignments
12
13 Package-Manager: Portage-2.3.100, Repoman-2.3.22
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 33 +++++++++++++++++++++++++
17 1 file changed, 33 insertions(+)
18
19 diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
20 new file mode 100644
21 index 00000000000..27a9d59ba25
22 --- /dev/null
23 +++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
24 @@ -0,0 +1,33 @@
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=LEONT
31 +DIST_VERSION=0.014
32 +inherit perl-module
33 +
34 +DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
35 +
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
38 +IUSE="test"
39 +RESTRICT="!test? ( test )"
40 +
41 +RDEPEND="
42 + virtual/perl-Scalar-List-Utils
43 + virtual/perl-Storable
44 + >=dev-perl/Sub-Exporter-Progressive-0.1.7
45 +"
46 +DEPEND="
47 + dev-perl/Module-Build-Tiny
48 +"
49 +BDEPEND="${RDEPEND}
50 + >=dev-perl/Module-Build-Tiny-0.21.0
51 + test? (
52 + virtual/perl-Data-Dumper
53 + virtual/perl-File-Temp
54 + dev-perl/Test-Fatal
55 + >=virtual/perl-Test-Simple-0.880.0
56 + )
57 +"