summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-05 07:32:22 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-05 07:32:22 +0000
commitd0f2e61e6bcae1927dedde0aa84da3a0496a9da0 (patch)
treec9bdb6a035fdd6e949ab4b428425ee4c3f7d993c /dev-perl
parentConvert PATCHES to array (diff)
downloadgentoo-2-d0f2e61e6bcae1927dedde0aa84da3a0496a9da0.tar.gz
gentoo-2-d0f2e61e6bcae1927dedde0aa84da3a0496a9da0.tar.bz2
gentoo-2-d0f2e61e6bcae1927dedde0aa84da3a0496a9da0.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Statistics-Descriptive/ChangeLog10
-rw-r--r--dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index e56b7fe84a22..b392c1c71479 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.12 2007/03/13 15:58:56 mcummings Exp $
+# 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 $
+
+*Statistics-Descriptive-2.7 (05 May 2009)
+
+ 05 May 2009; Torsten Veller <tove@gentoo.org>
+ +Statistics-Descriptive-2.7.ebuild:
+ Version bump
13 Mar 2007; Michael Cummings <mcummings@gentoo.org>
Statistics-Descriptive-2.6.ebuild:
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.ebuild
new file mode 100644
index 000000000000..ce470e4a9a45
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-2.7.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.7.ebuild,v 1.1 2009/05/05 07:32:22 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"