diff options
author | Torsten Veller <tove@gentoo.org> | 2011-11-19 19:55:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-11-19 19:55:17 +0000 |
commit | 4bf2b07e8b97e85ef2e67b924f1f8bbb5ac92944 (patch) | |
tree | 4fa347a81b658f605556855758934e8f2b386d4d /dev-perl | |
parent | [bump] app-editors/XML-XSH2-2.1.5 (diff) | |
download | historical-4bf2b07e8b97e85ef2e67b924f1f8bbb5ac92944.tar.gz historical-4bf2b07e8b97e85ef2e67b924f1f8bbb5ac92944.tar.bz2 historical-4bf2b07e8b97e85ef2e67b924f1f8bbb5ac92944.zip |
[bump] dev-perl/Statistics-Descriptive-3.20.300
Package-Manager: portage-2.2.0_alpha75/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Statistics-Descriptive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index 51d67f09751f..654928ed0d0e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.31 2011/07/29 17:03:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.32 2011/11/19 19:55:17 tove Exp $ + +*Statistics-Descriptive-3.20.300 (19 Nov 2011) + + 19 Nov 2011; Torsten Veller <tove@gentoo.org> + +Statistics-Descriptive-3.20.300.ebuild: + Version bump 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Statistics-Descriptive-3.0201.ebuild: diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild new file mode 100644 index 000000000000..c402fd698b05 --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.20.300.ebuild,v 1.1 2011/11/19 19:55:17 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SHLOMIF +MODULE_VERSION=3.0203 +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" |