summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-12 04:07:15 +0000
committerKent Fredric <kentnl@gentoo.org>2017-04-12 04:07:15 +0000
commit94c67abf2fb02daf8769ac16999440a851114925 (patch)
treec6bf104ba1350d07f9ed76d1a6f4d917b83a6876 /dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
parentdev-perl/MIME-Charset: Bump to version 1.12.2 (diff)
downloadgentoo-94c67abf2fb02daf8769ac16999440a851114925.tar.gz
gentoo-94c67abf2fb02daf8769ac16999440a851114925.tar.bz2
gentoo-94c67abf2fb02daf8769ac16999440a851114925.zip
dev-perl/Text-CSV: Bump to version 0.940.0
Upstream: - Fix tests for older Perls Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild')
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
new file mode 100644
index 000000000000..ca82002d1878
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.94
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test +xs"
+
+RDEPEND="
+ xs? ( >=dev-perl/Text-CSV_XS-1.20.0 )
+ virtual/perl-IO
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/00_pod.t
+ perl-module_src_test
+}