Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-CaseResampling/
Date: Fri, 07 Sep 2018 10:03:02
Message-Id: 1536314533.47c1f77d9ba41af5fa0de48005b13a89480205cd.kentnl@gentoo
1 commit: 47c1f77d9ba41af5fa0de48005b13a89480205cd
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 08:35:49 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 10:02:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c1f77d
7
8 dev-perl/Statistics-CaseResampling: Add w/ version 0.150.0
9
10 Required for newer dev-perl/Archive-Tar-Wrapper via:
11 - dev-perl/Dumbbench
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 dev-perl/Statistics-CaseResampling/Manifest | 1 +
16 .../Statistics-CaseResampling-0.150.0.ebuild | 20 ++++++++++++++++++++
17 dev-perl/Statistics-CaseResampling/metadata.xml | 12 ++++++++++++
18 3 files changed, 33 insertions(+)
19
20 diff --git a/dev-perl/Statistics-CaseResampling/Manifest b/dev-perl/Statistics-CaseResampling/Manifest
21 new file mode 100644
22 index 00000000000..0a032f6447b
23 --- /dev/null
24 +++ b/dev-perl/Statistics-CaseResampling/Manifest
25 @@ -0,0 +1 @@
26 +DIST Statistics-CaseResampling-0.15.tar.gz 58153 BLAKE2B 01da6fc5908dc76b2321b47b045026cee682e1feb538205899af6b8b30d1b769d6db0b5cec6d24beca7dbe87451c4bb135be7df533d7f09cef31f9e5b1c1c16a SHA512 2e7baec4d87c74648963e3af8e88210182b9a6f22ce42c4a8652a2f802568c13736415d3d25f917843a6021921bbbe26d6b69742108569f649a41efe9e4168bf
27
28 diff --git a/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild
29 new file mode 100644
30 index 00000000000..5bbc55440b5
31 --- /dev/null
32 +++ b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild
33 @@ -0,0 +1,20 @@
34 +# Copyright 1999-2018 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +DIST_AUTHOR=SMUELLER
40 +DIST_VERSION=0.15
41 +inherit perl-module
42 +
43 +DESCRIPTION="Efficient resampling and calculation of medians with confidence intervals"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + virtual/perl-Scalar-List-Utils
50 +"
51 +DEPEND="${RDEPEND}
52 + virtual/perl-ExtUtils-MakeMaker
53 +"
54
55 diff --git a/dev-perl/Statistics-CaseResampling/metadata.xml b/dev-perl/Statistics-CaseResampling/metadata.xml
56 new file mode 100644
57 index 00000000000..6e6d79c627e
58 --- /dev/null
59 +++ b/dev-perl/Statistics-CaseResampling/metadata.xml
60 @@ -0,0 +1,12 @@
61 +<?xml version="1.0" encoding="UTF-8"?>
62 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 +<pkgmetadata>
64 + <maintainer type="project">
65 + <email>perl@g.o</email>
66 + <name>Gentoo Perl Project</name>
67 + </maintainer>
68 + <upstream>
69 + <remote-id type="cpan">Statistics-CaseResampling</remote-id>
70 + <remote-id type="cpan-module">Statistics::CaseResampling</remote-id>
71 + </upstream>
72 +</pkgmetadata>