mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/Crypt-PBKDF2: New package, needed for Crypt::CBC
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
87bf6ef66e
commit
a13c369a41
38
dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
Normal file
38
dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
Normal file
@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=ARODLAND
|
||||
DIST_VERSION=0.161520
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="The PBKDF2 password hashing algorithm"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
>=virtual/perl-Digest-1.160.0
|
||||
>=dev-perl/Digest-HMAC-1.10.0
|
||||
virtual/perl-Digest-SHA
|
||||
>=dev-perl/Digest-SHA3-0.220.0
|
||||
virtual/perl-MIME-Base64
|
||||
dev-perl/Module-Runtime
|
||||
>=dev-perl/Moo-2.0.0
|
||||
virtual/perl-Scalar-List-Utils
|
||||
>=dev-perl/Try-Tiny-0.40.0
|
||||
>=dev-perl/Type-Tiny-1.0.5
|
||||
dev-perl/namespace-autoclean
|
||||
>=dev-perl/strictures-2.0.0
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
dev-perl/Test-Fatal
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
1
dev-perl/Crypt-PBKDF2/Manifest
Normal file
1
dev-perl/Crypt-PBKDF2/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST Crypt-PBKDF2-0.161520.tar.gz 17163 BLAKE2B 0330d6516915acfed6fda4c2a64a067d9d1e2b4d99d1a5e367e9b36f20664c874f7c7f90b0734a5772bd49ca6e7b7ee1739af8be47836619fa3cd4835d962cfc SHA512 0f5dfd6c642fcc3b34bc96f10b6f7344a8f3bac1bda6c610e85099906545bc78953666415240e793deae6db055df6f1007f3a946973ee960921cec4069de3a0a
|
||||
8
dev-perl/Crypt-PBKDF2/metadata.xml
Normal file
8
dev-perl/Crypt-PBKDF2/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?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>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user