diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Statistics-Descriptive | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
-rw-r--r-- | dev-perl/Statistics-Descriptive/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/metadata.xml | 17 |
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive/Manifest b/dev-perl/Statistics-Descriptive/Manifest new file mode 100644 index 000000000000..beb85492198d --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Manifest @@ -0,0 +1,3 @@ +DIST Statistics-Descriptive-3.0612.tar.gz 45929 BLAKE2B db9fd041f1182ac780ec2b803cd8377e04f56a9596da5d7e791a3f0b2f40490333e4f7844356b72464bf1c2169a689f3862306621546cdf4422732129e992eca SHA512 1157c0259a376f44363861c515ef56a25cf5a496d67faea546e225751d39c3529f9aa7d1bd021e2e399d5e884e7f5372df67249fe4f5607a6bdd806235503d46 +EBUILD Statistics-Descriptive-3.61.200.ebuild 765 BLAKE2B afff09f981d41d727f4f846f297181b7a51b2eb5afde618b64e75558501c5aedf84a9f0b7af4a3a86c27978a76748c0065963eb34834610f0cf05d8e0337e84d SHA512 54be4de582ccece1741dd505388ee0ebe99c4277cfd0c7b4caa7dd54c0462e9b549793da6150facbb2a1ce20a2ae3c9a66d754cbb6b1683abf6eb502cf6a7060 +MISC metadata.xml 844 BLAKE2B 1e597714aa6f242b29127ccc4fa70fbea8b090bdfd4f3f19795877e8dc7246fc3957f23bbe2209fd3217fb6b389495c360e0bb0f3e3ba6bc90c2f6cb4c22b1df SHA512 f7f05f06aa33d840c35758427de759af442fe4b137fe21391ad6ef86fea92e4e0daa5154d6278b1ebf7bb9d5ff277fcf769da7b90fcc1d6869d32d8b54fb0050 diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild new file mode 100644 index 000000000000..dcf919a83434 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.61.200.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=3.0612 +inherit perl-module + +DESCRIPTION="Module of basic descriptive statistical functions" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="test examples" + +RDEPEND=" + virtual/perl-Carp + dev-perl/List-MoreUtils + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.360.0 + test? ( virtual/perl-Test-Simple ) +" +mydoc="UserSurvey.txt" + +src_test() { + perl_rm_files "t/pod-coverage.t" "t/pod.t" "t/cpan-changes.t" "t/style-trailing-space.t" + perl-module_src_test +} +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples/ + dodoc -r examples + fi +} diff --git a/dev-perl/Statistics-Descriptive/metadata.xml b/dev-perl/Statistics-Descriptive/metadata.xml new file mode 100644 index 000000000000..3096205e7a79 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Statistics-Descriptive</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive::Full</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive::Smoother</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive::Smoother::Exponential</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive::Smoother::Weightedexponential</remote-id> + <remote-id type="cpan-module">Statistics::Descriptive::Sparse</remote-id> + </upstream> +</pkgmetadata> |