summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-23 22:11:19 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-23 22:21:49 +0200
commitf836aa2a81d8bce4db63538c8a4f04c829e0efbe (patch)
treed7e3b27b3549b3fe7627c23f51a21eadcd4547a7 /dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild
parentdev-perl/Text-CharWidth: EAPI=8 bump (diff)
downloadgentoo-f836aa2a81d8bce4db63538c8a4f04c829e0efbe.tar.gz
gentoo-f836aa2a81d8bce4db63538c8a4f04c829e0efbe.tar.bz2
gentoo-f836aa2a81d8bce4db63538c8a4f04c829e0efbe.zip
dev-perl/Text-CSV_XS: Version bump 1.46
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild
new file mode 100644
index 000000000000..2d3b89a8c081
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 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.46
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ 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")