summaryrefslogtreecommitdiff
path: root/dev-perl/Config-General/Config-General-2.630.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Config-General/Config-General-2.630.0.ebuild')
-rw-r--r--dev-perl/Config-General/Config-General-2.630.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Config-General/Config-General-2.630.0.ebuild b/dev-perl/Config-General/Config-General-2.630.0.ebuild
deleted file mode 100644
index 67c0a045cf93..000000000000
--- a/dev-perl/Config-General/Config-General-2.630.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TLINDEN
-DIST_VERSION=2.63
-DIST_EXAMPLES=("example.cfg")
-inherit perl-module
-
-DESCRIPTION="Config file parser module"
-
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-IO
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"