mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
c150d35e01
commit
cd51753fee
31
dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
Normal file
31
dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
Normal 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
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user