summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-16 03:13:37 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-16 03:36:22 +1200
commit76edfc0bc281790439533d9714b3ce1fd8296cc7 (patch)
tree2e83d66a065ae561e3d9b0e8c8320adb8ec66a06 /dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
parentdev-perl/Text-Aspell: Remove old 0.90.0-r1 (diff)
downloadgentoo-76edfc0bc281790439533d9714b3ce1fd8296cc7.tar.gz
gentoo-76edfc0bc281790439533d9714b3ce1fd8296cc7.tar.bz2
gentoo-76edfc0bc281790439533d9714b3ce1fd8296cc7.zip
dev-perl/Text-CSV: Remove old 1.940.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild')
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
deleted file mode 100644
index 3880e5bf91a1..000000000000
--- a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ISHIGAKI
-DIST_VERSION=1.94
-inherit perl-module
-
-DESCRIPTION="Manipulate comma-separated value strings"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
-IUSE="test +xs"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- xs? ( >=dev-perl/Text-CSV_XS-1.20.0 )
- virtual/perl-IO
-"
-DEPEND="
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
-
-src_test() {
- perl_rm_files t/00_pod.t
- perl-module_src_test
-}