diff options
author | Torsten Veller <tove@gentoo.org> | 2012-08-22 17:27:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-08-22 17:27:18 +0000 |
commit | 0c5b7ae1d732b4fe44d7c2cfc1d543af25056f2e (patch) | |
tree | fbf7da0fdb009a2872cefbb6a2c0e6b40fb4252c /dev-perl | |
parent | [bump] virtual/perl-Compress-Raw-Zlib-2.56.0 (diff) | |
download | gentoo-2-0c5b7ae1d732b4fe44d7c2cfc1d543af25056f2e.tar.gz gentoo-2-0c5b7ae1d732b4fe44d7c2cfc1d543af25056f2e.tar.bz2 gentoo-2-0c5b7ae1d732b4fe44d7c2cfc1d543af25056f2e.zip |
[bump] dev-perl/Text-CSV_XS-0.910.0
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index ce541cc16f14..4dd4968393d7 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.106 2012/08/08 01:24:17 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.107 2012/08/22 17:27:18 tove Exp $ + +*Text-CSV_XS-0.910.0 (22 Aug 2012) + + 22 Aug 2012; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.910.0.ebuild: + Version bump 08 Aug 2012; Naohiro Aota <naota@gentoo.org> Text-CSV_XS-0.900.0.ebuild: Add ~x86-fbsd wrt bug #428248 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild new file mode 100644 index 000000000000..28b75b428432 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.910.0.ebuild,v 1.1 2012/08/22 17:27:18 tove Exp $ + +EAPI=4 + +MODULE_A_EXT=tgz +MODULE_AUTHOR=HMBRAND +MODULE_VERSION=0.91 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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" |