public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2016-02-29 15:36 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-02-29 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     83d845ae2b2c3196032dee79c398987e985dbb50
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 29 09:47:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 11:19:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d845ae

dev-perl/Crypt-Random-Source: Bump to version 0.110.0

This is mostly motivated by the elimination of Any-Moose.

- EAPI6
- Deps fixup.

Upstream:
- use Moo instead of Any-Moose
- use Module::Runtime instead of deprecated Any::Moose::load_class

Package-Manager: portage-2.2.27

 .../Crypt-Random-Source-0.110.0.ebuild             | 40 ++++++++++++++++++++++
 dev-perl/Crypt-Random-Source/Manifest              |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
new file mode 100644
index 0000000..22d188d
--- /dev/null
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Get weak or strong random data from pluggable sources"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Capture-Tiny-0.80.0
+	virtual/perl-Carp
+	virtual/perl-File-Spec
+	>=virtual/perl-IO-1.140.0
+	dev-perl/Module-Find
+	dev-perl/Module-Runtime
+	dev-perl/Moo
+	dev-perl/Sub-Exporter
+	dev-perl/Type-Tiny
+	>=dev-perl/namespace-clean-0.110.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		virtual/perl-ExtUtils-MakeMaker
+		dev-perl/Test-Exception
+		>=virtual/perl-Test-Simple-0.880.0
+		|| (
+				>=virtual/perl-Test-Simple-1.1.10
+				( <virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+		)
+	)
+"

diff --git a/dev-perl/Crypt-Random-Source/Manifest b/dev-perl/Crypt-Random-Source/Manifest
index db6dc78..5703ad9 100644
--- a/dev-perl/Crypt-Random-Source/Manifest
+++ b/dev-perl/Crypt-Random-Source/Manifest
@@ -1 +1,2 @@
 DIST Crypt-Random-Source-0.07.tar.gz 18883 SHA256 bbe19a6ee24ce8d4aacbcf9179b2b3477a729eccbdfa78ad8330413b2fc3ac4f SHA512 b6d075e89914237262432f933916046151d6d24b19b19c2185f2aaabd166ce3cda2505ff12c3be35c76b48c532fcfdf056fd8a7c2627f48c58817b6c42ce871b WHIRLPOOL 908fc1009829909b4097999bc035ebe6b3abb1ad671ff6913b83f9958467525035d4cd4580a82387ff96101e6b07597c640abfeafe2f8dc208d392281102a403
+DIST Crypt-Random-Source-0.11.tar.gz 34276 SHA256 fa4157fb2b3157fd7a9dbd1dc8fb4a17e185eb3bf4ebc552070bd5d670ec59f0 SHA512 0c0d6dfbf904c1047b5e502fba30aaebcd022cb7cd3e6f58800dd51ab6aba4c4bb834ac66b2501fa72e26d3034dd64b8aa945cb5b089661bc291670bb74d4bba WHIRLPOOL 1e068d8e6d8c2708371826c927193e041a4b85611ee8adbe08f9b4cab874b6c85a2ec1b33fcf202a088c4abb67e8bd0293e3b7b605fe055d559ff060c12d4de0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2016-07-17 17:47 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-07-17 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     228b144f02cae313b850845c51e5e3f043368801
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 04:28:45 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 17:43:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228b144f

dev-perl/Crypt-Random-Source: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use newer Test-Simple so we can eliminate Test-use-ok

Bug: https://bugs.gentoo.org/584238

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-Source/Crypt-Random-Source-0.110.0.ebuild   | 6 +-----
 dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
index 22d188d..a08d8c8 100644
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
@@ -31,10 +31,6 @@ DEPEND="${RDEPEND}
 	test? (
 		virtual/perl-ExtUtils-MakeMaker
 		dev-perl/Test-Exception
-		>=virtual/perl-Test-Simple-0.880.0
-		|| (
-				>=virtual/perl-Test-Simple-1.1.10
-				( <virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
-		)
+		>=virtual/perl-Test-Simple-1.1.10
 	)
 "

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild
index 686a242..e561ebc 100644
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	test? (
 		dev-perl/Test-Exception
-		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+		>=virtual/perl-Test-Simple-1.1.10
 	)"
 
 SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2016-08-03 20:22 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-08-03 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0e6189ef5dd27a5a954e0f0e5094f7a1fc357a77
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 20:21:15 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 20:22:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6189ef

dev-perl/Crypt-Random-Source: Bump to version 0.120.0

Upstream:
- Require newer Moo version

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"

 .../Crypt-Random-Source-0.120.0.ebuild             | 36 ++++++++++++++++++++++
 dev-perl/Crypt-Random-Source/Manifest              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
new file mode 100644
index 0000000..c8df032
--- /dev/null
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Get weak or strong random data from pluggable sources"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Capture-Tiny-0.80.0
+	virtual/perl-Carp
+	virtual/perl-File-Spec
+	>=virtual/perl-IO-1.140.0
+	dev-perl/Module-Find
+	dev-perl/Module-Runtime
+	>=dev-perl/Moo-1.2.0
+	dev-perl/Sub-Exporter
+	dev-perl/Type-Tiny
+	>=dev-perl/namespace-clean-0.110.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		virtual/perl-ExtUtils-MakeMaker
+		dev-perl/Test-Exception
+		>=virtual/perl-Test-Simple-1.1.10
+	)
+"

