From 297b65014e9125e37d539f47c6d959506f383a45 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 21 Sep 2014 14:57:53 +0200 Subject: Add File-lchown, ExtUtils-CChecker. Udate mv_perl. Fix lesspipe --- dev-perl/File-lchown/File-lchown-0.20.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-perl/File-lchown/File-lchown-0.20.ebuild (limited to 'dev-perl/File-lchown/File-lchown-0.20.ebuild') diff --git a/dev-perl/File-lchown/File-lchown-0.20.ebuild b/dev-perl/File-lchown/File-lchown-0.20.ebuild new file mode 100644 index 00000000..7d6ea288 --- /dev/null +++ b/dev-perl/File-lchown/File-lchown-0.20.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" + +MODULE_AUTHOR=PEVANS +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Use the lchown(2) and lutimes(2) system call from Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-perl/ExtUtils-CChecker + virtual/perl-Module-Build" -- cgit v1.2.3-65-gdbad