summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-12 19:59:19 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-12 19:59:19 +0000
commit2f8cfd57ae5855f21d195888cb350234fad039bf (patch)
treeb7eac6af2c4c73b5870b560807c438fc923e6d56 /dev-perl/Statistics-Descriptive
parent[bump] dev-perl/Template-Toolkit-2.240.0 (diff)
downloadgentoo-2-2f8cfd57ae5855f21d195888cb350234fad039bf.tar.gz
gentoo-2-2f8cfd57ae5855f21d195888cb350234fad039bf.tar.bz2
gentoo-2-2f8cfd57ae5855f21d195888cb350234fad039bf.zip
[bump] dev-perl/Statistics-Descriptive-3.30.0
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Statistics-Descriptive')
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog10
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 654928ed0d0e..72938f0a3530 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.32 2011/11/19 19:55:17 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.33 2012/02/12 19:59:19 tove Exp $
+
+*Statistics-Descriptive-3.30.0 (12 Feb 2012)
+
+ 12 Feb 2012; Torsten Veller <tove@gentoo.org>
+ +Statistics-Descriptive-3.30.0.ebuild:
+ Version bump
*Statistics-Descriptive-3.20.300 (19 Nov 2011)
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.ebuild
new file mode 100644
index 000000000000..3334e69b220d
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.30.0.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.30.0.ebuild,v 1.1 2012/02/12 19:59:19 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SHLOMIF
+MODULE_VERSION=3.0300
+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"