commit: 98d32566090d457faf50e449f68099ae3db33815
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:21:36 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:24:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d32566
dev-perl/Class-Accessor-Chained: Cleanup old 0.10.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Class-Accessor-Chained-0.10.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git
a/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r1.ebuild
b/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r1.ebuild
deleted file mode 100644
index c4264f05333..00000000000
--- a/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RCLAMP
-MODULE_VERSION=0.01
-inherit perl-module
-
-DESCRIPTION="Perl module to make chained class accessors"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/Class-Accessor"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"
-
-SRC_TEST="do"