* [gentoo-commits] repo/gentoo:master commit in: dev-perl/crypt-random/
@ 2016-03-05 11:56 Patrice Clement
0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2016-03-05 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 4a300759f86e6533143619c8f731a5a11ea39ebb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 4 08:05:16 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 08:31:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a300759
dev-perl/crypt-random: Remove from tree, moved to Crypt-Random
dev-perl/crypt-random/Manifest | 1 -
.../crypt-random/crypt-random-1.250.0-r1.ebuild | 22 ----------------------
dev-perl/crypt-random/metadata.xml | 18 ------------------
3 files changed, 41 deletions(-)
diff --git a/dev-perl/crypt-random/Manifest b/dev-perl/crypt-random/Manifest
deleted file mode 100644
index 6262c55..0000000
--- a/dev-perl/crypt-random/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Crypt-Random-1.25.tar.gz 8770 SHA256 6c45c5146b41dd7a1cd4c949f297a0ec691adc85b5d261376275ea36ae36752e SHA512 6c62e64a46d31aa7ef9caecb4e4535bfded9c62fc5156bc9c6390a019ea5d29772bcb1029889b111af6727d756d00ce0cc9407fc50ba7a31941d921c43df5fb7 WHIRLPOOL 404b15746adfb3d38009f5980235ed50274273491c31e2bfd1ee0b831c80648d26d568d3b7edb3bbe3e158cda54d004332c7df6f441afc725b890ced760443f6
diff --git a/dev-perl/crypt-random/crypt-random-1.250.0-r1.ebuild b/dev-perl/crypt-random/crypt-random-1.250.0-r1.ebuild
deleted file mode 100644
index 1440187..0000000
--- a/dev-perl/crypt-random/crypt-random-1.250.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Crypt-Random
-MODULE_AUTHOR=VIPUL
-MODULE_VERSION=1.25
-inherit perl-module
-
-DESCRIPTION="Cryptographically Secure, True Random Number Generator"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-perl/math-pari-2.010603
- dev-perl/class-loader"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/crypt-random/metadata.xml b/dev-perl/crypt-random/metadata.xml
deleted file mode 100644
index 203918d..0000000
--- a/dev-perl/crypt-random/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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</remote-id>
- <remote-id type="cpan-module">Crypt::Random</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Generator</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Provider::File</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Provider::devrandom</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Provider::devurandom</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Provider::egd</remote-id>
- <remote-id type="cpan-module">Crypt::Random::Provider::rand</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2016-04-07 23:08 Andreas Hüttel
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-04-07 23:08 UTC (permalink / raw
To: gentoo-commits
commit: bc7fed2229e0a8e384a7ff8b85ef3cb4ecec5a6b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr 7 07:21:56 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 23:07:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7fed22
dev-perl/Crypt-Random: Fix dep on dev-perl/Math-Pari
Package-Manager: portage-2.2.28
dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
index 1fd9b46..e51b45f 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
-RDEPEND=">=dev-perl/math-pari-2.010603
+RDEPEND=">=dev-perl/Math-Pari-2.010603
dev-perl/class-loader"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2016-07-23 6:20 Kent Fredric
0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2016-07-23 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 6c3fc9f135f0a43323a85fa7ddfce28fddd9f055
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 05:46:56 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 05:46:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3fc9f1
dev-perl/Crypt-Random: fix dependency on dev-perl/Class-Loader
Part of migration from 'class-loader' to 'Class-Loader'
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
index e51b45f..dad5336 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-mac
IUSE=""
RDEPEND=">=dev-perl/Math-Pari-2.010603
- dev-perl/class-loader"
+ dev-perl/Class-Loader"
DEPEND="${RDEPEND}"
SRC_TEST="do"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2017-03-11 23:05 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2017-03-11 23:05 UTC (permalink / raw
To: gentoo-commits
commit: c2c3b756bf6296052122b9b30d13f49f67fec3ce
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 22:53:54 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 23:05:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c3b756
dev-perl/Crypt-Random: dropped ppc keywords, bugs 578790, 612330
dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
index 216e4758f8f..974ad871be8 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ~mips sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/Math-Pari-2.010603
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2018-03-28 2:26 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2018-03-28 2:26 UTC (permalink / raw
To: gentoo-commits
commit: 196d0c618ee2667f3a1b97e2aed4065ec3dc998d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 02:25:32 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 02:25:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196d0c61
dev-perl/Crypt-Random: dropped mips keywords
dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
index 974ad871be8..dba5396fb95 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/Math-Pari-2.010603
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2019-07-10 9:09 Kent Fredric
0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2019-07-10 9:09 UTC (permalink / raw
To: gentoo-commits
commit: c8212cd39a277e27e96226ac4e4380fd30097ef7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 09:08:10 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 09:09:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8212cd3
dev-perl/Crypt-Random: Bump to version 1.520.0 re bug #625654
- Convert to EAPI6
- Enable parallel tests
Upstream:
- Add Uniform parameter to Crypt::Random::Generator constructor
- Removed test for non-equality of 2 randomly generated ints
- Removed /dev/random entropy-blocking test
- Removed potentially unsafe include in makerandom
Bug: https://bugs.gentoo.org/625654
Bug: https://rt.cpan.org/Ticket/Display.html?id=30423
Bug: https://rt.cpan.org/Ticket/Display.html?id=99880
Bug: https://rt.cpan.org/Ticket/Display.html?id=128062
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild | 22 ++++++++++++++++++++++
dev-perl/Crypt-Random/Manifest | 1 +
2 files changed, 23 insertions(+)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
new file mode 100644
index 00000000000..ff21ac28624
--- /dev/null
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.52
+inherit perl-module
+
+DESCRIPTION="Cryptographically Secure, True Random Number Generator"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Math-Pari-2.1.804
+ >=dev-perl/Class-Loader-2.0.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Crypt-Random/Manifest b/dev-perl/Crypt-Random/Manifest
index c8dd26dbccc..974869c28dc 100644
--- a/dev-perl/Crypt-Random/Manifest
+++ b/dev-perl/Crypt-Random/Manifest
@@ -1 +1,2 @@
DIST Crypt-Random-1.25.tar.gz 8770 BLAKE2B 4c6b20711e8d455b3de4061ba60b05ac9f35c8df9b193be955f5af780deb91116404242a5789f807c77d398459343322dce9346377aee9049a7314ac5731b423 SHA512 6c62e64a46d31aa7ef9caecb4e4535bfded9c62fc5156bc9c6390a019ea5d29772bcb1029889b111af6727d756d00ce0cc9407fc50ba7a31941d921c43df5fb7
+DIST Crypt-Random-1.52.tar.gz 9525 BLAKE2B febe32d8b3c4a903220073bd591cbc09f6e6c5e1919e2ae825f5e4d63f68577fccd6e1adf1878b940e8a2af5af044e56cd79e0d49b4717785be0b5ffbe74fefb SHA512 b82252aae6a009b0dc09bf2e6704d114cd4e40b9588269246871d3b1fb66b4abda87e7c324afc30fd9cf19eb0c0502c2af05d8981226513223277f83854b770f
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2020-07-02 8:41 Kent Fredric
0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2020-07-02 8:41 UTC (permalink / raw
To: gentoo-commits
commit: fdf6747b90293c6def08efbeacbba46e2177436e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 08:41:08 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 08:41:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf6747b
dev-perl/Crypt-Random: Remove old 1.250.0-r1
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 20 --------------------
dev-perl/Crypt-Random/Manifest | 1 -
2 files changed, 21 deletions(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
deleted file mode 100644
index 4cc5e0ea9b9..00000000000
--- a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=VIPUL
-MODULE_VERSION=1.25
-inherit perl-module
-
-DESCRIPTION="Cryptographically Secure, True Random Number Generator"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-perl/Math-Pari-2.010603
- dev-perl/Class-Loader"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/Crypt-Random/Manifest b/dev-perl/Crypt-Random/Manifest
index 974869c28dc..5fc1cfd00a9 100644
--- a/dev-perl/Crypt-Random/Manifest
+++ b/dev-perl/Crypt-Random/Manifest
@@ -1,2 +1 @@
-DIST Crypt-Random-1.25.tar.gz 8770 BLAKE2B 4c6b20711e8d455b3de4061ba60b05ac9f35c8df9b193be955f5af780deb91116404242a5789f807c77d398459343322dce9346377aee9049a7314ac5731b423 SHA512 6c62e64a46d31aa7ef9caecb4e4535bfded9c62fc5156bc9c6390a019ea5d29772bcb1029889b111af6727d756d00ce0cc9407fc50ba7a31941d921c43df5fb7
DIST Crypt-Random-1.52.tar.gz 9525 BLAKE2B febe32d8b3c4a903220073bd591cbc09f6e6c5e1919e2ae825f5e4d63f68577fccd6e1adf1878b940e8a2af5af044e56cd79e0d49b4717785be0b5ffbe74fefb SHA512 b82252aae6a009b0dc09bf2e6704d114cd4e40b9588269246871d3b1fb66b4abda87e7c324afc30fd9cf19eb0c0502c2af05d8981226513223277f83854b770f
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2021-10-16 10:43 Andreas K. Hüttel
0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 2764157ab40658b147ef6b7b36f0af1543b7da8b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 10:42:34 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 10:43:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2764157a
dev-perl/Crypt-Random: Version bump 1.54
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 22 ++++++++++++++++++++++
dev-perl/Crypt-Random/Manifest | 1 +
2 files changed, 23 insertions(+)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
new file mode 100644
index 00000000000..a311e491736
--- /dev/null
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.54
+inherit perl-module
+
+DESCRIPTION="Cryptographically Secure, True Random Number Generator"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-perl/Class-Loader-2.0.0
+ >=dev-perl/Math-Pari-2.1.804
+ >=dev-perl/Statistics-ChiSquare-1.0.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Crypt-Random/Manifest b/dev-perl/Crypt-Random/Manifest
index 5fc1cfd00a9..953609d2791 100644
--- a/dev-perl/Crypt-Random/Manifest
+++ b/dev-perl/Crypt-Random/Manifest
@@ -1 +1,2 @@
DIST Crypt-Random-1.52.tar.gz 9525 BLAKE2B febe32d8b3c4a903220073bd591cbc09f6e6c5e1919e2ae825f5e4d63f68577fccd6e1adf1878b940e8a2af5af044e56cd79e0d49b4717785be0b5ffbe74fefb SHA512 b82252aae6a009b0dc09bf2e6704d114cd4e40b9588269246871d3b1fb66b4abda87e7c324afc30fd9cf19eb0c0502c2af05d8981226513223277f83854b770f
+DIST Crypt-Random-1.54.tar.gz 22368 BLAKE2B 00859c6a39942f6fd5eab56a7ddc1331423acd03b5f3edb150d704f3d9eb304cf017959cd46db830a5895e7b4ad708fda4036386331082bedfe4e34a59f285bb SHA512 cad58c3598efd2c7bd0ea611f31eeec99bbb61029df3f29abcc3ac951b1edc03829f1dd3c5f4d1c09a9914cae9eb171ea467562e3739122f1cf48b1119c42d29
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2021-11-10 7:34 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2021-11-10 7:34 UTC (permalink / raw
To: gentoo-commits
commit: 18c4c87e25000cf78825886a2d92f6683757ad9b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 06:14:09 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 07:34:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c4c87e
dev-perl/Crypt-Random: Keyword 1.540.0 sparc, #818448
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
index a311e491736..b9110452f3e 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
RDEPEND="
>=dev-perl/Class-Loader-2.0.0
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2021-12-31 20:51 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2021-12-31 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 670a972282d692450979451e2f7736c8bb9ffd61
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 20:50:58 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 20:51:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670a9722
dev-perl/Crypt-Random: Keyword 1.540.0 alpha, #818448
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
index b9110452f3eb..8a8bd3da284e 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~sparc"
RDEPEND="
>=dev-perl/Class-Loader-2.0.0
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2022-06-29 14:29 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-06-29 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 7b43a03b28069116017a28aca18529c2657de2b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 13:08:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 14:29:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b43a03b
dev-perl/Crypt-Random: update EAPI 6 -> 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Crypt-Random/Crypt-Random-1.520.0-r1.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
new file mode 100644
index 000000000000..365ef5d83940
--- /dev/null
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.52
+inherit perl-module
+
+DESCRIPTION="Cryptographically Secure, True Random Number Generator"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Math-Pari-2.1.804
+ >=dev-perl/Class-Loader-2.0.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2022-07-02 16:05 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-07-02 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 8f19be6cbde4778de5aae3573d63930f9658cef1
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 16:05:23 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 16:05:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f19be6c
dev-perl/Crypt-Random: Stabilize 1.520.0-r1 x86, #855914
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
index 365ef5d83940..e3f30e64c4d6 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2022-07-02 18:18 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-07-02 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 59a48257c00af1832e4801f8def204fca340c779
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 18:17:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 18:17:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a48257
dev-perl/Crypt-Random: Stabilize 1.520.0-r1 amd64, #855914
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
index e3f30e64c4d6..27d95a7caff5 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2022-07-02 21:21 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-07-02 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 87f039d95adf2f6be94d3b4c81aa274bb768fd9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 21:21:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 21:21:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f039d9
dev-perl/Crypt-Random: Stabilize 1.520.0-r1 sparc, #855914
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
index 27d95a7caff5..a114ef83711e 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2022-07-02 21:21 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-07-02 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 143b81cda7d7632a561990a95aef0c8e791a9ce9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 21:20:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 21:21:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b81cd
dev-perl/Crypt-Random: drop 1.520.0
Bug: https://bugs.gentoo.org/855914
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
deleted file mode 100644
index 53e9731293d3..000000000000
--- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=VIPUL
-DIST_VERSION=1.52
-inherit perl-module
-
-DESCRIPTION="Cryptographically Secure, True Random Number Generator"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/Math-Pari-2.1.804
- >=dev-perl/Class-Loader-2.0.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2023-03-22 5:27 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-03-22 5:27 UTC (permalink / raw
To: gentoo-commits
commit: e9b9c22f49c69401dfa2b8565b2d824b67d22d51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:26:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:26:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b9c22f
dev-perl/Crypt-Random: Stabilize 1.540.0 amd64, #902671
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
index 8a8bd3da284e..64bc025e6324 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~sparc"
+KEYWORDS="~alpha amd64 ~sparc"
RDEPEND="
>=dev-perl/Class-Loader-2.0.0
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
@ 2023-03-24 14:01 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2023-03-24 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 921291b180f30aa3fcdce5754ee334ad28609d9c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 14:01:43 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 14:01:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921291b1
dev-perl/Crypt-Random: Stabilize 1.540.0 sparc, #902671
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
index 64bc025e6324..3c20b444f9fd 100644
--- a/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.540.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Cryptographically Secure, True Random Number Generator"
SLOT="0"
-KEYWORDS="~alpha amd64 ~sparc"
+KEYWORDS="~alpha amd64 sparc"
RDEPEND="
>=dev-perl/Class-Loader-2.0.0
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-03-24 14:02 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 14:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-03-24 14:01 Arthur Zamarin
2023-03-22 5:27 Sam James
2022-07-02 21:21 Sam James
2022-07-02 21:21 Sam James
2022-07-02 18:18 Sam James
2022-07-02 16:05 Jakov Smolić
2021-12-31 20:51 Matt Turner
2021-11-10 7:34 Arthur Zamarin
2021-10-16 10:43 Andreas K. Hüttel
2020-07-02 8:41 Kent Fredric
2019-07-10 9:09 Kent Fredric
2018-03-28 2:26 Matt Turner
2017-03-11 23:05 Matt Turner
2016-07-23 6:20 Kent Fredric
2016-04-07 23:08 Andreas Hüttel
2016-03-05 11:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/crypt-random/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox