From 2f544631f93cc1e6e9dcce2b7ddda015015fd0b8 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 12 Jan 2011 16:14:41 +0000 Subject: Version bump (Portage version: 2.2.0_alpha14/cvs/Linux x86_64) --- dev-perl/Text-CSV/ChangeLog | 9 +++++++-- dev-perl/Text-CSV/Text-CSV-1.210.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Text-CSV/Text-CSV-1.210.ebuild (limited to 'dev-perl/Text-CSV') 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 +Text-CSV-1.210.ebuild: + Version bump 24 Oct 2010; Raúl Porcel 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 -- cgit v1.2.3-65-gdbad