summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:42:57 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:07 -0400
commitad5354f3dbe4dc0c10b3a5f98ed4f5f87df4fbc5 (patch)
tree2866100fa99c09d9d7db480899ec0d7b26ee5943 /dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
parentdev-perl/Config-AutoConf: Drop old versions (diff)
downloadgentoo-ad5354f3dbe4dc0c10b3a5f98ed4f5f87df4fbc5.tar.gz
gentoo-ad5354f3dbe4dc0c10b3a5f98ed4f5f87df4fbc5.tar.bz2
gentoo-ad5354f3dbe4dc0c10b3a5f98ed4f5f87df4fbc5.zip
dev-perl/Config-General: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Config-General/Config-General-2.630.0-r1.ebuild')
-rw-r--r--dev-perl/Config-General/Config-General-2.630.0-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild b/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
deleted file mode 100644
index aa49fa439eec..000000000000
--- a/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=TLINDEN
-DIST_VERSION=2.63
-DIST_EXAMPLES=("example.cfg")
-inherit perl-module
-
-DESCRIPTION="Config file parser module"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-IO
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"