commit: f08812065b6b21f8873e1f436d6db42bb61f8d86
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 08:05:22 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 08:46:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0881206
dev-perl/Data-Visitor: Cleanup old 0.300.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-Visitor/Data-Visitor-0.300.0-r1.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild
b/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild
deleted file mode 100644
index 9d54e371ba7..00000000000
--- a/dev-perl/Data-Visitor/Data-Visitor-0.300.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.30
-inherit perl-module
-
-DESCRIPTION="Visitor style traversal of Perl data structures"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Class-Load-0.60.0
- >=dev-perl/Moose-0.890.0
- >=dev-perl/namespace-clean-0.190.0
- >=dev-perl/Tie-ToObject-0.01
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Requires
- )
-"
-
-SRC_TEST="do"