summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <[email protected]>2021-09-23 22:12:01 +0200
committerAndreas K. Hüttel <[email protected]>2021-09-23 22:21:52 +0200
commit6b3ed3a05e2c646f44baf4cd1dbd18c109a18ac4 (patch)
tree00641d04df964569411105c8536f8319fa56c5cc /dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
parentdev-perl/Text-CSV_XS: Version bump 1.46 (diff)
downloadgentoo-6b3ed3a05e2c646f44baf4cd1dbd18c109a18ac4.tar.gz
gentoo-6b3ed3a05e2c646f44baf4cd1dbd18c109a18ac4.tar.bz2
gentoo-6b3ed3a05e2c646f44baf4cd1dbd18c109a18ac4.zip
dev-perl/Text-CSV: Version bump 2.01
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <[email protected]>
Diffstat (limited to 'dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild')
-rw-r--r--dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild b/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
new file mode 100644
index 000000000000..95e3094d8c0f
--- /dev/null
+++ b/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=2.01
+inherit perl-module
+
+DESCRIPTION="Manipulate comma-separated value strings"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+xs"
+
+RDEPEND="
+ xs? ( >=dev-perl/Text-CSV_XS-1.460.0 )
+ virtual/perl-IO
+"
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ perl_rm_files t/00_pod.t
+ perl-module_src_test
+}