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