diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-22 06:19:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-22 06:19:15 +0000 |
commit | f0731a59a962e239ea7459a6b4a3553e85488bd9 (patch) | |
tree | 1b2433c38d9f653ff04355ce8f503b46e51d8f89 /dev-perl | |
parent | unmask vlc 1.1.0 (diff) | |
download | gentoo-2-f0731a59a962e239ea7459a6b4a3553e85488bd9.tar.gz gentoo-2-f0731a59a962e239ea7459a6b4a3553e85488bd9.tar.bz2 gentoo-2-f0731a59a962e239ea7459a6b4a3553e85488bd9.zip |
Version bump
(Portage version: 2.2_rc67_p176/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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 |