public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/
@ 2017-11-01 18:29 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-11-01 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9fcb671517902962dcfc1e0d47663f6e8d473d53
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 17:19:23 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:26:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcb6715

dev-perl/Math-Random-Secure: Bump to version 0.80.1

- EAPI6
- Parallel tests

Upstream:
- Regenerate seed after forking
- move from Any::Moose to Moo
- Fix warnings in newer perls

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Math-Random-Secure/Manifest               |  1 +
 .../Math-Random-Secure-0.80.1.ebuild               | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Math-Random-Secure/Manifest b/dev-perl/Math-Random-Secure/Manifest
index 76000faffd9..844e31523b5 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1 +1,2 @@
 DIST Math-Random-Secure-0.06.tar.gz 13793 SHA256 2cb3736cbe34d674df598ffaf6efd9b8546dfecb833041935a13ea41d181220d SHA512 55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a WHIRLPOOL 3f7e5d7e54e70c5680a0757daaa8f05f5d0b29213901b4f64d2cae49a989f113c785399ae02a78ec0806d3eb98dad34805ee2ca5d40bb2a8b11e7c33c77d4088
+DIST Math-Random-Secure-0.080001.tar.gz 17422 SHA256 bfa4a4e817eca722067c1ff3da12ab5ab80d6c57daa5e5e7ab9350ca2c71eb35 SHA512 2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce WHIRLPOOL a0d32bcf750e8746b2e97c2bc0e56baa46b2683e8a662fe0a354c6d05d14f74a52088812d12a774c1371dcf4e1ca744d2ec8f9aaebf83cf8a83a8651f93bdc5b

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
new file mode 100644
index 00000000000..35fbb53db36
--- /dev/null
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.080001
+inherit perl-module
+
+DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Moo-2.0.0
+	>=dev-perl/Crypt-Random-Source-0.70
+	>=dev-perl/Math-Random-ISAAC-1.1.0
+	dev-perl/Math-Random-ISAAC-XS"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/List-MoreUtils
+		virtual/perl-Test-Simple
+		dev-perl/Test-SharedFork
+		dev-perl/Test-Warn
+	)
+"
+src_test() {
+	perl_rm_files t/author-*.t t/release-*.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     58542c72239c7d8d515f42d73ba5db19185807ac
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:38:19 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58542c72

dev-perl/Math-Random-Secure: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
index 35fbb53db36..f289aeff9ac 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/
@ 2018-07-15 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     82ced9f99793ad0382397ab5362b3515536c3c69
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:48:23 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:48:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ced9f9

dev-perl/Math-Random-Secure: x86 stable (bug #661196)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
index f289aeff9ac..bf7c260914d 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/
@ 2018-08-18  1:17 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-08-18  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ee0578bd8eac32937daadec960c723fec652ca0f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 06:06:22 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 01:16:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0578bd

dev-perl/Math-Random-Secure: Cleanup old version 0.60.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Manifest               |  1 -
 .../Math-Random-Secure-0.60.0-r1.ebuild            | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Manifest b/dev-perl/Math-Random-Secure/Manifest
index 6cc1f8e9c16..b2504d63a26 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-Secure-0.06.tar.gz 13793 BLAKE2B b83d0f6e943d1d03fd68968d39a2464a42508e4a4fa54f7b9c924e4a5a549b1ecf5b7c9313582a4475e41380c6997db96211d6d2e639157e9677d9928e4ec740 SHA512 55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
 DIST Math-Random-Secure-0.080001.tar.gz 17422 BLAKE2B b72130c400ffdaeb28c4b415c9c32fadd084931e44da8d3dc3ae087621086a19426c032b96aa59127a332bdc60609fde6de345fa5a9957264c6ee6814d73d1bb SHA512 2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
deleted file mode 100644
index feca8a0f86b..00000000000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MKANAT
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Any-Moose
-	>=dev-perl/Crypt-Random-Source-0.70
-	>=dev-perl/Math-Random-ISAAC-1.0.1
-	dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Warn
-	)"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/
@ 2021-11-13  0:09 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     00521c6b9467ab10f415a7a90d43efd4b5f1aed1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:05:51 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00521c6b

dev-perl/Math-Random-Secure: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ure-0.80.1.ebuild => Math-Random-Secure-0.80.1-r1.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild
similarity index 81%
rename from dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
rename to dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-r1.ebuild
index 9df10c50d54..4d8533ded2d 100644
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1-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=FREW
 DIST_VERSION=0.080001
@@ -12,15 +12,14 @@ DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-perl/Moo-2.0.0
 	>=dev-perl/Crypt-Random-Source-0.70
 	>=dev-perl/Math-Random-ISAAC-1.1.0
-	dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
+	dev-perl/Math-Random-ISAAC-XS
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/List-MoreUtils
@@ -29,6 +28,7 @@ DEPEND="${RDEPEND}
 		dev-perl/Test-Warn
 	)
 "
+
 src_test() {
 	perl_rm_files t/author-*.t t/release-*.t
 	perl-module_src_test


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

end of thread, other threads:[~2021-11-13  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18  1:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-Secure/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-11-13  0:09 Andreas K. Hüttel
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-01 18: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