dev-perl/Config-Auto: -r bump for EAPI7

- EAPI7
 - Parallel tests
 - Remove unused/useless variables assignments
 - Unconditionally patch bad tests

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric 2020-06-27 17:58:28 +12:00
parent c150d35e01
commit cd51753fee
No known key found for this signature in database
GPG Key ID: 75AE9219A81583B5

View File

@ -0,0 +1,31 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=BINGOS
DIST_VERSION=0.44
inherit perl-module
DESCRIPTION="Magical config file parser"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Config-IniFiles
virtual/perl-File-Spec
virtual/perl-File-Temp
dev-perl/IO-String
virtual/perl-Text-ParseWords
>=dev-perl/YAML-0.670.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
PERL_RM_FILES=(
t/99_pod.t
)