Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-ChiSquare/
Date: Sat, 16 Oct 2021 10:43:39
Message-Id: 1634380999.35c86af453f7b94a12eb87f41a4c965eb8621088.dilfridge@gentoo
1 commit: 35c86af453f7b94a12eb87f41a4c965eb8621088
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 10:41:00 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 10:43:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c86af4
7
8 dev-perl/Statistics-ChiSquare: New package, needed for Crypt-Random
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Statistics-ChiSquare/Manifest | 1 +
14 .../Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild | 12 ++++++++++++
15 dev-perl/Statistics-ChiSquare/metadata.xml | 8 ++++++++
16 3 files changed, 21 insertions(+)
17
18 diff --git a/dev-perl/Statistics-ChiSquare/Manifest b/dev-perl/Statistics-ChiSquare/Manifest
19 new file mode 100644
20 index 00000000000..c01ecf83633
21 --- /dev/null
22 +++ b/dev-perl/Statistics-ChiSquare/Manifest
23 @@ -0,0 +1 @@
24 +DIST Statistics-ChiSquare-1.0000.tar.gz 28821 BLAKE2B e6895291293682850b51c23f7ec15b3abf02836977f17293d152f7ef1efbe6a946c4c767fcac90cb6b006b8031dc6c164d1d797977082938d565fe2b62ae318e SHA512 6523c0e44b53835796c5b3f41cb6281413b79c596601a1971b8cb6fc7b2c76fc53ca60642bc96897083d6504ffc0e5ed35b475df4e9264231a5d602d90b3dd35
25
26 diff --git a/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild b/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild
27 new file mode 100644
28 index 00000000000..e89888ae19e
29 --- /dev/null
30 +++ b/dev-perl/Statistics-ChiSquare/Statistics-ChiSquare-1.0.0.ebuild
31 @@ -0,0 +1,12 @@
32 +# Copyright 2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DIST_AUTHOR=DCANTRELL
38 +DIST_VERSION=1.0000
39 +inherit perl-module
40 +
41 +DESCRIPTION="How well-distributed is your data?"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44
45 diff --git a/dev-perl/Statistics-ChiSquare/metadata.xml b/dev-perl/Statistics-ChiSquare/metadata.xml
46 new file mode 100644
47 index 00000000000..e2c9afaca62
48 --- /dev/null
49 +++ b/dev-perl/Statistics-ChiSquare/metadata.xml
50 @@ -0,0 +1,8 @@
51 +<?xml version="1.0" encoding="UTF-8"?>
52 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
53 +<pkgmetadata>
54 + <maintainer type="project">
55 + <email>perl@g.o</email>
56 + <name>Gentoo Perl Project</name>
57 + </maintainer>
58 +</pkgmetadata>