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/Text-CSV_XS-1.340.0.ebuild
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/Text-CSV_XS-1.340.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.340.0.ebuild29
1 files changed, 0 insertions, 29 deletions
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")