* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-URandom/
@ 2025-02-09 6:34 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-09 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 0b4caefa8fd74ade25e51670e317942d05af72ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 06:29:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 06:29:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4caefa
dev-perl/Crypt-URandom: add 0.530.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Crypt-URandom/Crypt-URandom-0.530.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/Crypt-URandom/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.530.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.530.0.ebuild
new file mode 100644
index 000000000000..eb1b4a6fe041
--- /dev/null
+++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.530.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DDICK
+DIST_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="Provide non blocking randomness"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=( t/pod.t )
diff --git a/dev-perl/Crypt-URandom/Manifest b/dev-perl/Crypt-URandom/Manifest
index 6980b87bbe0d..9d7b3cd8ca2b 100644
--- a/dev-perl/Crypt-URandom/Manifest
+++ b/dev-perl/Crypt-URandom/Manifest
@@ -1,2 +1,3 @@
DIST Crypt-URandom-0.39.tar.gz 8981 BLAKE2B 80a8474e4f2d0afd1133888f3ad10cac20419a924d967a6fe62cfb85240b81c7906ffac9476a0e58f8360a4ca0fdc3500c91e2079756657047d1c0880ccc038d SHA512 ed1369c7ad8a5c441f85415b077f0d194f6833080da9327a460412b99836d2af284d9a7ad694759155c227a2ceeef1468266d03250123f520c4b1bbadb451b75
DIST Crypt-URandom-0.52.tar.gz 23665 BLAKE2B eecc54b5c16be6efd4d699b09d4908bbd06f46c0e9a4ced91f639a38d92b6426e9a6fa08cfc5ea04670d35a480e1b580baf07e045a472877937fc2ad4ec6d0c5 SHA512 50e8f265dcb25e1b73ab3ea8da0fde2115d4a355d9d63ae055befd0905c7650b1de0c67210c04cb5b381c8b9366d068312d82f92803870a97b7d7fb0e598a1b7
+DIST Crypt-URandom-0.53.tar.gz 23739 BLAKE2B 69cf434d4a98dbb134baff75c252242d8dcb42e9ef4be04856207ccb4183e1f5455ff36185b33519847c82007933fbeb8c7bee6d572d3612a418c501b5b0e011 SHA512 f6978ae8fff4c56bfa2941d962f3c1c81965c93db450d49224c34b6809048a37b001c9eebbebd697908ce5d7bd85d793d541cf2bd73e59da59ece3f292fd1fc4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-URandom/
@ 2025-01-25 16:33 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-01-25 16:33 UTC (permalink / raw
To: gentoo-commits
commit: 538c4b4f49b984e22c3315a47c3acc37c29f7a30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 16:32:14 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 16:32:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538c4b4f
dev-perl/Crypt-URandom: add 0.520.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Crypt-URandom/Crypt-URandom-0.520.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/Crypt-URandom/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.520.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.520.0.ebuild
new file mode 100644
index 000000000000..c8481c4c75c3
--- /dev/null
+++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.520.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DDICK
+DIST_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="Provide non blocking randomness"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=( t/pod.t )
diff --git a/dev-perl/Crypt-URandom/Manifest b/dev-perl/Crypt-URandom/Manifest
index 631282406ee9..6980b87bbe0d 100644
--- a/dev-perl/Crypt-URandom/Manifest
+++ b/dev-perl/Crypt-URandom/Manifest
@@ -1 +1,2 @@
DIST Crypt-URandom-0.39.tar.gz 8981 BLAKE2B 80a8474e4f2d0afd1133888f3ad10cac20419a924d967a6fe62cfb85240b81c7906ffac9476a0e58f8360a4ca0fdc3500c91e2079756657047d1c0880ccc038d SHA512 ed1369c7ad8a5c441f85415b077f0d194f6833080da9327a460412b99836d2af284d9a7ad694759155c227a2ceeef1468266d03250123f520c4b1bbadb451b75
+DIST Crypt-URandom-0.52.tar.gz 23665 BLAKE2B eecc54b5c16be6efd4d699b09d4908bbd06f46c0e9a4ced91f639a38d92b6426e9a6fa08cfc5ea04670d35a480e1b580baf07e045a472877937fc2ad4ec6d0c5 SHA512 50e8f265dcb25e1b73ab3ea8da0fde2115d4a355d9d63ae055befd0905c7650b1de0c67210c04cb5b381c8b9366d068312d82f92803870a97b7d7fb0e598a1b7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-URandom/
@ 2021-10-16 17:17 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 93120c9542937afa53c102d66c89d4bdd32c02b3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:05:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:17:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93120c95
dev-perl/Crypt-URandom: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...andom-0.360.0.ebuild => Crypt-URandom-0.360.0-r1.ebuild} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
similarity index 65%
rename from dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
rename to dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
index 0e6eeaf165b..7e5ef6c8a11 100644
--- a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
+++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DDICK
DIST_VERSION=0.36
@@ -11,20 +11,15 @@ DESCRIPTION="Provide non blocking randomness"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
-src_test() {
- perl_rm_files t/pod.t
- perl-module_src_test
-}
+PERL_RM_FILES=( t/pod.t )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-URandom/
@ 2016-09-05 6:15 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-09-05 6:15 UTC (permalink / raw
To: gentoo-commits
commit: 0b909b0e260e7dac1ce49d985e08d773b94e2e9c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 06:12:37 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 06:13:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b909b0e
dev-perl/Crypt-URandom: Bump to 0.360.0
- EAPI6
- Tests enabled / cleaned
Upstream:
- use EUMM instead of Module::Build
- Fix broken manifest
- Initialization now done once per process to avoid errors with forking
Package-Manager: portage-2.3.0
.../Crypt-URandom/Crypt-URandom-0.360.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/Crypt-URandom/Manifest | 1 +
dev-perl/Crypt-URandom/metadata.xml | 4 +++
3 files changed, 35 insertions(+)
diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
new file mode 100644
index 00000000..80be5c9
--- /dev/null
+++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DDICK
+DIST_VERSION=0.36
+inherit perl-module
+
+DESCRIPTION="Provide non blocking randomness"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/Crypt-URandom/Manifest b/dev-perl/Crypt-URandom/Manifest
index b8cc5b1..ffe75c4 100644
--- a/dev-perl/Crypt-URandom/Manifest
+++ b/dev-perl/Crypt-URandom/Manifest
@@ -1 +1,2 @@
DIST Crypt-URandom-0.34.tar.gz 5912 SHA256 cf62e01cb7aaecfd51bfd1222dcd58c85c02399f078243220b79160ef140f934 SHA512 02ac4e8e91136fd8c594d3a71cd805b85b9e0706b359e31ad55603763453cccc3ca6fbef1f2a413ae76dd079ab3d50332c43edc7efefb0851cac812e29cce412 WHIRLPOOL 0bcc746e6fa2e18771ae52ce6fcfb8f86c64afa3d897d6f941ca6ef23ccd29322b007bfb6f850f17b033a61df026aa450b72172ca9fea2127db728f4efe92628
+DIST Crypt-URandom-0.36.tar.gz 6099 SHA256 81fec9921adc5d3c91cbe0ad8cb2bb89b045c4fb0de9cb3c43f17e58e477f8a1 SHA512 59e6773d808f34f242f2520ed236faeed804d623fbcf4f1b8e7b39ed215ff1cde9f76ce4a9f5f260dfac42b036229a56cdb49a7f6856d5e943ed4d50e3392adc WHIRLPOOL db7b6826cae207149622406056bdba549b02c3375a6935864c4f588dce7def1ea750ad7862c4f6bbc9c085c95d4f0fa457e7b4d946c08a5a9a03adfe3be6ff24
diff --git a/dev-perl/Crypt-URandom/metadata.xml b/dev-perl/Crypt-URandom/metadata.xml
index 2b9a936..0d9ca4f 100644
--- a/dev-perl/Crypt-URandom/metadata.xml
+++ b/dev-perl/Crypt-URandom/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Crypt-URandom</remote-id>
+ <remote-id type="cpan-module">Crypt::URandom</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-09 6:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-09 6:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-URandom/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 16:33 Sam James
2021-10-16 17:17 Andreas K. Hüttel
2016-09-05 6:15 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox