diff options
author | 2014-08-24 01:52:15 +0000 | |
---|---|---|
committer | 2014-08-24 01:52:15 +0000 | |
commit | 29db5d2171f831aa0c2cc6d44ed2648166eb3167 (patch) | |
tree | 5713a1a453545d5538fe707f3d4d9aa509f45bbd /dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-29db5d2171f831aa0c2cc6d44ed2648166eb3167.tar.gz gentoo-2-29db5d2171f831aa0c2cc6d44ed2648166eb3167.tar.bz2 gentoo-2-29db5d2171f831aa0c2cc6d44ed2648166eb3167.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild')
-rw-r--r-- | dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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 new file mode 100644 index 000000000000..e257c92801d1 --- /dev/null +++ b/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Random-Source/Crypt-Random-Source-0.70.0-r1.ebuild,v 1.1 2014/08/24 01:52:15 axs Exp $ + +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 + dev-perl/Test-use-ok + )" + +SRC_TEST="do" |