public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/
@ 2018-01-10 20:46 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-01-10 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     49f43e4b516396b6e5f2edffb15269f32b24669b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 20:12:54 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 20:46:23 2018 +0000
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 00000000000..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 @@
   </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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/
@ 2018-07-21 12:27 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-07-21 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     47afa47a5b210f4717deddf4b02c5ea5fb6b9121
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 12:10:19 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 12:26:58 2018 +0000
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..00000000000
--- 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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/
@ 2021-08-09 20:31 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-09 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a651ebca98ac882b332cc8817c3c9ee7f4742bce
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 20:27:21 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 20:31:36 2021 +0000
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 <dilfridge <AT> 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}
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-09 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-TTest/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-07-21 12:27 Kent Fredric
2021-08-09 20:31 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox