diff options
8 files changed, 69 insertions, 0 deletions
diff --git a/dev-perl/Parallel-ForkManager/ChangeLog b/dev-perl/Parallel-ForkManager/ChangeLog new file mode 100644 index 000000000000..ada505b5f78e --- /dev/null +++ b/dev-perl/Parallel-ForkManager/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Parallel-ForkManager +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parallel-ForkManager/ChangeLog,v 1.1 2004/03/28 09:38:21 tantive Exp $ + +*Parallel-ForkManager-0.7.5 (28 Mar 2004) + + 28 Mar 2004; Michael Imhof <tantive@gentoo.org> Parallel-ForkManager-0.7.5.ebuild: + Initial ebuild. Submitted by Antonio <netbix@netbix.net>. Closes #45930. + diff --git a/dev-perl/Parallel-ForkManager/Manifest b/dev-perl/Parallel-ForkManager/Manifest new file mode 100644 index 000000000000..8e82e9052a8f --- /dev/null +++ b/dev-perl/Parallel-ForkManager/Manifest @@ -0,0 +1,2 @@ +MD5 48e3e65dfcdc333d88b1e7742378c0b1 Parallel-ForkManager-0.7.5.ebuild 629 +MD5 dccae2d917d5c9dfe11119586a3dba0b files/digest-Parallel-ForkManager-0.7.5 76 diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.5.ebuild b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.5.ebuild new file mode 100644 index 000000000000..e53b57fc70a8 --- /dev/null +++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-0.7.5.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/Parallel-ForkManager/Parallel-ForkManager-0.7.5.ebuild,v 1.1 2004/03/28 09:38:21 tantive Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Parallel ForkManager module" +SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DL/DLUX/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/search?module=Parallel::ForkManager" + +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/Parallel-ForkManager/files/digest-Parallel-ForkManager-0.7.5 b/dev-perl/Parallel-ForkManager/files/digest-Parallel-ForkManager-0.7.5 new file mode 100644 index 000000000000..c8d40d8763cc --- /dev/null +++ b/dev-perl/Parallel-ForkManager/files/digest-Parallel-ForkManager-0.7.5 @@ -0,0 +1 @@ +MD5 ec12f36370329e2c235284f5cb4ed427 Parallel-ForkManager-0.7.5.tar.gz 5935 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 |