diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-21 08:32:33 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-21 20:31:49 +0000 |
commit | 58aa3a444c6ae12b4216926db05a97af58d7239b (patch) | |
tree | ba8b7de4166150a1e3ce952b863fe49cc85365bd | |
parent | dev-perl/IPC-Run3: Drop old versions (diff) | |
download | gentoo-58aa3a444c6ae12b4216926db05a97af58d7239b.tar.gz gentoo-58aa3a444c6ae12b4216926db05a97af58d7239b.tar.bz2 gentoo-58aa3a444c6ae12b4216926db05a97af58d7239b.zip |
dev-perl/Lchown: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-perl/Lchown/Lchown-1.10.0-r3.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild deleted file mode 100644 index 85c5e0e79f65..000000000000 --- a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=NCLEATON -DIST_VERSION=1.01 -inherit perl-module - -DESCRIPTION="Use the lchown(2) system call from Perl" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 sparc x86" - -BDEPEND="${RDEPEND} - dev-perl/Module-Build -" - -PERL_RM_FILES=( - t/pod-coverage.t - t/pod.t -) - -src_configure() { - unset LD - [[ -n "${CCLD}" ]] && export LD="${CCLD}" - perl-module_src_configure -} - -src_compile() { - ./Build --config optimize="${CFLAGS}" build || die -} |