dev-perl/Statistics-TTest: EAPI6 + tests
authorKent Fredric <kentnl@gentoo.org>
Wed, 10 Jan 2018 20:12:54 +0000 (09:12 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 10 Jan 2018 20:46:23 +0000 (09:46 +1300)
- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild [new file with mode: 0644]
dev-perl/Statistics-TTest/metadata.xml

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
new file mode 100644 (file)
index 0000000..e9d16ac
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=YUNFANG
+DIST_VERSION=1.1.0
+
+inherit perl-module
+
+DESCRIPTION="module to compute the confidence interval"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/Statistics-Distributions-1.20.0
+       >=dev-perl/Statistics-Descriptive-3.60.300"
+DEPEND="${RDEPEND}"
index 5e6cde1bbf110a02b1eebc0ac1a5f576e3eea49e..b11205d4fb10d1cef28f9330f3785f4defdbcf48 100644 (file)
@@ -7,6 +7,9 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Statistics-TTest</remote-id>
+    <remote-id type="cpan-module">Statistics::PointEstimation</remote-id>
+    <remote-id type="cpan-module">Statistics::PointEstimation::Sufficient</remote-id>
     <remote-id type="cpan-module">Statistics::TTest</remote-id>
+    <remote-id type="cpan-module">Statistics::TTest::Sufficient</remote-id>
   </upstream>
 </pkgmetadata>