diff --git a/dev-perl/Crypt-Random-Source/Manifest b/dev-perl/Crypt-Random-Source/Manifest
index 5703ad9..eafda4a 100644
--- a/dev-perl/Crypt-Random-Source/Manifest
+++ b/dev-perl/Crypt-Random-Source/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-Random-Source-0.07.tar.gz 18883 SHA256 bbe19a6ee24ce8d4aacbcf9179b2b3477a729eccbdfa78ad8330413b2fc3ac4f SHA512 b6d075e89914237262432f933916046151d6d24b19b19c2185f2aaabd166ce3cda2505ff12c3be35c76b48c532fcfdf056fd8a7c2627f48c58817b6c42ce871b WHIRLPOOL 908fc1009829909b4097999bc035ebe6b3abb1ad671ff6913b83f9958467525035d4cd4580a82387ff96101e6b07597c640abfeafe2f8dc208d392281102a403
 DIST Crypt-Random-Source-0.11.tar.gz 34276 SHA256 fa4157fb2b3157fd7a9dbd1dc8fb4a17e185eb3bf4ebc552070bd5d670ec59f0 SHA512 0c0d6dfbf904c1047b5e502fba30aaebcd022cb7cd3e6f58800dd51ab6aba4c4bb834ac66b2501fa72e26d3034dd64b8aa945cb5b089661bc291670bb74d4bba WHIRLPOOL 1e068d8e6d8c2708371826c927193e041a4b85611ee8adbe08f9b4cab874b6c85a2ec1b33fcf202a088c4abb67e8bd0293e3b7b605fe055d559ff060c12d4de0
+DIST Crypt-Random-Source-0.12.tar.gz 34495 SHA256 308997980d32d43d43dc603f348fed18c6cc5ef65d19372eb6e92f2d4a2dbc02 SHA512 821f464a9b344cd7e19f881acbf295a39ccf3b924f8822acb757c06f7ed2aa95fbee740b98a514dfdd24aae2dc9b5c7898751eab5bf7ea6f88218a6b162c4c34 WHIRLPOOL b247a2fea44b62ef405662f0f64b5a2fcf44781d83fb8b3ba1d36a0d1010cd26aea02115e7333b0a48a6ce8d690d26082e8911b0339b4fb606fa2e616148d9cb


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2018-04-06  0:42 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-04-06  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4bf583646052ded4a669fd1b625541351eaff485
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 00:32:51 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 00:40:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf58364

dev-perl/Crypt-Random-Source: amd64 stable

Bug: https://bugs.gentoo.org/652614
Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
index 153b8041c83..43d1c5b8f1f 100644
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Get weak or strong random data from pluggable sources"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2018-04-17  0:06 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2018-04-17  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     677c2ef997704ee03213643cf224cc5db9a4009a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:33:49 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677c2ef9

dev-perl/Crypt-Random-Source: Cleanup old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../Crypt-Random-Source-0.110.0.ebuild             | 35 ----------------------
 .../Crypt-Random-Source-0.70.0-r1.ebuild           | 29 ------------------
 dev-perl/Crypt-Random-Source/Manifest              |  2 --
 3 files changed, 66 deletions(-)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
deleted file mode 100644
index 4ab18b3e626..00000000000
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Get weak or strong random data from pluggable sources"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Capture-Tiny-0.80.0
-	virtual/perl-Carp
-	virtual/perl-File-Spec
-	>=virtual/perl-IO-1.140.0
-	dev-perl/Module-Find
-	dev-perl/Module-Runtime
-	dev-perl/Moo
-	dev-perl/Sub-Exporter
-	dev-perl/Type-Tiny
-	>=dev-perl/namespace-clean-0.110.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		virtual/perl-ExtUtils-MakeMaker
-		dev-perl/Test-Exception
-		>=virtual/perl-Test-Simple-1.1.10
-	)
-"

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild
deleted file mode 100644
index f10b8ecaca9..00000000000
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION="Get weak or strong random data from pluggable sources"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Any-Moose-0.11
-	>=dev-perl/Capture-Tiny-0.08
-	dev-perl/Module-Find
-	dev-perl/Sub-Exporter
-	>=dev-perl/namespace-clean-0.08
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Exception
-		>=virtual/perl-Test-Simple-1.1.10
-	)"
-
-SRC_TEST="do"

