summaryrefslogtreecommitdiff
path: root/dev-perl/Statistics-CaseResampling
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-08 10:50:14 +0100
commit3f71901f8c228f4de570abed1831ce3ee425343e (patch)
treea2dcd300d05ef8a2ec275b44a92a9d85bd3baa24 /dev-perl/Statistics-CaseResampling
parent12bb627384ddfd47382b9f1b6464481a58d01ebb (diff)
gentoo resync 08.09.2018
Diffstat (limited to 'dev-perl/Statistics-CaseResampling')
-rw-r--r--dev-perl/Statistics-CaseResampling/Manifest3
-rw-r--r--dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild20
-rw-r--r--dev-perl/Statistics-CaseResampling/metadata.xml12
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Statistics-CaseResampling/Manifest b/dev-perl/Statistics-CaseResampling/Manifest
new file mode 100644
index 000000000000..8b48e2aa9e6d
--- /dev/null
+++ b/dev-perl/Statistics-CaseResampling/Manifest
@@ -0,0 +1,3 @@
+DIST Statistics-CaseResampling-0.15.tar.gz 58153 BLAKE2B 01da6fc5908dc76b2321b47b045026cee682e1feb538205899af6b8b30d1b769d6db0b5cec6d24beca7dbe87451c4bb135be7df533d7f09cef31f9e5b1c1c16a SHA512 2e7baec4d87c74648963e3af8e88210182b9a6f22ce42c4a8652a2f802568c13736415d3d25f917843a6021921bbbe26d6b69742108569f649a41efe9e4168bf
+EBUILD Statistics-CaseResampling-0.150.0.ebuild 403 BLAKE2B 0915a5af23e80863e8c6f4188dac06ae59aa12382a2760d40a54aa731ba77de4344a005423c9ca2ea5d0e4b6f333f4e3f4aa851cb864e03ab9d5a4ada17f4f15 SHA512 14b93d0d93d2b50e0a50883750de49744103a6e3fadabaa1fce0e18624b55c99f98752286460a56d847d3eccf77b00c4777c0bce91509c2eaf5be4e8afbe34ad
+MISC metadata.xml 422 BLAKE2B 439e2ebc8a4beab733896db241905a5990dc67a6de6a8817441ca1414e3116b139ee2a322e5ddc897ddae7ef95339672ed8c0e4b0d289b81b6a7aeb76b4b8b18 SHA512 566eea4d20ad4bae2e8d68aa8b36b13df75962a6060934ea7da49df6e4d6dc16c096c093eb595e13c129691f158918f961a6504c3e4e22d1c7c137dda7769b18
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>