commit: 12bc52cec9f266d09b5a2de32e535dc9de3d2538
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 21:42:39 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 21:42:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bc52ce
dev-perl/Lchown: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Lchown/Lchown-1.10.0-r2.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
b/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
deleted file mode 100644
index f3a84ba6380..00000000000
--- a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NCLEATON
-DIST_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Use the lchown(2) system call from Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- dev-perl/Module-Build"
-src_test() {
- perl_rm_files t/pod-coverage.t t/pod.t
- perl-module_src_test
-}