summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-01-23 14:35:38 +0000
committerTorsten Veller <tove@gentoo.org>2012-01-23 14:35:38 +0000
commit287bda5461e34e7efab7493b078ff9cdc1760e30 (patch)
tree7a0e31ae9e19be6d5f2271fc5bc90e7df815df08
parentStable for amd64, wrt bug #399705 (diff)
downloadgentoo-2-287bda5461e34e7efab7493b078ff9cdc1760e30.tar.gz
gentoo-2-287bda5461e34e7efab7493b078ff9cdc1760e30.tar.bz2
gentoo-2-287bda5461e34e7efab7493b078ff9cdc1760e30.zip
[bump] dev-perl/Text-CSV_XS-0.860.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog9
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 8564bb62608b..97a7f7d68190 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.87 2011/09/19 01:15:38 robbat2 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.88 2012/01/23 14:35:38 tove Exp $
+
+*Text-CSV_XS-0.860.0 (23 Jan 2012)
+
+ 23 Jan 2012; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.860.0.ebuild:
+ Version bump
*Text-CSV_XS-0.850.0 (19 Sep 2011)
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
new file mode 100644
index 000000000000..a175ad40a9a7
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.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.860.0.ebuild,v 1.1 2012/01/23 14:35:38 tove Exp $
+
+EAPI=4
+
+MODULE_A_EXT=tgz
+MODULE_AUTHOR=HMBRAND
+MODULE_VERSION=0.86
+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"