From: Kent Fredric Date: Tue, 14 Apr 2020 13:40:08 +0000 (+1200) Subject: dev-perl/Lchown: Remove old 1.10.0-r1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15b5ddc5bc7a7c7c9d3820e013e712ac2c906953;p=gentoo.git dev-perl/Lchown: Remove old 1.10.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric --- diff --git a/dev-perl/Lchown/Lchown-1.10.0-r1.ebuild b/dev-perl/Lchown/Lchown-1.10.0-r1.ebuild deleted file mode 100644 index 86d390fb419b..000000000000 --- a/dev-perl/Lchown/Lchown-1.10.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=NCLEATON -MODULE_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"