From 47c1f77d9ba41af5fa0de48005b13a89480205cd Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 7 Sep 2018 20:35:49 +1200 Subject: 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 --- dev-perl/Statistics-CaseResampling/Manifest | 1 + .../Statistics-CaseResampling-0.150.0.ebuild | 20 ++++++++++++++++++++ dev-perl/Statistics-CaseResampling/metadata.xml | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-perl/Statistics-CaseResampling/Manifest create mode 100644 dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild create mode 100644 dev-perl/Statistics-CaseResampling/metadata.xml (limited to 'dev-perl/Statistics-CaseResampling') 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Statistics-CaseResampling + Statistics::CaseResampling + + -- cgit v1.2.3-65-gdbad