summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-09-26 10:59:27 +1200
committerKent Fredric <kentnl@gentoo.org>2020-09-26 11:02:39 +1200
commit14fbf95508b469201a79450ce5362f413362452f (patch)
treeb892f4f8ec90746093b143575f7869052d3f9ef8
parentdev-perl/autobox: Cleanup old 3.0.1 (diff)
downloadgentoo-14fbf955.tar.gz
gentoo-14fbf955.tar.bz2
gentoo-14fbf955.zip
dev-perl/autovivification: Cleanup old 0.180.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/autovivification/autovivification-0.180.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/autovivification/autovivification-0.180.0.ebuild b/dev-perl/autovivification/autovivification-0.180.0.ebuild
deleted file mode 100644
index 90d973c07de3..000000000000
--- a/dev-perl/autovivification/autovivification-0.180.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=VPIT
-DIST_VERSION=0.18
-DIST_EXAMPLES=("samples/*")
-inherit perl-module
-
-DESCRIPTION="Lexically disable autovivification"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Exporter
- virtual/perl-Test-Simple
- )
-"