summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-01 17:45:21 +0100
committerSam James <sam@gentoo.org>2024-05-01 17:45:21 +0100
commitabcfd2f8c715d6f9672df5c844789306690e07ba (patch)
tree63bb188676cd44b3c2dd344d50d352d320d86d9d /dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild
parentvirtual/perl-Encode: add 3.210.0 (diff)
downloadgentoo-abcfd2f8c715d6f9672df5c844789306690e07ba.tar.gz
gentoo-abcfd2f8c715d6f9672df5c844789306690e07ba.tar.bz2
gentoo-abcfd2f8c715d6f9672df5c844789306690e07ba.zip
dev-perl/Text-CSV_XS: add 1.540.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild
new file mode 100644
index 000000000000..3dfffa3138e0
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.540.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.54
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ >=virtual/perl-Encode-3.210.0
+ virtual/perl-IO
+ virtual/perl-XSLoader
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=( "t/00_pod.t" "t/01_pod.t" )