diff --git a/dev-perl/Crypt-Random-Source/Manifest b/dev-perl/Crypt-Random-Source/Manifest
index 6f0e7ec9dfd..5c638a8ee37 100644
--- a/dev-perl/Crypt-Random-Source/Manifest
+++ b/dev-perl/Crypt-Random-Source/Manifest
@@ -1,3 +1 @@
-DIST Crypt-Random-Source-0.07.tar.gz 18883 BLAKE2B 5354f790c948a57eb2c9245ea663ff00c70aa03d46022f9b79ddc201fd7561248b38dc8e017c4d063fe28b006382611ed4d8282ef1ae6ccb21712e22ebb177b5 SHA512 b6d075e89914237262432f933916046151d6d24b19b19c2185f2aaabd166ce3cda2505ff12c3be35c76b48c532fcfdf056fd8a7c2627f48c58817b6c42ce871b
-DIST Crypt-Random-Source-0.11.tar.gz 34276 BLAKE2B 3a54bb8e09b9cc871490f5154e3b93fac9cf0fb3a5f9c0e521c8033f37d237074d403748be879310de2ea1f7a859fe7f4777befe7b82cf6ee5bea2b841a35a2d SHA512 0c0d6dfbf904c1047b5e502fba30aaebcd022cb7cd3e6f58800dd51ab6aba4c4bb834ac66b2501fa72e26d3034dd64b8aa945cb5b089661bc291670bb74d4bba
 DIST Crypt-Random-Source-0.12.tar.gz 34495 BLAKE2B bd01673a8ec5fe84b7c22000ebb282b7b7c8a4b5ebe5b9404d1b37d92b670a669ad86225439f30ca44b406272f817f670dcaec98609d5eb4095da2153aa43c0b SHA512 821f464a9b344cd7e19f881acbf295a39ccf3b924f8822acb757c06f7ed2aa95fbee740b98a514dfdd24aae2dc9b5c7898751eab5bf7ea6f88218a6b162c4c34


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2020-07-02 12:24 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-07-02 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c0aaf46b750b10842f1436cb5d334c53004b71ff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 12:23:03 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 12:23:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0aaf46b

dev-perl/Crypt-Random-Source: Bump to version 0.140.0

- EAPI7

Upstream:
- Remove backend Weak::rand due to poor quality entropy

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Crypt-Random-Source-0.140.0.ebuild             | 40 ++++++++++++++++++++++
 dev-perl/Crypt-Random-Source/Manifest              |  1 +
 dev-perl/Crypt-Random-Source/metadata.xml          |  1 -
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
new file mode 100644
index 00000000000..993b4e03c53
--- /dev/null
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Get weak or strong random data from pluggable sources"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-perl/Capture-Tiny-0.80.0
+	virtual/perl-Carp
+	virtual/perl-File-Spec
+	>=virtual/perl-IO-1.140.0
+	dev-perl/Module-Find
+	dev-perl/Module-Runtime
+	>=dev-perl/Moo-1.2.0
+	dev-perl/Sub-Exporter
+	dev-perl/Type-Tiny
+	>=dev-perl/namespace-clean-0.110.0
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		virtual/perl-Module-Metadata
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-1.1.10
+	)
+"

diff --git a/dev-perl/Crypt-Random-Source/Manifest b/dev-perl/Crypt-Random-Source/Manifest
index 5c638a8ee37..969599cb916 100644
--- a/dev-perl/Crypt-Random-Source/Manifest
+++ b/dev-perl/Crypt-Random-Source/Manifest
@@ -1 +1,2 @@
 DIST Crypt-Random-Source-0.12.tar.gz 34495 BLAKE2B bd01673a8ec5fe84b7c22000ebb282b7b7c8a4b5ebe5b9404d1b37d92b670a669ad86225439f30ca44b406272f817f670dcaec98609d5eb4095da2153aa43c0b SHA512 821f464a9b344cd7e19f881acbf295a39ccf3b924f8822acb757c06f7ed2aa95fbee740b98a514dfdd24aae2dc9b5c7898751eab5bf7ea6f88218a6b162c4c34
+DIST Crypt-Random-Source-0.14.tar.gz 36362 BLAKE2B 71c4ed2e3ffb1797af1189adace071ea9eb8b1e400fc48c83e1d1ceb78e610131ea86152790991e5fddc81ff8625a32ee82a7ed22a7ce16c5d0e57b71c66dfe6 SHA512 25760ccfae42f44bd132915e3796042b43c1bc43195a97fc1236579c90b96957b3d86d2e68adde9d7dd486336f132982867413af251c66e527584e7309e0c729

