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 | a61e87039c1a7323e07269dc86013cd3eef2e7a3 (patch) | |
tree | 2cf9bc9e66b9877795f5e2da28ef97b1a07812b6 /dev-perl/Statistics-Descriptive | |
parent | remove Id. fixes bug #89136. (diff) | |
download | historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.tar.gz historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.tar.bz2 historical-a61e87039c1a7323e07269dc86013cd3eef2e7a3.zip |
initial ebuild
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
5 files changed, 43 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..6c445e88a9f9 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Manifest @@ -0,0 +1,4 @@ +MD5 69d47b5c95beaeea2cf15c81f220bdd0 ChangeLog 402 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 40ba824c2db26e9b088239ffb6eaf3f3 Statistics-Descriptive-2.6.ebuild 545 +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> |