commit: 14fbf95508b469201a79450ce5362f413362452f Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Fri Sep 25 22:59:27 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Fri Sep 25 23:02:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fbf955
dev-perl/autovivification: Cleanup old 0.180.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> .../autovivification-0.180.0.ebuild | 23 ---------------------- 1 file changed, 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 90d973c07de..00000000000 --- 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 - ) -"