summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-05 16:23:59 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-05 16:23:59 +0000
commit4ab6c85519bef198777de069ef22c41a24d0558c (patch)
treef81b93596faf84c7c10aae6a9ff506282c1340d4 /dev-perl
parentSign Manifest (diff)
downloadgentoo-2-4ab6c85519bef198777de069ef22c41a24d0558c.tar.gz
gentoo-2-4ab6c85519bef198777de069ef22c41a24d0558c.tar.bz2
gentoo-2-4ab6c85519bef198777de069ef22c41a24d0558c.zip
Version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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