diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:11:19 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-23 22:21:49 +0200 |
commit | f836aa2a81d8bce4db63538c8a4f04c829e0efbe (patch) | |
tree | d7e3b27b3549b3fe7627c23f51a21eadcd4547a7 /dev-perl/Text-CSV_XS | |
parent | dev-perl/Text-CharWidth: EAPI=8 bump (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-perl/Text-CSV_XS/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-1.460.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest index 98aaee69deb5..a9c82645f8b4 100644 --- a/dev-perl/Text-CSV_XS/Manifest +++ b/dev-perl/Text-CSV_XS/Manifest @@ -1 +1,2 @@ DIST Text-CSV_XS-1.34.tgz 173425 BLAKE2B 45aff1d60521d2458687eb257ff5a90b9f9dad6595789945206402bffb8f61b17bb89ea18cf8308d01b057e162c239bda0aee014cb3054ee542bd6b250e8f0c1 SHA512 1a13dc0105f52997df87e9612d8696342e2823e4f871b4f5402ae6b48c1375c2eaf70f773bf32b2c176da1ba0deab34413c427013bcdf5e10322fc6901dd2b86 +DIST Text-CSV_XS-1.46.tgz 256628 BLAKE2B 6a2afe8b36eeb758ae856fbf3939d4628dd2d22cc55689efdb467f9e94bbaaefd6d2ef00989f4e0ae8ba07ab469bc4cb6a9c1d78adfa497d4b062b5ce385a0e5 SHA512 f02b262c6f7ae8c67acd9ace057d049d25e017e2662819c060af511ff18bf729f7de767ece295f66d2944f9592d1cb8a6b4ef9c134a5b943880d76f74a5c86ce 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") |