commit: 7851d83d6c82836d3198bf063e355fb8d757d468 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 6 03:43:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 6 03:43:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7851d83d
dev-perl/Statistics-CaseResampling: add 0.160.0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Statistics-CaseResampling/Manifest | 1 + .../Statistics-CaseResampling-0.160.0.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/dev-perl/Statistics-CaseResampling/Manifest b/dev-perl/Statistics-CaseResampling/Manifest index 0a032f6447b2..d9ad04c2fd38 100644 --- a/dev-perl/Statistics-CaseResampling/Manifest +++ b/dev-perl/Statistics-CaseResampling/Manifest @@ -1 +1,2 @@ DIST Statistics-CaseResampling-0.15.tar.gz 58153 BLAKE2B 01da6fc5908dc76b2321b47b045026cee682e1feb538205899af6b8b30d1b769d6db0b5cec6d24beca7dbe87451c4bb135be7df533d7f09cef31f9e5b1c1c16a SHA512 2e7baec4d87c74648963e3af8e88210182b9a6f22ce42c4a8652a2f802568c13736415d3d25f917843a6021921bbbe26d6b69742108569f649a41efe9e4168bf +DIST Statistics-CaseResampling-0.16.tar.gz 58759 BLAKE2B bf003fba4733d7445c58c0fb7eb21df5c741bdbf8bdbb5ca64e0d338c9e37828caa33343a298b2b8049785b6a93ef87187b7469dc6b51d775d86a537ea37b492 SHA512 596ca07df1ac9a61b591c4e9d014bdd90aa29b277cdcf7f02948bfb177b61e9b1d31e7ce4c18a0d50e918569cd3b63ad14ff73b9635ec2f826bba73ea2697e35 diff --git a/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.160.0.ebuild b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.160.0.ebuild new file mode 100644 index 000000000000..42a4693a980c --- /dev/null +++ b/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.160.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SMUELLER +DIST_VERSION=0.16 +inherit perl-module + +DESCRIPTION="Efficient resampling and calculation of medians with confidence intervals" + +SLOT="0" +KEYWORDS="~amd64 ~x86"
