diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-01 00:18:57 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-01 00:32:28 +1200 |
commit | 5884478660b9126e5fbc29b477f4e430e15e9c5b (patch) | |
tree | c93c68ea66c9b9e65925972f2c8d5ea04bf5479a /dev-perl | |
parent | dev-perl/Compress-LZF: Cleanup old 3.800.0 (diff) | |
download | gentoo-5884478660b9126e5fbc29b477f4e430e15e9c5b.tar.gz gentoo-5884478660b9126e5fbc29b477f4e430e15e9c5b.tar.bz2 gentoo-5884478660b9126e5fbc29b477f4e430e15e9c5b.zip |
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>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild deleted file mode 100644 index feefb8e29027..000000000000 --- a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild +++ /dev/null @@ -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" |