summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-15 11:41:23 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-15 11:41:23 +0000
commitaf91b4720f91dd04fe1d154551c2028194816d96 (patch)
tree59c0c34c87791213ad3adab0210e9350b67e237f /dev-perl
parentVersion bump (diff)
downloadgentoo-2-af91b4720f91dd04fe1d154551c2028194816d96.tar.gz
gentoo-2-af91b4720f91dd04fe1d154551c2028194816d96.tar.bz2
gentoo-2-af91b4720f91dd04fe1d154551c2028194816d96.zip
Version bump
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog8
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 8b486a6fc095..9653c8f6fd3c 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.27 2010/06/22 06:22:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.28 2010/10/15 11:41:23 tove Exp $
+
+*Statistics-Descriptive-3.0201 (15 Oct 2010)
+
+ 15 Oct 2010; Torsten Veller <tove@gentoo.org>
+ +Statistics-Descriptive-3.0201.ebuild:
+ Version bump. Documentation fixes only
*Statistics-Descriptive-3.0200 (22 Jun 2010)
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild
new file mode 100644
index 000000000000..8bca0bdf9360
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0201.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 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.0201.ebuild,v 1.1 2010/10/15 11:41:23 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"