diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:17:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 07:17:56 +0000 |
commit | b70c64a3466d326314ef0b87381cee9c639e3659 (patch) | |
tree | 06458f8eb8c94fd04b171901d4338a69e5f49d26 /dev-perl/Text-CSV | |
parent | Version bump (diff) | |
download | gentoo-2-b70c64a3466d326314ef0b87381cee9c639e3659.tar.gz gentoo-2-b70c64a3466d326314ef0b87381cee9c639e3659.tar.bz2 gentoo-2-b70c64a3466d326314ef0b87381cee9c639e3659.zip |
Version bump
(Portage version: 2.2_rc56/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.16.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 4221d80f0a9b..4baf679f8cc0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.24 2009/10/17 10:29:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.25 2009/12/10 07:17:56 tove Exp $ + +*Text-CSV-1.16 (10 Dec 2009) + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> +Text-CSV-1.16.ebuild: + Version bump *Text-CSV-1.15 (17 Oct 2009) diff --git a/dev-perl/Text-CSV/Text-CSV-1.16.ebuild b/dev-perl/Text-CSV/Text-CSV-1.16.ebuild new file mode 100644 index 000000000000..a186821ae746 --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.16.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.16.ebuild,v 1.1 2009/12/10 07:17:56 tove Exp $ + +EAPI=2 + +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 |