summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:17 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:20 -0400
commitdb2216327e3f398e63553cc6651de2c85ff35d67 (patch)
treec61e6f8b4e5ff8e829c1513e39f745c634a93561 /dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild
parentdev-perl/Eval-LineNumbers: Drop old versions (diff)
downloadgentoo-db2216327e3f398e63553cc6651de2c85ff35d67.tar.gz
gentoo-db2216327e3f398e63553cc6651de2c85ff35d67.tar.bz2
gentoo-db2216327e3f398e63553cc6651de2c85ff35d67.zip
dev-perl/Exporter-Lite: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild')
-rw-r--r--dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild b/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild
deleted file mode 100644
index 7bb07e025725..000000000000
--- a/dev-perl/Exporter-Lite/Exporter-Lite-0.80.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=NEILB
-DIST_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Lightweight exporting of variables"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~x86-linux ~ppc-macos"
-
-RDEPEND="
- virtual/perl-Carp
-"
-BDEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- >=virtual/perl-Test-Simple-0.340.0
- )
-"