diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-20 16:18:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-20 16:18:57 +0000 |
commit | db368eddf30e7d41df1003622eafc93b772c7f76 (patch) | |
tree | 80a95a487c5a747827e7c56ef0e10c9e5c66ddfb /dev-perl/Text-CSV | |
parent | version bump (diff) | |
download | gentoo-2-db368eddf30e7d41df1003622eafc93b772c7f76.tar.gz gentoo-2-db368eddf30e7d41df1003622eafc93b772c7f76.tar.bz2 gentoo-2-db368eddf30e7d41df1003622eafc93b772c7f76.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.20.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index dc26daf3a538..f4a7b1abd8e0 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.31 2010/10/14 19:33:50 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.32 2010/10/20 16:18:57 tove Exp $ + +*Text-CSV-1.20 (20 Oct 2010) + + 20 Oct 2010; Torsten Veller <tove@gentoo.org> +Text-CSV-1.20.ebuild: + Version bump 14 Oct 2010; Brent Baude <ranger@gentoo.org> Text-CSV-1.19.ebuild: Marking Text-CSV-1.19 ~ppc for bug 340891 diff --git a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild b/dev-perl/Text-CSV/Text-CSV-1.20.ebuild new file mode 100644 index 000000000000..09ad6b2cb36b --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.20.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.20.ebuild,v 1.1 2010/10/20 16:18:57 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR="MAKAMAKA" +inherit perl-module + +DESCRIPTION="Manipulate comma-separated value strings" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |