diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-22 23:42:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-22 23:42:39 +0200 |
commit | 12bc52cec9f266d09b5a2de32e535dc9de3d2538 (patch) | |
tree | 4202caa6a5ccad07d88d38f2b352a5f1858da8d8 /dev-perl/Lchown | |
parent | dev-perl/Lchown: Stable for all (diff) | |
download | gentoo-12bc52cec9f266d09b5a2de32e535dc9de3d2538.tar.gz gentoo-12bc52cec9f266d09b5a2de32e535dc9de3d2538.tar.bz2 gentoo-12bc52cec9f266d09b5a2de32e535dc9de3d2538.zip |
dev-perl/Lchown: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Lchown')
-rw-r--r-- | dev-perl/Lchown/Lchown-1.10.0-r2.ebuild | 23 |
1 files changed, 0 insertions, 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 f3a84ba6380e..000000000000 --- 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 -} |