diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:16:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-30 21:16:21 +0000 |
commit | 9b9e086acbd5baa25985936299d27ed0075823b2 (patch) | |
tree | 5efb6dcc5243d3588a28b572017bcf1aba5e0d65 /dev-perl/Statistics-Descriptive | |
parent | Version bump (diff) | |
download | gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.tar.gz gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.tar.bz2 gentoo-2-9b9e086acbd5baa25985936299d27ed0075823b2.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
-rw-r--r-- | dev-perl/Statistics-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index b37fadd93ddc..626ab9a8d6e0 100644 --- a/dev-perl/Statistics-Descriptive/ChangeLog +++ b/dev-perl/Statistics-Descriptive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Statistics-Descriptive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.16 2009/05/14 07:21:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.17 2009/05/30 21:16:21 tove Exp $ + +*Statistics-Descriptive-3.0000 (30 May 2009) + + 30 May 2009; Torsten Veller <tove@gentoo.org> + +Statistics-Descriptive-3.0000.ebuild: + Version bump *Statistics-Descriptive-2.9 (14 May 2009) diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild new file mode 100644 index 000000000000..6bf7d27427d1 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0000.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.0000.ebuild,v 1.1 2009/05/30 21:16:21 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SHLOMIF +inherit perl-module + +DESCRIPTION="Module of basic descriptive statistical functions" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +DEPEND="virtual/perl-Module-Build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" +RDEPEND="" + +SRC_TEST="do" +mydoc="UserSurvey.txt" |