diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-09-07 20:35:49 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-09-07 22:02:13 +1200 |
commit | 47c1f77d9ba41af5fa0de48005b13a89480205cd (patch) | |
tree | 0726338c2088c7c1043e98bd61cacc90abfc984c /dev-perl | |
parent | dev-perl/Number-WithError: Add w/ version 1.10.0 (diff) | |
download | gentoo-47c1f77d9ba41af5fa0de48005b13a89480205cd.tar.gz gentoo-47c1f77d9ba41af5fa0de48005b13a89480205cd.tar.bz2 gentoo-47c1f77d9ba41af5fa0de48005b13a89480205cd.zip |
dev-perl/Statistics-CaseResampling: Add w/ version 0.150.0
Required for newer dev-perl/Archive-Tar-Wrapper via:
- dev-perl/Dumbbench
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl')
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Statistics-CaseResampling/Manifest b/dev-perl/Statistics-CaseResampling/Manifest new file mode 100644 index 000000000000..0a032f6447b2 --- /dev/null +++ b/dev-perl/Statistics-CaseResampling/Manifest @@ -0,0 +1 @@ +DIST Statistics-CaseResampling-0.15.tar.gz 58153 BLAKE2B 01da6fc5908dc76b2321b47b045026cee682e1feb538205899af6b8b30d1b769d6db0b5cec6d24beca7dbe87451c4bb135be7df533d7f09cef31f9e5b1c1c16a SHA512 2e7baec4d87c74648963e3af8e88210182b9a6f22ce42c4a8652a2f802568c13736415d3d25f917843a6021921bbbe26d6b69742108569f649a41efe9e4168bf diff --git a/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild new file mode 100644 index 000000000000..5bbc55440b5a --- /dev/null +++ b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=0.15 +inherit perl-module + +DESCRIPTION="Efficient resampling and calculation of medians with confidence intervals" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/dev-perl/Statistics-CaseResampling/metadata.xml b/dev-perl/Statistics-CaseResampling/metadata.xml new file mode 100644 index 000000000000..6e6d79c627eb --- /dev/null +++ b/dev-perl/Statistics-CaseResampling/metadata.xml @@ -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">Statistics-CaseResampling</remote-id> + <remote-id type="cpan-module">Statistics::CaseResampling</remote-id> + </upstream> +</pkgmetadata> |