mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/Data-Password: Add w/ version=1.120.0
Requsted by juippis as an optional dep of app-admin/kpcli Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
24
dev-perl/Data-Password/Data-Password-1.120.0.ebuild
Normal file
24
dev-perl/Data-Password/Data-Password-1.120.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=RAZINF
|
||||
DIST_VERSION=1.12
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Extension for assessing password quality"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Exporter
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
1
dev-perl/Data-Password/Manifest
Normal file
1
dev-perl/Data-Password/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Data-Password-1.12.tar.gz 6008 BLAKE2B c4b729c2e4c5a8073386b80debca2043819a7102a57369792e53210a59f63ce98d45791fbd27f825c94127554517120de090184af2584d600bfe99ed282f8f14 SHA512 bc7e8c31d1b9f6e986cd012a26f268f1c5924fa6743b32d2ed5770f6749390325874ce4bb01888b239cdcc8df85a714796a3adc2b2b5ffb70770435687b7cbcf
|
||||
12
dev-perl/Data-Password/metadata.xml
Normal file
12
dev-perl/Data-Password/metadata.xml
Normal 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">Data-Password</remote-id>
|
||||
<remote-id type="cpan-module">Data::Password</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user