summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-05 16:27:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-05 16:27:04 +0000
commit9c208c2f29d59c827d3b9112b1b9bfc1b6d01bac (patch)
treee18fb4c42f8ec9772a329e0dd42ce07b1784b0d7 /dev-perl/Text-CSV
parentUpdate the maintainer information. (diff)
downloadhistorical-9c208c2f29d59c827d3b9112b1b9bfc1b6d01bac.tar.gz
historical-9c208c2f29d59c827d3b9112b1b9bfc1b6d01bac.tar.bz2
historical-9c208c2f29d59c827d3b9112b1b9bfc1b6d01bac.zip
Version bump
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r--dev-perl/Text-CSV/ChangeLog7
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.19.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 9e12f963f1fd..56bb549f22a0 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.29 2010/06/22 06:19:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.30 2010/10/05 16:23:59 tove Exp $
+
+*Text-CSV-1.19 (05 Oct 2010)
+
+ 05 Oct 2010; Torsten Veller <tove@gentoo.org> +Text-CSV-1.19.ebuild:
+ Version bump
*Text-CSV-1.18 (22 Jun 2010)
diff --git a/dev-perl/Text-CSV/Text-CSV-1.19.ebuild b/dev-perl/Text-CSV/Text-CSV-1.19.ebuild
new file mode 100644
index 000000000000..966914751e70
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.19.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.19.ebuild,v 1.1 2010/10/05 16:23:59 tove Exp $
+
+EAPI=3
+
+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