diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:39:30 +0000 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 14:39:30 +0000 |
commit | f0eba718358c36f92355d1dd7a5d4738014e3082 (patch) | |
tree | 1ba9ad15100acb773671fd2dec59bbf6e53cfc86 /dev-perl/Statistics-Distributions | |
parent | Stable for HPPA (bug #497782). (diff) | |
download | gentoo-2-f0eba718358c36f92355d1dd7a5d4738014e3082.tar.gz gentoo-2-f0eba718358c36f92355d1dd7a5d4738014e3082.tar.bz2 gentoo-2-f0eba718358c36f92355d1dd7a5d4738014e3082.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-Distributions')
-rw-r--r-- | dev-perl/Statistics-Distributions/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Statistics-Distributions/metadata.xml | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Distributions/ChangeLog b/dev-perl/Statistics-Distributions/ChangeLog new file mode 100644 index 000000000000..51f0d8633d0c --- /dev/null +++ b/dev-perl/Statistics-Distributions/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Statistics-Distributions +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Distributions/ChangeLog,v 1.1 2014/01/12 14:39:30 civil Exp $ + +*Statistics-Distributions-1.02 (12 Jan 2014) + + 12 Jan 2014; Vladimir Smirnov <civil@gentoo.org> + +Statistics-Distributions-1.02.ebuild, +metadata.xml: + Initial ebuild. Submitted by Ryan Hill. Related to #474760 diff --git a/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild new file mode 100644 index 000000000000..5285d281fceb --- /dev/null +++ b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild,v 1.1 2014/01/12 14:39:30 civil Exp $ + +EAPI="5" + +MODULE_AUTHOR="MIKEK" + +inherit perl-module + +DESCRIPTION="Perl module for calculating critical values" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +IUSE="" diff --git a/dev-perl/Statistics-Distributions/metadata.xml b/dev-perl/Statistics-Distributions/metadata.xml new file mode 100644 index 000000000000..de26b9f69b83 --- /dev/null +++ b/dev-perl/Statistics-Distributions/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-Distributions</remote-id> + <remote-id type="cpan-module">Statistics::Distributions</remote-id> + </upstream> +</pkgmetadata> |