commit: c4bf612e325fc29b25e5297eafabe4250c239f80
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 09:40:58 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:51:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bf612e
dev-perl/MooseX-FollowPBP: Remove old 0.50.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../MooseX-FollowPBP-0.50.0.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-perl/MooseX-FollowPBP/MooseX-FollowPBP-0.50.0.ebuild
b/dev-perl/MooseX-FollowPBP/MooseX-FollowPBP-0.50.0.ebuild
deleted file mode 100644
index fe367f492e5..00000000000
--- a/dev-perl/MooseX-FollowPBP/MooseX-FollowPBP-0.50.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION="Name your accessors get_foo() and set_foo(), whatever that may
mean"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/Moose
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do"