summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-16 07:37:15 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-16 07:37:15 +0000
commit5e19870a885e3d46549b8c424fc9341c6c885ec2 (patch)
tree40244499f5677aef736c7165d737c8aac1c0a848 /dev-perl/Statistics-Descriptive
parentAttempts tp fix bug 314053 (diff)
downloadhistorical-5e19870a885e3d46549b8c424fc9341c6c885ec2.tar.gz
historical-5e19870a885e3d46549b8c424fc9341c6c885ec2.tar.bz2
historical-5e19870a885e3d46549b8c424fc9341c6c885ec2.zip
Version bump
Package-Manager: portage-2.2_rc67/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.0102.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index fe13350c7897..53d7a0ffe3fd 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.25 2009/12/24 19:28:33 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.26 2010/06/16 07:37:15 tove Exp $
+
+*Statistics-Descriptive-3.0102 (16 Jun 2010)
+
+ 16 Jun 2010; Torsten Veller <tove@gentoo.org>
+ +Statistics-Descriptive-3.0102.ebuild:
+ Version bump
24 Dec 2009; Torsten Veller <tove@gentoo.org>
-Statistics-Descriptive-2.6.ebuild:
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.ebuild
new file mode 100644
index 000000000000..6ca764c56c61
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0102.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.0102.ebuild,v 1.1 2010/06/16 07:37:15 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"