diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-22 06:22:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-22 06:22:25 +0000 |
commit | 98cd169d4b7e868b6be461e8c8ce280fce61b9d5 (patch) | |
tree | e28bf444bf9570bde15872247fe70c9cc55a178d /dev-perl/Text-CSV | |
parent | unmask vlc 1.1.0 (diff) | |
download | historical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.tar.gz historical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.tar.bz2 historical-98cd169d4b7e868b6be461e8c8ce280fce61b9d5.zip |
Version bump
Package-Manager: portage-2.2_rc67_p176/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.18.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 3fd290a4dacb..9e12f963f1fd 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.28 2010/04/09 07:28:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.29 2010/06/22 06:19:15 tove Exp $ + +*Text-CSV-1.18 (22 Jun 2010) + + 22 Jun 2010; Torsten Veller <tove@gentoo.org> +Text-CSV-1.18.ebuild: + Version bump 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Text-CSV-1.16.ebuild: Cleanup diff --git a/dev-perl/Text-CSV/Text-CSV-1.18.ebuild b/dev-perl/Text-CSV/Text-CSV-1.18.ebuild new file mode 100644 index 000000000000..4a0824934350 --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.18.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.18.ebuild,v 1.1 2010/06/22 06:19:15 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 |