summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:00:02 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 01:09:45 +0100
commit1164ffc69fcbaa3abe4cbe0539dac0f81185ff49 (patch)
treee18524bc6b89529e173234ac9ad9a90176b43fa6 /dev-perl/Text-CSV_XS
parentdev-perl/Text-CSV: Remove old (diff)
downloadgentoo-1164ffc69fcbaa3abe4cbe0539dac0f81185ff49.tar.gz
gentoo-1164ffc69fcbaa3abe4cbe0539dac0f81185ff49.tar.bz2
gentoo-1164ffc69fcbaa3abe4cbe0539dac0f81185ff49.zip
dev-perl/Text-CSV_XS: Remove old
Package-Manager: Portage-3.0.28, 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/Manifest1
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
index a9c82645f8b4..5814c365686d 100644
--- a/dev-perl/Text-CSV_XS/Manifest
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -1,2 +1 @@
-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.340.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild
deleted file mode 100644
index cb17603da9c9..000000000000
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HMBRAND
-DIST_A_EXT=tgz
-DIST_VERSION=1.34
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-IO
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=("t/00_pod.t" "t/01_pod.t")