diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:45:30 +0000 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:45:30 +0000 |
commit | 097aa123d963866e1e321533b95c372ab0c9ba3b (patch) | |
tree | c1d116f45431f72d5a200f79f31f8694884491a6 /dev-perl/Statistics-TTest | |
parent | Initial ebuild. Submitted by Ryan Hill. Related to #474760 (diff) | |
download | gentoo-2-097aa123d963866e1e321533b95c372ab0c9ba3b.tar.gz gentoo-2-097aa123d963866e1e321533b95c372ab0c9ba3b.tar.bz2 gentoo-2-097aa123d963866e1e321533b95c372ab0c9ba3b.zip |
Initial ebuild. Submitted by Ryan Hill. Related to #474760
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Diffstat (limited to 'dev-perl/Statistics-TTest')
-rw-r--r-- | dev-perl/Statistics-TTest/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Statistics-TTest/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Statistics-TTest/metadata.xml | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Statistics-TTest/ChangeLog b/dev-perl/Statistics-TTest/ChangeLog new file mode 100644 index 000000000000..3cf2c91ea6aa --- /dev/null +++ b/dev-perl/Statistics-TTest/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Statistics-TTest +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-TTest/ChangeLog,v 1.1 2014/01/12 14:45:30 civil Exp $ + +*Statistics-TTest-1.1.0 (12 Jan 2014) + + 12 Jan 2014; Vladimir Smirnov <civil@gentoo.org> + +Statistics-TTest-1.1.0.ebuild, +metadata.xml: + Initial ebuild. Submitted by Ryan Hill. Related to #474760 diff --git a/dev-perl/Statistics-TTest/Manifest b/dev-perl/Statistics-TTest/Manifest new file mode 100644 index 000000000000..444856351821 --- /dev/null +++ b/dev-perl/Statistics-TTest/Manifest @@ -0,0 +1,3 @@ +DIST Statistics-TTest-1.1.0.tar.gz 6013 SHA256 b2d959d258c728479b7d862ee0146e5ad8eea989be25637cbc576552ff737166 SHA512 35a2af81c480ea0e5eecffd12340fb4f391cda1e423874b88d0906e625c677686264a7bbcb537756e34143b32bcc27c13ac25f4cdd7f4f77559c46e4907fe08a WHIRLPOOL 77b4d5ac008fcc4fac438f8152986ac2568b21bb688563033b6410ec746ab1f9b6c7896cdd032ff51fd7857d6bc0db930a32419b3c7d15ad4ca9e0b739187a04 +EBUILD Statistics-TTest-1.1.0.ebuild 417 SHA256 66496ed3ad97db4fa370440090b4effb98c28f05a4da1af63920060c0bf3fe05 SHA512 51625527173cf5b9d21a386d8096ea892a0f6d3ca6f74f971f126464e507ebd8256cc10e216060f9430b6cf3b74dc01bee05189748baa4587a5b2b2d6fb16b9e WHIRLPOOL 8de89ba4a25eac6e7b8db6b233d79cea0fa17ceade837271bcbb8404e19d4337edec5c80fb304fbdd18b80333b3b918d87f2d94ac46c74c7dd587ed75e0e79a0 +MISC metadata.xml 306 SHA256 0705630a4ffb5260b42e24ccefeba73a8291764bb4421c486437e63ac56e64aa SHA512 61e7cfc6f7ae88cad190f49aeb7359105777f1ccbab0771ca7b8cb28dae45b654f3d5f1aff6a9cb3fc7b5d9c742c07e8d70c0f4e7f1f2d6fa1ff66b24ea2f943 WHIRLPOOL 3508d7c71a9e6b8c5a03a78fe89877403a9a065417f2e07bb24f92a597ec36f994e47a422cee23cbd8d6850200a7235397ad9e658e06d5265a9538bc9440a7ae diff --git a/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild new file mode 100644 index 000000000000..ca948f4cd2d5 --- /dev/null +++ b/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-TTest/Statistics-TTest-1.1.0.ebuild,v 1.1 2014/01/12 14:45:30 civil Exp $ + +EAPI="5" + +MODULE_AUTHOR="YUNFANG" + +inherit perl-module + +DESCRIPTION="module to compute the confidence interval" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-perl/Statistics-Distributions-1.02 + >=dev-perl/Statistics-Descriptive-3.60.300" diff --git a/dev-perl/Statistics-TTest/metadata.xml b/dev-perl/Statistics-TTest/metadata.xml new file mode 100644 index 000000000000..60b9b721d7c8 --- /dev/null +++ b/dev-perl/Statistics-TTest/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Statistics-TTest</remote-id> + <remote-id type="cpan-module">Statistics::TTest</remote-id> + </upstream> +</pkgmetadata> |