Skip to content

Commit

Permalink
dev-perl/Crypt-Random-Source: Bump to version 0.110.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kentfredric committed Feb 29, 2016
1 parent 747af4b commit 83d845a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild
Original file line number Diff line number Diff line change
@@ -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 )
)
)
"
1 change: 1 addition & 0 deletions dev-perl/Crypt-Random-Source/Manifest
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 83d845a

Please sign in to comment.