From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PBKDF2/
Date: Fri, 7 May 2021 18:18:21 +0000 (UTC) [thread overview]
Message-ID: <1620411487.a13c369a41d23d292cff222864d5aac1f1788f3b.dilfridge@gentoo> (raw)
commit: a13c369a41d23d292cff222864d5aac1f1788f3b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 18:11:00 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 7 18:18:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13c369a
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 <AT> gentoo.org>
.../Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild | 38 ++++++++++++++++++++++
dev-perl/Crypt-PBKDF2/Manifest | 1 +
dev-perl/Crypt-PBKDF2/metadata.xml | 8 +++++
3 files changed, 47 insertions(+)
diff --git a/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
new file mode 100644
index 00000000000..4f85eaf5b30
--- /dev/null
+++ b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
@@ -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
+ )
+"
diff --git a/dev-perl/Crypt-PBKDF2/Manifest b/dev-perl/Crypt-PBKDF2/Manifest
new file mode 100644
index 00000000000..6adbe6ea58a
--- /dev/null
+++ b/dev-perl/Crypt-PBKDF2/Manifest
@@ -0,0 +1 @@
+DIST Crypt-PBKDF2-0.161520.tar.gz 17163 BLAKE2B 0330d6516915acfed6fda4c2a64a067d9d1e2b4d99d1a5e367e9b36f20664c874f7c7f90b0734a5772bd49ca6e7b7ee1739af8be47836619fa3cd4835d962cfc SHA512 0f5dfd6c642fcc3b34bc96f10b6f7344a8f3bac1bda6c610e85099906545bc78953666415240e793deae6db055df6f1007f3a946973ee960921cec4069de3a0a
diff --git a/dev-perl/Crypt-PBKDF2/metadata.xml b/dev-perl/Crypt-PBKDF2/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Crypt-PBKDF2/metadata.xml
@@ -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>
next reply other threads:[~2021-05-07 18:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-07 18:18 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-11 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PBKDF2/ Sergei Trofimovich
2021-05-13 13:19 Sergei Trofimovich
2021-05-13 13:19 Sergei Trofimovich
2021-05-15 1:55 Sam James
2021-05-16 0:13 Sam James
2021-05-25 0:19 Joshua Kinard
2021-07-24 20:23 Matt Turner
2021-07-31 4:14 Sam James
2021-08-05 14:13 Sam James
2021-08-07 14:49 Sam James
2021-11-18 21:43 Arthur Zamarin
2021-11-21 4:58 Arthur Zamarin
2021-12-08 10:14 Yixun Lan
2023-06-24 2:56 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1620411487.a13c369a41d23d292cff222864d5aac1f1788f3b.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox