diff options
author | 2015-03-22 17:14:34 +0000 | |
---|---|---|
committer | 2015-03-22 17:14:34 +0000 | |
commit | 62acc5d5c815248c5c2a9af0173ba210fc05f90d (patch) | |
tree | 9d0c256af4715f1926c1844ae5694ef889a17ddc /dev-perl | |
parent | Add ruby22. (diff) | |
download | gentoo-2-62acc5d5c815248c5c2a9af0173ba210fc05f90d.tar.gz gentoo-2-62acc5d5c815248c5c2a9af0173ba210fc05f90d.tar.bz2 gentoo-2-62acc5d5c815248c5c2a9af0173ba210fc05f90d.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 433ae6963a67..9f022b6be8c1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.148 2014/08/31 10:39:46 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.149 2015/03/22 17:14:34 dilfridge Exp $ + +*Text-CSV_XS-1.160.0 (22 Mar 2015) + + 22 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Text-CSV_XS-1.160.0.ebuild: + Version bump 31 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -Text-CSV_XS-0.910.0.ebuild, -Text-CSV_XS-0.940.0.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild new file mode 100644 index 000000000000..66c45f1b88db --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.160.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 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-1.160.0.ebuild,v 1.1 2015/03/22 17:14:34 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=HMBRAND +MODULE_A_EXT=tgz +MODULE_VERSION=1.16 +inherit perl-module + +DESCRIPTION="Comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-IO +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" + +SRC_TEST="do parallel" |