dev-perl/Statistics-CaseResampling: Add w/ version 0.150.0
authorKent Fredric <kentnl@gentoo.org>
Fri, 7 Sep 2018 08:35:49 +0000 (20:35 +1200)
committerKent Fredric <kentnl@gentoo.org>
Fri, 7 Sep 2018 10:02:13 +0000 (22:02 +1200)
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 [new file with mode: 0644]
dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild [new file with mode: 0644]
dev-perl/Statistics-CaseResampling/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Statistics-CaseResampling/Manifest b/dev-perl/Statistics-CaseResampling/Manifest
new file mode 100644 (file)
index 0000000..0a032f6
--- /dev/null
@@ -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 (file)
index 0000000..5bbc554
--- /dev/null
@@ -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 (file)
index 0000000..6e6d79c
--- /dev/null
@@ -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>