summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-17 08:41:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-17 08:41:04 +0000
commit6c338627be2da42b7f290b115bd4c7256228f6cf (patch)
treebf16a79dbfa71a96060a75aa1a41787a1aeb023a /dev-perl/Text-CSV
parentMask www-client/chromium dev channel release. (diff)
downloadgentoo-2-6c338627be2da42b7f290b115bd4c7256228f6cf.tar.gz
gentoo-2-6c338627be2da42b7f290b115bd4c7256228f6cf.tar.bz2
gentoo-2-6c338627be2da42b7f290b115bd4c7256228f6cf.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r--dev-perl/Text-CSV/ChangeLog9
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.17.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 6e3bd0c10c87..c1d77d070ca2 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.26 2009/12/24 19:24:29 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.27 2010/03/17 08:41:04 tove Exp $
+
+*Text-CSV-1.17 (17 Mar 2010)
+
+ 17 Mar 2010; Torsten Veller <tove@gentoo.org> +Text-CSV-1.17.ebuild:
+ Version bump
24 Dec 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.14.ebuild,
-Text-CSV-1.15.ebuild:
diff --git a/dev-perl/Text-CSV/Text-CSV-1.17.ebuild b/dev-perl/Text-CSV/Text-CSV-1.17.ebuild
new file mode 100644
index 000000000000..6167ba783ddd
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.17.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.17.ebuild,v 1.1 2010/03/17 08:41:04 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