Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Statistics-Distributions/
Date: Wed, 10 Jan 2018 20:46:38
Message-Id: 1515617182.d1c035f7bd7f415473dbb16f29c73b2644d91fc0.kentnl@gentoo
1 commit: d1c035f7bd7f415473dbb16f29c73b2644d91fc0
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:09:18 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:46:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c035f7
7
8 dev-perl/Statistics-Distributions: EAPI6 + tests
9
10 - EAPI6ify
11 - Enable tests
12 - Normalize version
13
14 Package-Manager: Portage-2.3.18, Repoman-2.3.6
15
16 .../Statistics-Distributions-1.20.0-r1.ebuild | 15 +++++++++++++++
17 1 file changed, 15 insertions(+)
18
19 diff --git a/dev-perl/Statistics-Distributions/Statistics-Distributions-1.20.0-r1.ebuild b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.20.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..7a56f0006c6
22 --- /dev/null
23 +++ b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.20.0-r1.ebuild
24 @@ -0,0 +1,15 @@
25 +# Copyright 1999-2018 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DIST_AUTHOR=MIKEK
31 +DIST_VERSION=1.02
32 +
33 +inherit perl-module
34 +
35 +DESCRIPTION="Perl module for calculating critical values"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~arm ~x86"
39 +IUSE=""