diff options
Diffstat (limited to 'dev-perl/Statistics-Descriptive-Discrete')
4 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Statistics-Descriptive-Discrete/ChangeLog b/dev-perl/Statistics-Descriptive-Discrete/ChangeLog new file mode 100644 index 000000000000..2af026929c11 --- /dev/null +++ b/dev-perl/Statistics-Descriptive-Discrete/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Statistics-Descriptive-Discrete +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/ChangeLog,v 1.1 2004/03/28 09:43:12 tantive Exp $ + +*Statistics-Descriptive-Discrete-0.07 (28 Mar 2004) + + 28 Mar 2004; Michael Imhof <tantive@gentoo.org> + Statistics-Descriptive-Discrete-0.07.ebuild: + Initial ebuild. Submitted by Antonio <netbix@netbix.net>. Closes #45930. + diff --git a/dev-perl/Statistics-Descriptive-Discrete/Manifest b/dev-perl/Statistics-Descriptive-Discrete/Manifest new file mode 100644 index 000000000000..de75897d3306 --- /dev/null +++ b/dev-perl/Statistics-Descriptive-Discrete/Manifest @@ -0,0 +1,2 @@ +MD5 f433ee5beca4d2a0632f125b67a8f00e Statistics-Descriptive-Discrete-0.07.ebuild 678 +MD5 a24c08cc21008a2abb68bfa9e8cadfab files/digest-Statistics-Descriptive-Discrete-0.07 86 diff --git a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild new file mode 100644 index 000000000000..2a560288f57d --- /dev/null +++ b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.1 2004/03/28 09:43:12 tantive Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Statistics-Descriptive-Discrete module" +SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RH/RHETTBULL/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive::Discrete" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha" + +mydoc="TODO" + +src_compile() { + + perl-module_src_compile + perl-module_src_test +} diff --git a/dev-perl/Statistics-Descriptive-Discrete/files/digest-Statistics-Descriptive-Discrete-0.07 b/dev-perl/Statistics-Descriptive-Discrete/files/digest-Statistics-Descriptive-Discrete-0.07 new file mode 100644 index 000000000000..c87cc49eeabd --- /dev/null +++ b/dev-perl/Statistics-Descriptive-Discrete/files/digest-Statistics-Descriptive-Discrete-0.07 @@ -0,0 +1 @@ +MD5 47a386239642fc75d5641bb9f213ea62 Statistics-Descriptive-Discrete-0.07.tar.gz 6889 |