Skip to content

Commit

Permalink
dev-perl/Passwd-Unix: Added at version 0.710.0
Browse files Browse the repository at this point in the history
For Monsieurp

Package-Manager: portage-2.2.28
  • Loading branch information
kentfredric authored and akhuettel committed Mar 19, 2016
1 parent 3724b09 commit 7024d27
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Passwd-Unix/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Passwd-Unix-0.71.tar.gz 12220 SHA256 9f45986f440032d38a61a322fd117c626be4e48d64b18930c3c678d498910975 SHA512 5ab487d8e6aa9caff32ed6e78182a5d397ee20eb115cc836eafca0b6588fe3b17b3900f910d39d187c4cbc228981a4f4af07708c4f8d33a6b784692c900ffcf8 WHIRLPOOL 68b0fb565853c218e1a09b7601b73e1773c5ccb78378e2d7dc5d0f2a429f4b0259ecfa6360b3483a0e859b867abbe0b31cfd9420cdd25e9722ed599b84b3ca49
33 changes: 33 additions & 0 deletions dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=STRZELEC
DIST_VERSION=0.71
inherit perl-module

DESCRIPTION="access to standard unix passwd files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
virtual/perl-Carp
dev-perl/Crypt-PasswdMD5
virtual/perl-Exporter
virtual/perl-File-Path
virtual/perl-File-Spec
>=virtual/perl-IO-Compress-2.15.0
dev-perl/Struct-Compare
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
src_prepare() {
mkdir t/
mv test.pl t/test.t
sed -i 's|test\.pl$|t/test.t|' MANIFEST
perl-module_src_prepare
}
12 changes: 12 additions & 0 deletions dev-perl/Passwd-Unix/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Passwd-Unix</remote-id>
<remote-id type="cpan-module">Passwd::Unix</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 7024d27

Please sign in to comment.