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/File-Slurp-Tiny/
Date: Sat, 05 Sep 2020 18:18:56
Message-Id: 1599329911.4e33f6236d720852e5639e845d3d60259172fdc1.kentnl@gentoo
1 commit: 4e33f6236d720852e5639e845d3d60259172fdc1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 18:18:00 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 18:18:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e33f623
7
8 dev-perl/File-Slurp-Tiny: -r bump for EAPI7
9
10 - EAPI7
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
14
15 .../File-Slurp-Tiny-0.4.0-r1.ebuild | 28 ++++++++++++++++++++++
16 1 file changed, 28 insertions(+)
17
18 diff --git a/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild
19 new file mode 100644
20 index 00000000000..4074ba3a9a7
21 --- /dev/null
22 +++ b/dev-perl/File-Slurp-Tiny/File-Slurp-Tiny-0.4.0-r1.ebuild
23 @@ -0,0 +1,28 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DIST_AUTHOR=LEONT
30 +DIST_VERSION=0.004
31 +inherit perl-module
32 +
33 +DESCRIPTION="A simple, sane and efficient file slurper"
34 +
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
37 +IUSE="test"
38 +RESTRICT="!test? ( test )"
39 +
40 +RDEPEND="
41 + virtual/perl-Carp
42 + >=virtual/perl-Exporter-5.570.0
43 + virtual/perl-File-Spec
44 +"
45 +BDEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 + test? (
48 + virtual/perl-File-Temp
49 + virtual/perl-Test-Simple
50 + )
51 +"