forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Passwd-Unix: Added at version 0.710.0
For Monsieurp Package-Manager: portage-2.2.28
- Loading branch information
1 parent
3724b09
commit 7024d27
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |