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/Config-Auto/
Date: Sat, 27 Jun 2020 05:59:56
Message-Id: 1593237548.cd51753fee01d7893a495c58fc5da167c3e693fa.kentnl@gentoo
1 commit: cd51753fee01d7893a495c58fc5da167c3e693fa
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 05:58:28 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 05:59:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd51753f
7
8 dev-perl/Config-Auto: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove unused/useless variables assignments
13 - Unconditionally patch bad tests
14
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild | 31 ++++++++++++++++++++++
19 1 file changed, 31 insertions(+)
20
21 diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild b/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
22 new file mode 100644
23 index 00000000000..ced43262e82
24 --- /dev/null
25 +++ b/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
26 @@ -0,0 +1,31 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=BINGOS
33 +DIST_VERSION=0.44
34 +inherit perl-module
35 +
36 +DESCRIPTION="Magical config file parser"
37 +
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE="test"
41 +RESTRICT="!test? ( test )"
42 +
43 +RDEPEND="
44 + dev-perl/Config-IniFiles
45 + virtual/perl-File-Spec
46 + virtual/perl-File-Temp
47 + dev-perl/IO-String
48 + virtual/perl-Text-ParseWords
49 + >=dev-perl/YAML-0.670.0
50 +"
51 +BDEPEND="${RDEPEND}
52 + virtual/perl-ExtUtils-MakeMaker
53 + test? ( virtual/perl-Test-Simple )
54 +"
55 +PERL_RM_FILES=(
56 + t/99_pod.t
57 +)