diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-19 01:15:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-19 01:15:38 +0000 |
commit | 6e0b185d1ce773da9182737751248b5c215a378b (patch) | |
tree | b1e51a4354b80ee73e85d65b0e4f59f0e180a587 /dev-perl | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-6e0b185d1ce773da9182737751248b5c215a378b.tar.gz gentoo-2-6e0b185d1ce773da9182737751248b5c215a378b.tar.bz2 gentoo-2-6e0b185d1ce773da9182737751248b5c215a378b.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.850.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index ba335d520c36..8564bb62608b 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.86 2011/09/04 11:21:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.87 2011/09/19 01:15:38 robbat2 Exp $ + +*Text-CSV_XS-0.850.0 (19 Sep 2011) + + 19 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> + +Text-CSV_XS-0.850.0.ebuild: + Version bump via perl-bump experimental tool. 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.820.0.ebuild: Cleanup diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.850.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.850.0.ebuild new file mode 100644 index 000000000000..8f2bd80d8c5a --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.850.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.850.0.ebuild,v 1.1 2011/09/19 01:15:38 robbat2 Exp $ + +EAPI=4 + +MODULE_A_EXT=tgz +MODULE_AUTHOR=HMBRAND +MODULE_VERSION=0.85 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="parallel" |