From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCF0A1388C0 for ; Mon, 29 Feb 2016 15:37:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E13921C011; Mon, 29 Feb 2016 15:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9685921C00D for ; Mon, 29 Feb 2016 15:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1C2A340B90 for ; Mon, 29 Feb 2016 15:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D673F2091 for ; Mon, 29 Feb 2016 15:36:56 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456744782.83d845ae2b2c3196032dee79c398987e985dbb50.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random-Source/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.110.0.ebuild dev-perl/Crypt-Random-Source/Manifest X-VCS-Directories: dev-perl/Crypt-Random-Source/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 83d845ae2b2c3196032dee79c398987e985dbb50 X-VCS-Branch: master Date: Mon, 29 Feb 2016 15:36:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 704b4459-5eae-4fd2-92b5-fb1e2e18d35c X-Archives-Hash: 9c59d99246868a290e10341ccc8ecb89 commit: 83d845ae2b2c3196032dee79c398987e985dbb50 Author: Kent Fredric gmail com> AuthorDate: Mon Feb 29 09:47:43 2016 +0000 Commit: Patrice Clement gentoo 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 + (