public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-TESHA2/
@ 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:     d4f9f9185f73ac07ad86e656968a671071e1d660
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:29:12 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 20:28:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f9f918

dev-perl/Crypt-Random-TESHA2: Add w/ version=0.10.0

Required by:
- dev-perl/Crypt-Random-Seed
- via dev-perl/Bytes-Random-Secure
- optional via 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>

 .../Crypt-Random-TESHA2-0.10.0.ebuild              | 35 ++++++++++++++++++++++
 dev-perl/Crypt-Random-TESHA2/Manifest              |  1 +
 dev-perl/Crypt-Random-TESHA2/metadata.xml          | 13 ++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
new file mode 100644
index 00000000000..1355e9d4331
--- /dev/null
+++ b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DANAJ
+DIST_VERSION=0.01
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Random numbers using timer/schedule entropy"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=virtual/perl-Digest-SHA-5.220.0
+	>=virtual/perl-Exporter-5.562.0
+	>=virtual/perl-Time-HiRes-1.971.100
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.450.0
+	)
+"
+PERL_RM_FILES=(
+	t/12-dispersion.t # internally skipped
+	t/90-release-perlcritic.t
+	t/91-release-pod-syntax.t
+	t/92-release-pod-coverage.t
+	t/93-release-kwalitee.t
+)

diff --git a/dev-perl/Crypt-Random-TESHA2/Manifest b/dev-perl/Crypt-Random-TESHA2/Manifest
new file mode 100644
index 00000000000..502b6034680
--- /dev/null
+++ b/dev-perl/Crypt-Random-TESHA2/Manifest
@@ -0,0 +1 @@
+DIST Crypt-Random-TESHA2-0.01.tar.gz 22255 BLAKE2B f05da754d1b2abf2f7c102f1d754ea3cb0969b2202ab248f5f2badbe6046f642fc80d16e8239688e4366e7d56ce1b842458d2924d6769ad708b05ca81036fcc7 SHA512 afc95d73481cb6aa06b939ef51b5ddc14e7aaee296d08779f79313000188d7c2e5e88ddf2048dd45b9dd96420cdd7f65f0a98c8bcb4c5be77709043d558ec4ba

diff --git a/dev-perl/Crypt-Random-TESHA2/metadata.xml b/dev-perl/Crypt-Random-TESHA2/metadata.xml
new file mode 100644
index 00000000000..8ed79f88d1a
--- /dev/null
+++ b/dev-perl/Crypt-Random-TESHA2/metadata.xml
@@ -0,0 +1,13 @@
+<?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">Crypt-Random-TESHA2</remote-id>
+    <remote-id type="cpan-module">Crypt::Random::TESHA2</remote-id>
+    <remote-id type="cpan-module">Crypt::Random::TESHA2::Config</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-TESHA2/
@ 2024-11-14  3:21 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-11-14  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c4a6f5f18608c8caf11d9e5b898f44a32b17d098
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 03:20:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 03:20:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a6f5f1

dev-perl/Crypt-Random-TESHA2: Stabilize 0.10.0 amd64, #943420

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
index a8aa7aca67ed..c68702b0931f 100644
--- a/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
+++ b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Random numbers using timer/schedule entropy"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-14  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14  3:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-TESHA2/ 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