dev-perl/Config-Auto: Cleanup old 0.440.0

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-08-01 00:18:57 +12:00
parent 6c54cde639
commit 5884478660

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=BINGOS
MODULE_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
dev-perl/IO-String
virtual/perl-Text-ParseWords
virtual/perl-File-Spec
>=dev-perl/YAML-0.670.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
SRC_TEST="do"