summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Config-Auto')
-rw-r--r--dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild29
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"