diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-02 18:35:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-02 18:35:59 +0000 |
commit | a6c8f993f856991746e698c419929c74632ebc47 (patch) | |
tree | 23ec924b17daf459996a6cd20e3361d84f184ef1 /dev-perl/Text-CSV | |
parent | ppc stable #279238 (diff) | |
download | gentoo-2-a6c8f993f856991746e698c419929c74632ebc47.tar.gz gentoo-2-a6c8f993f856991746e698c419929c74632ebc47.tar.bz2 gentoo-2-a6c8f993f856991746e698c419929c74632ebc47.zip |
Version bump
(Portage version: 2.2_rc33/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.13.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index cd5aa6d4ce9f..d6bbcb4c0361 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.19 2009/06/03 15:22:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.20 2009/08/02 18:35:59 tove Exp $ + +*Text-CSV-1.13 (02 Aug 2009) + + 02 Aug 2009; Torsten Veller <tove@gentoo.org> +Text-CSV-1.13.ebuild: + Version bump 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.11.ebuild: Cleanup diff --git a/dev-perl/Text-CSV/Text-CSV-1.13.ebuild b/dev-perl/Text-CSV/Text-CSV-1.13.ebuild new file mode 100644 index 000000000000..d184d4c56e93 --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.13.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.13.ebuild,v 1.1 2009/08/02 18:35:59 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 |