diff --git a/dev-perl/Crypt-Random-Source/metadata.xml b/dev-perl/Crypt-Random-Source/metadata.xml
index 4048916eb6e..0ee22083000 100644
--- a/dev-perl/Crypt-Random-Source/metadata.xml
+++ b/dev-perl/Crypt-Random-Source/metadata.xml
@@ -18,6 +18,5 @@
 		<remote-id type="cpan-module">Crypt::Random::Source::Strong::devrandom</remote-id>
 		<remote-id type="cpan-module">Crypt::Random::Source::Weak</remote-id>
 		<remote-id type="cpan-module">Crypt::Random::Source::Weak::devurandom</remote-id>
-		<remote-id type="cpan-module">Crypt::Random::Source::Weak::rand</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2021-01-27 22:44 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-27 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ccb2ac402ef83bfcf45ea183cb27575ab1ece937
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 22:44:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 22:44:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb2ac40

dev-perl/Crypt-Random-Source: Stabilize 0.140.0 amd64, #732642

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

 dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
index 993b4e03c53..e5fa51c904a 100644
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Get weak or strong random data from pluggable sources"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2021-02-01  4:42 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-01  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     be8013dd4ec400f0e47c48d198d8bf62c456a29c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 04:42:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 04:42:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8013dd

dev-perl/Crypt-Random-Source: Stabilize 0.140.0 x86, #732642

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

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

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
index e5fa51c904a..0a3e08f0887 100644
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
+++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Get weak or strong random data from pluggable sources"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/
@ 2021-05-08 13:04 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-05-08 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     08625cc452d6994be9556fbdac6217d5d74e9282
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 13:04:11 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  8 13:04:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08625cc4

dev-perl/Crypt-Random-Source: Remove old

Bug: https://bugs.gentoo.org/732642
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Crypt-Random-Source-0.120.0.ebuild             | 36 ----------------------
 dev-perl/Crypt-Random-Source/Manifest              |  1 -
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
deleted file mode 100644
index ee2919754bb..00000000000
--- a/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.120.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Get weak or strong random data from pluggable sources"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/Capture-Tiny-0.80.0
-	virtual/perl-Carp
-	virtual/perl-File-Spec
-	>=virtual/perl-IO-1.140.0
-	dev-perl/Module-Find
-	dev-perl/Module-Runtime
-	>=dev-perl/Moo-1.2.0
-	dev-perl/Sub-Exporter
-	dev-perl/Type-Tiny
-	>=dev-perl/namespace-clean-0.110.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		virtual/perl-ExtUtils-MakeMaker
-		dev-perl/Test-Exception
-		>=virtual/perl-Test-Simple-1.1.10
-	)
-"

diff --git a/dev-perl/Crypt-Random-Source/Manifest b/dev-perl/Crypt-Random-Source/Manifest
index 969599cb916..c866a0e90f7 100644
--- a/dev-perl/Crypt-Random-Source/Manifest
+++ b/dev-perl/Crypt-Random-Source/Manifest
@@ -1,2 +1 @@
-DIST Crypt-Random-Source-0.12.tar.gz 34495 BLAKE2B bd01673a8ec5fe84b7c22000ebb282b7b7c8a4b5ebe5b9404d1b37d92b670a669ad86225439f30ca44b406272f817f670dcaec98609d5eb4095da2153aa43c0b SHA512 821f464a9b344cd7e19f881acbf295a39ccf3b924f8822acb757c06f7ed2aa95fbee740b98a514dfdd24aae2dc9b5c7898751eab5bf7ea6f88218a6b162c4c34
 DIST Crypt-Random-Source-0.14.tar.gz 36362 BLAKE2B 71c4ed2e3ffb1797af1189adace071ea9eb8b1e400fc48c83e1d1ceb78e610131ea86152790991e5fddc81ff8625a32ee82a7ed22a7ce16c5d0e57b71c66dfe6 SHA512 25760ccfae42f44bd132915e3796042b43c1bc43195a97fc1236579c90b96957b3d86d2e68adde9d7dd486336f132982867413af251c66e527584e7309e0c729


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

end of thread, other threads:[~2021-05-08 13:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17  0:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-05-08 13:04 Andreas K. Hüttel
2021-02-01  4:42 Sam James
2021-01-27 22:44 Sam James
2020-07-02 12:24 Kent Fredric
2018-04-06  0:42 Aaron Bauman
2016-08-03 20:22 Kent Fredric
2016-07-17 17:47 Kent Fredric
2016-02-29 15:36 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox