diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-28 09:43:12 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-28 09:43:12 +0000 |
commit | 239588731f573a67d9d490e784dd78c0bb1260bf (patch) | |
tree | 0ec14fabc5708545a7d2f627a5c4b117def6c734 /dev-perl/Statistics-Descriptive-Discrete | |
parent | Moving -r11 back to unstable. (diff) | |
download | historical-239588731f573a67d9d490e784dd78c0bb1260bf.tar.gz historical-239588731f573a67d9d490e784dd78c0bb1260bf.tar.bz2 historical-239588731f573a67d9d490e784dd78c0bb1260bf.zip |
Initial ebuild. Submitted by Antonio <netbix@netbix.net>. Closes #45930.
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 |