summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-23 08:01:12 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-23 08:01:12 +0000
commit50865b7759f3b5a0f732ae2169268b8e3287f717 (patch)
treed07ed14825914a17c4ce13a5128b10732e8d442d /dev-perl/Text-CSV_XS
parentMove to gx86, bump for EAPI=3 and other small fixes, including bug #358823 (diff)
downloadgentoo-2-50865b7759f3b5a0f732ae2169268b8e3287f717.tar.gz
gentoo-2-50865b7759f3b5a0f732ae2169268b8e3287f717.tar.bz2
gentoo-2-50865b7759f3b5a0f732ae2169268b8e3287f717.zip
[bump] dev-perl/Text-CSV_XS-0.810.0
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog7
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index e3b237f25231..b9f5df2ba5a9 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.80 2011/01/14 15:49:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.81 2011/03/23 08:01:12 tove Exp $
+
+*Text-CSV_XS-0.810.0 (23 Mar 2011)
+
+ 23 Mar 2011; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.810.0.ebuild:
+ Version bump
14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.67.ebuild,
-Text-CSV_XS-0.73.ebuild, -Text-CSV_XS-0.74.ebuild, -Text-CSV_XS-0.75.ebuild,
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild
new file mode 100644
index 000000000000..29ce5f28dfba
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.810.0.ebuild
@@ -0,0 +1,23 @@
+# 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.810.0.ebuild,v 1.1 2011/03/23 08:01:12 tove Exp $
+
+EAPI=3
+
+MODULE_A_EXT=tgz
+MODULE_AUTHOR=HMBRAND
+MODULE_VERSION=0.81
+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 ~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"