From 35c86af453f7b94a12eb87f41a4c965eb8621088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 16 Oct 2021 12:41:00 +0200 Subject: [PATCH] dev-perl/Statistics-ChiSquare: New package, needed for Crypt-Random MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Statistics-ChiSquare/Manifest | 1 + .../Statistics-ChiSquare-1.0.0.ebuild | 12 ++++++++++++ dev-perl/Statistics-ChiSquare/metadata.xml | 8 ++++++++ 3 files changed, 21 insertions(+) create mode 100644 dev-perl/Statistics-ChiSquare/Manifest create mode 100644 dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild create mode 100644 dev-perl/Statistics-ChiSquare/metadata.xml diff --git a/dev-perl/Statistics-ChiSquare/Manifest b/dev-perl/Statistics-ChiSquare/Manifest new file mode 100644 index 0000000000000..c01ecf836339a --- /dev/null +++ b/dev-perl/Statistics-ChiSquare/Manifest @@ -0,0 +1 @@ +DIST Statistics-ChiSquare-1.0000.tar.gz 28821 BLAKE2B e6895291293682850b51c23f7ec15b3abf02836977f17293d152f7ef1efbe6a946c4c767fcac90cb6b006b8031dc6c164d1d797977082938d565fe2b62ae318e SHA512 6523c0e44b53835796c5b3f41cb6281413b79c596601a1971b8cb6fc7b2c76fc53ca60642bc96897083d6504ffc0e5ed35b475df4e9264231a5d602d90b3dd35 diff --git a/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild b/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild new file mode 100644 index 0000000000000..e89888ae19e5c --- /dev/null +++ b/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DCANTRELL +DIST_VERSION=1.0000 +inherit perl-module + +DESCRIPTION="How well-distributed is your data?" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-perl/Statistics-ChiSquare/metadata.xml b/dev-perl/Statistics-ChiSquare/metadata.xml new file mode 100644 index 0000000000000..e2c9afaca62c6 --- /dev/null +++ b/dev-perl/Statistics-ChiSquare/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +