[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/

2021-08-09 Thread Andreas K. Hüttel
commit: a651ebca98ac882b332cc8817c3c9ee7f4742bce
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug  9 20:27:21 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug  9 20:31:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a651ebca

dev-perl/Statistics-TTest: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...st-1.1.0-r1.ebuild => Statistics-TTest-1.1.0-r2.ebuild} | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild 
b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.ebuild
similarity index 56%
rename from dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild
rename to dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.ebuild
index e9d16acda16..360f84a87ce 100644
--- a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild
+++ b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=YUNFANG
 DIST_VERSION=1.1.0
@@ -12,8 +12,10 @@ 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}"
+RDEPEND="
+   >=dev-perl/Statistics-Distributions-1.20.0
+   >=dev-perl/Statistics-Descriptive-3.60.300
+"
+BDEPEND="${RDEPEND}
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/

2018-07-21 Thread Kent Fredric
commit: 47afa47a5b210f4717deddf4b02c5ea5fb6b9121
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 21 12:10:19 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 21 12:26:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47afa47a

dev-perl/Statistics-TTest: Cleanup old version 1.1.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Statistics-TTest/Statistics-TTest-1.1.0.ebuild| 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild 
b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild
deleted file mode 100644
index 00a078c4875..000
--- a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MODULE_AUTHOR="YUNFANG"
-MODULE_VERSION="1.1.0"
-
-inherit perl-module
-
-DESCRIPTION="module to compute the confidence interval"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Statistics-Distributions-1.02
-   >=dev-perl/Statistics-Descriptive-3.60.300"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/

2018-01-10 Thread Kent Fredric
commit: 49f43e4b516396b6e5f2edffb15269f32b24669b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 10 20:12:54 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 10 20:46:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f43e4b

dev-perl/Statistics-TTest: EAPI6 + tests

- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild | 19 +++
 dev-perl/Statistics-TTest/metadata.xml|  3 +++
 2 files changed, 22 insertions(+)

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
index 000..e9d16acda16
--- /dev/null
+++ b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0-r1.ebuild
@@ -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}"

diff --git a/dev-perl/Statistics-TTest/metadata.xml 
b/dev-perl/Statistics-TTest/metadata.xml
index 5e6cde1bbf1..b11205d4fb1 100644
--- a/dev-perl/Statistics-TTest/metadata.xml
+++ b/dev-perl/Statistics-TTest/metadata.xml
@@ -7,6 +7,9 @@
   
   
 Statistics-TTest
+Statistics::PointEstimation
+Statistics::PointEstimation::Sufficient
 Statistics::TTest
+Statistics::TTest::Sufficient