summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-16 19:59:47 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-16 19:59:47 +0000
commitedcbacd6c3fcfd866e5267eb0e559b26fe0a585a (patch)
tree8b389286c0062cda6ebf61b82af15e12d8d85276 /dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild
parentInit scripts: From need net to use net (diff)
downloadhistorical-edcbacd6c3fcfd866e5267eb0e559b26fe0a585a.tar.gz
historical-edcbacd6c3fcfd866e5267eb0e559b26fe0a585a.tar.bz2
historical-edcbacd6c3fcfd866e5267eb0e559b26fe0a585a.zip
[bump] dev-perl/Text-CSV_XS-0.950.0
Package-Manager: portage-2.2.0_alpha151/cvs/Linux x86_64 Manifest-Sign-Key: 0x5772769F4E046AEC
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild
new file mode 100644
index 000000000000..2a802647b2fe
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.950.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 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.950.0.ebuild,v 1.1 2013/01/16 19:59:46 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=HMBRAND
+MODULE_A_EXT=tgz
+MODULE_VERSION=0.95
+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=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST="parallel"