dev-perl/Authen-Simple-Passwd: Added at 0.600.0

Used by dev-perl/Plack for testing.

Package-Manager: portage-2.2.28
This commit is contained in:
Kent Fredric
2016-03-22 16:58:11 +13:00
committed by Andreas K. Hüttel
parent af56519665
commit 1befadbf4c
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=CHANSEN
DIST_VERSION=0.6
inherit perl-module
DESCRIPTION="Simple Passwd authentication"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/Authen-Simple-0.300.0
virtual/perl-IO
"
DEPEND="${RDEPEND}
dev-perl/Module-Build
"
src_test() {
perl_rm_files "t/02pod.t" "t/03podcoverage.t"
perl-module_src_test
}

View File

@@ -0,0 +1 @@
DIST Authen-Simple-Passwd-0.6.tar.gz 3849 SHA256 cf55bc36259edf0fd6af9ad2bac81b31dc5b56a162c660590ecb969c7c1674b2 SHA512 719d61a0645f376f706193778a48d470bb96d9c884c2d9515d5cd5df390e378ea99cd27ae75a3493e72faec6e11b95cb72d7425b646f95a5c06b84f00d1a07ed WHIRLPOOL ea28e971754349f718d69256274c56688f05b7f2ab69e110a56bb4ce540a3d61ca3d7d1dd126f525ac5815857a0460134f0f38b9299dd511e9a1fbb19ad0ac86

View File

@@ -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>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Authen-Simple-Passwd</remote-id>
<remote-id type="cpan-module">Authen::Simple::Passwd</remote-id>
</upstream>
</pkgmetadata>