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-TTest/
Date: Wed, 10 Jan 2018 20:46:37
Message-Id: 1515617183.49f43e4b516396b6e5f2edffb15269f32b24669b.kentnl@gentoo
1 commit: 49f43e4b516396b6e5f2edffb15269f32b24669b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:12:54 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:46:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f43e4b
7
8 dev-perl/Statistics-TTest: EAPI6 + tests
9
10 - EAPI6ify
11 - Enable tests
12 - Add missing CPAN remote-id's
13
14 Package-Manager: Portage-2.3.18, Repoman-2.3.6
15
16 .../Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild | 19 +++++++++++++++++++
17 dev-perl/Statistics-TTest/metadata.xml | 3 +++
18 2 files changed, 22 insertions(+)
19
20 diff --git a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..e9d16acda16
23 --- /dev/null
24 +++ b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild
25 @@ -0,0 +1,19 @@
26 +# Copyright 1999-2018 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=YUNFANG
32 +DIST_VERSION=1.1.0
33 +
34 +inherit perl-module
35 +
36 +DESCRIPTION="module to compute the confidence interval"
37 +
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE=""
41 +
42 +RDEPEND=">=dev-perl/Statistics-Distributions-1.20.0
43 + >=dev-perl/Statistics-Descriptive-3.60.300"
44 +DEPEND="${RDEPEND}"
45
46 diff --git a/dev-perl/Statistics-TTest/metadata.xml b/dev-perl/Statistics-TTest/metadata.xml
47 index 5e6cde1bbf1..b11205d4fb1 100644
48 --- a/dev-perl/Statistics-TTest/metadata.xml
49 +++ b/dev-perl/Statistics-TTest/metadata.xml
50 @@ -7,6 +7,9 @@
51 </maintainer>
52 <upstream>
53 <remote-id type="cpan">Statistics-TTest</remote-id>
54 + <remote-id type="cpan-module">Statistics::PointEstimation</remote-id>
55 + <remote-id type="cpan-module">Statistics::PointEstimation::Sufficient</remote-id>
56 <remote-id type="cpan-module">Statistics::TTest</remote-id>
57 + <remote-id type="cpan-module">Statistics::TTest::Sufficient</remote-id>
58 </upstream>
59 </pkgmetadata>