dev-perl/Test-MockRandom: Added to tree at version 1.10.0

Added for dev-perl/Path-Tiny-0.84.0

Package-Manager: portage-2.2.28
This commit is contained in:
Kent Fredric
2016-03-16 15:49:12 +13:00
committed by Andreas K. Hüttel
parent dc5aea6233
commit 5acf715700
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test-MockRandom-1.01.tar.gz 24449 SHA256 2614930d84fc5deac39afbc1ee86ccd39b221507f27d4ee493ca26e5c921cce0 SHA512 e222bd0d3d7673b403e80d1633ddaca0ee35f96f2245e8df859d661edc7efc09b9a96d3718f25b6614395d1f24d66c9498e842cec476cf8c5b12464d585f85e7 WHIRLPOOL 42ae1d42da03ced4b77f25d86717e52cee1c528978e1ff8d0677c25d408b9e670b558f588db2fe706adf70eafd339e6c920de3afc787e161e4c2ed735f3c5431

View File

@@ -0,0 +1,42 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=DAGOLDEN
DIST_VERSION=1.01
inherit perl-module
DESCRIPTION="Replaces random number generation with non-random number generation"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal examples"
RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
!minimal? (
virtual/perl-CPAN-Meta
>=virtual/perl-CPAN-Meta-Requirements-2.120.900
)
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
virtual/perl-version
)
"
src_install() {
perl-module_src_install
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
docinto examples/
dodoc -r examples/*
fi
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Test-MockRandom</remote-id>
<remote-id type="cpan-module">Test::MockRandom</remote-id>
</upstream>
</pkgmetadata>