From 53c8a0bd7e04fc63eb4f7a692029137c73e2994f Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 18 May 2012 15:20:52 +0000 Subject: [bump] dev-perl/Statistics-Descriptive-3.60.300 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64) --- .../Statistics-Descriptive-3.60.300.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild (limited to 'dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild') diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild new file mode 100644 index 000000000000..476538ca7ace --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.300.ebuild,v 1.1 2012/05/18 15:20:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHLOMIF +MODULE_VERSION=3.0603 +inherit perl-module + +DESCRIPTION="Module of basic descriptive statistical functions" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="virtual/perl-Module-Build + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" +mydoc="UserSurvey.txt" -- cgit v1.2.3-65-gdbad