diff options
author | Martin Väth <martin@mvath.de> | 2014-09-21 14:57:53 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:18 +0200 |
commit | 297b65014e9125e37d539f47c6d959506f383a45 (patch) | |
tree | 5331f1fbdfe229c5085d6bf43f67ac494d381b32 /dev-perl/File-lchown | |
parent | Bump emount, mv_perl (diff) | |
download | mv-297b65014e9125e37d539f47c6d959506f383a45.tar.gz mv-297b65014e9125e37d539f47c6d959506f383a45.tar.bz2 mv-297b65014e9125e37d539f47c6d959506f383a45.zip |
Add File-lchown, ExtUtils-CChecker. Udate mv_perl. Fix lesspipe
Diffstat (limited to 'dev-perl/File-lchown')
-rw-r--r-- | dev-perl/File-lchown/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-lchown/File-lchown-0.20.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/File-lchown/Manifest | 1 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/File-lchown/ChangeLog b/dev-perl/File-lchown/ChangeLog new file mode 100644 index 00000000..2e6d2387 --- /dev/null +++ b/dev-perl/File-lchown/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/File-lchown +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*File-lchown-0.2 (21 Sep 2014) + + 21 Sep 2014; Martin Väth <martin@mvaeth.de>: + New ebuild from scratch 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" diff --git a/dev-perl/File-lchown/Manifest b/dev-perl/File-lchown/Manifest new file mode 100644 index 00000000..5d63218e --- /dev/null +++ b/dev-perl/File-lchown/Manifest @@ -0,0 +1 @@ +DIST File-lchown-0.02.tar.gz 11821 SHA256 a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec SHA512 0673176423465cd18d41708977216a3785e4d6204928472499be25be3f86f376646dc2636406855ae75a0bfbce26bc36d2fbf410950febc2978b4c6d5fb99922 WHIRLPOOL 7a78c507c527b2caa667edf536f4f56d3419d00a41a3404b372ec262b4419114f31291fa0d0ec6453e937821fdc9fdbda40cfc5a3e4968c33bd18e13ee196b79 |