summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-22 06:22:25 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-22 06:22:25 +0000
commit98cd169d4b7e868b6be461e8c8ce280fce61b9d5 (patch)
treee28bf444bf9570bde15872247fe70c9cc55a178d /dev-perl
parentunmask vlc 1.1.0 (diff)
downloadhistorical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.tar.gz
historical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.tar.bz2
historical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.zip
Version bump
Package-Manager: portage-2.2_rc67_p176/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.0200.ebuild22
-rw-r--r--dev-perl/Text-CSV/ChangeLog7
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.18.ebuild19
4 files changed, 54 insertions, 2 deletions
diff --git a/dev-perl/Statistics-Descriptive/ChangeLog b/dev-perl/Statistics-Descriptive/ChangeLog
index 53d7a0ffe3fd..8b486a6fc095 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.26 2010/06/16 07:37:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.27 2010/06/22 06:22:25 tove Exp $
+
+*Statistics-Descriptive-3.0200 (22 Jun 2010)
+
+ 22 Jun 2010; Torsten Veller <tove@gentoo.org>
+ +Statistics-Descriptive-3.0200.ebuild:
+ Version bump
*Statistics-Descriptive-3.0102 (16 Jun 2010)
diff --git a/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0200.ebuild b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0200.ebuild
new file mode 100644
index 000000000000..35bea51ce9b1
--- /dev/null
+++ b/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.0200.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.0200.ebuild,v 1.1 2010/06/22 06:22:25 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"
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 3fd290a4dacb..9e12f963f1fd 100644
--- a/dev-perl/Text-CSV/ChangeLog
+++ b/dev-perl/Text-CSV/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Text-CSV
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.28 2010/04/09 07:28:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.29 2010/06/22 06:19:15 tove Exp $
+
+*Text-CSV-1.18 (22 Jun 2010)
+
+ 22 Jun 2010; Torsten Veller <tove@gentoo.org> +Text-CSV-1.18.ebuild:
+ Version bump
09 Apr 2010; Torsten Veller <tove@gentoo.org> -Text-CSV-1.16.ebuild:
Cleanup
diff --git a/dev-perl/Text-CSV/Text-CSV-1.18.ebuild b/dev-perl/Text-CSV/Text-CSV-1.18.ebuild
new file mode 100644
index 000000000000..4a0824934350
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.18.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.18.ebuild,v 1.1 2010/06/22 06:19:15 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="MAKAMAKA"
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do