* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bytes-Random-Secure/
@ 2020-09-21 20:29 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-09-21 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 89c722cafb7b7cf9a83c34774bb04f20371b8f2c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 20:18:18 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 20:28:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c722ca
dev-perl/Bytes-Random-Secure: Add w/ version=0.290.0
Required optionally by dev-perl/Crypt-PWSafe3
And Crypt-PWSafe3 requested by juippis as an optional dependency
of app-admin/kpcli
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Bytes-Random-Secure-0.290.0.ebuild | 46 ++++++++++++++++++++++
dev-perl/Bytes-Random-Secure/Manifest | 1 +
dev-perl/Bytes-Random-Secure/metadata.xml | 12 ++++++
3 files changed, 59 insertions(+)
diff --git a/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild b/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild
new file mode 100644
index 00000000000..8eb310b499e
--- /dev/null
+++ b/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAVIDO
+DIST_VERSION=0.29
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="extension to generate cryptographically-secure random bytes"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Crypt-Random-Seed
+ virtual/perl-Exporter
+ >=virtual/perl-MIME-Base64-3.30.0
+ dev-perl/Math-Random-ISAAC
+ >=virtual/perl-Scalar-List-Utils-1.210.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.560.0
+ test? (
+ virtual/perl-Data-Dumper
+ >=virtual/perl-Test-Simple-0.980.0
+ virtual/perl-Time-HiRes
+ !minimal? (
+ dev-perl/Statistics-Basic
+ )
+ )
+"
+PERL_RM_FILES=(
+ t/00-boilerplate.t
+ t/01-manifest.t
+ t/02-pod.t
+ t/03-pod-coverage.t
+ t/04-perlcritic.t
+ t/05-kwalitee.t
+ t/06-meta-yaml.t
+ t/07-meta-json.t
+ t/09-changes.t
+)
diff --git a/dev-perl/Bytes-Random-Secure/Manifest b/dev-perl/Bytes-Random-Secure/Manifest
new file mode 100644
index 00000000000..ecd53309804
--- /dev/null
+++ b/dev-perl/Bytes-Random-Secure/Manifest
@@ -0,0 +1 @@
+DIST Bytes-Random-Secure-0.29.tar.gz 28007 BLAKE2B 91b4b7533466c627033a88d350e4c75cdf64cee559a5e57b193ec5186a04ba87b2ae941fbd164dab09e46ed4c767502ee8c65c49fe90e67daa5baa07032da8d6 SHA512 72faf9e9fff1cc9641845d47b8dd1efb39861b4015246b169167d4f6050998e91d30b53d6a3e08daf91a838fcf29a05042073064204270de05b2f2ca9990fe64
diff --git a/dev-perl/Bytes-Random-Secure/metadata.xml b/dev-perl/Bytes-Random-Secure/metadata.xml
new file mode 100644
index 00000000000..a3ec899895d
--- /dev/null
+++ b/dev-perl/Bytes-Random-Secure/metadata.xml
@@ -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">Bytes-Random-Secure</remote-id>
+ <remote-id type="cpan-module">Bytes::Random::Secure</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bytes-Random-Secure/
@ 2023-06-22 4:17 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-06-22 4:17 UTC (permalink / raw
To: gentoo-commits
commit: eeb899b02668b17713688021aca90e7eae60bab3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 04:01:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 04:01:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb899b0
dev-perl/Bytes-Random-Secure: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild b/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild
index 8eb310b499e8..7a514ad26894 100644
--- a/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild
+++ b/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ DIST_VERSION=0.29
DIST_EXAMPLES=("examples/*")
inherit perl-module
-DESCRIPTION="extension to generate cryptographically-secure random bytes"
+DESCRIPTION="Extension to generate cryptographically-secure random bytes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal test"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-22 4:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 4:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bytes-Random-Secure/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-09-21 20:29 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox