diff options
author | Christian Andreetta <satya@gentoo.org> | 2005-05-04 07:11:53 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2005-05-04 07:11:53 +0000 |
commit | be5af017ff31434773434e8d94908392f73a88a5 (patch) | |
tree | 1c8b05bd0df87b72c6e684df64b6aa44f4e68cc3 /dev-perl/Statistics-Descriptive | |
parent | remove Id. fixes bug #89136. (diff) | |
download | gentoo-2-be5af017ff31434773434e8d94908392f73a88a5.tar.gz gentoo-2-be5af017ff31434773434e8d94908392f73a88a5.tar.bz2 gentoo-2-be5af017ff31434773434e8d94908392f73a88a5.zip |
initial ebuild
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog new file mode 100644 index 000000000000..4cd65a673835 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Statistics-Descriptive +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.1 2005/05/04 07:11:53 satya Exp $ + +*Statistics-Descriptive-2.6 (04 May 2005) + + 04 May 2005; Christian Andreetta <satya@gentoo.org> +metadata.xml, + +Statistics-Descriptive-2.6.ebuild: + initial ebuild + diff --git a/dev-perl/Statistics-Descriptive/Manifest b/dev-perl/Statistics-Descriptive/Manifest new file mode 100644 index 000000000000..c3e2bd272732 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Manifest @@ -0,0 +1,3 @@ +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 f2f06ed4fb1237d8139e2ab7d2dc51ee Statistics-Descriptive-2.6.ebuild 568 +MD5 f091af204c270052bdd176c9619a20be files/digest-Statistics-Descriptive-2.6 77 diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild new file mode 100644 index 000000000000..8f506051be8d --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.6.ebuild,v 1.1 2005/05/04 07:11:53 satya Exp $ + +inherit perl-module + +DESCRIPTION="Statistics-Descriptive module" +SRC_URI="mirror://cpan/authors/id/COLINK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" +IUSE="" + +SRC_TEST="do" +mydoc="README Changes UserSurvey.txt" + diff --git a/dev-perl/Statistics-Descriptive/files/digest-Statistics-Descriptive-2.6 b/dev-perl/Statistics-Descriptive/files/digest-Statistics-Descriptive-2.6 new file mode 100644 index 000000000000..dad8c080fccf --- /dev/null +++ b/dev-perl/Statistics-Descriptive/files/digest-Statistics-Descriptive-2.6 @@ -0,0 +1 @@ +MD5 05602b7028ada0393b503acee79d2616 Statistics-Descriptive-2.6.tar.gz 11252 diff --git a/dev-perl/Statistics-Descriptive/metadata.xml b/dev-perl/Statistics-Descriptive/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |