summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-12 16:14:41 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-12 16:14:41 +0000
commit2f544631f93cc1e6e9dcce2b7ddda015015fd0b8 (patch)
tree967e708ffebaa1ebe9acfa292466c032dcc19289 /dev-perl/Text-CSV
parentVersion bump (diff)
downloadgentoo-2-2f544631f93cc1e6e9dcce2b7ddda015015fd0b8.tar.gz
gentoo-2-2f544631f93cc1e6e9dcce2b7ddda015015fd0b8.tar.bz2
gentoo-2-2f544631f93cc1e6e9dcce2b7ddda015015fd0b8.zip
Version bump
(Portage version: 2.2.0_alpha14/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.210.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 186fa75d1b75..07cc2573333f 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.34 2010/10/24 15:36:52 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.35 2011/01/12 16:14:41 tove Exp $
+
+*Text-CSV-1.210 (12 Jan 2011)
+
+ 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Text-CSV-1.210.ebuild:
+ Version bump
24 Oct 2010; Raúl Porcel <armin76@gentoo.org> Text-CSV-1.17.ebuild,
Text-CSV-1.18.ebuild, Text-CSV-1.19.ebuild, Text-CSV-1.20.ebuild:
diff --git a/dev-perl/Text-CSV/Text-CSV-1.210.ebuild b/dev-perl/Text-CSV/Text-CSV-1.210.ebuild
new file mode 100644
index 000000000000..4b5aec1166c5
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.210.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 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.210.ebuild,v 1.1 2011/01/12 16:14:41 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do