diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-11 10:38:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-11 10:38:45 +0000 |
commit | 2ff9cfb0d5b303ac17551a5639b8659232ebbe6a (patch) | |
tree | 05ccda445411e959bdc94e52297818d48cf01d6a /dev-perl/Statistics-Descriptive | |
parent | Version bump (diff) | |
download | gentoo-2-2ff9cfb0d5b303ac17551a5639b8659232ebbe6a.tar.gz gentoo-2-2ff9cfb0d5b303ac17551a5639b8659232ebbe6a.tar.bz2 gentoo-2-2ff9cfb0d5b303ac17551a5639b8659232ebbe6a.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-2.8.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog index b392c1c71479..540889905b10 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.13 2009/05/05 07:32:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.14 2009/05/11 10:38:45 tove Exp $ + +*Statistics-Descriptive-2.8 (11 May 2009) + + 11 May 2009; Torsten Veller <tove@gentoo.org> + +Statistics-Descriptive-2.8.ebuild: + Version bump *Statistics-Descriptive-2.7 (05 May 2009) diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild new file mode 100644 index 000000000000..8f8f01c0986f --- /dev/null +++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.8.ebuild @@ -0,0 +1,17 @@ +# 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-2.8.ebuild,v 1.1 2009/05/11 10:38:45 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="" + +SRC_TEST="do" +mydoc="UserSurvey.txt" |