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>
This commit is contained in:
Kent Fredric
2020-04-16 03:13:37 +12:00
parent 99afedb7e2
commit 76edfc0bc2
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST Text-CSV-1.94.tar.gz 113691 BLAKE2B d05467961849ce8c357cbf4ce09996c3d0432e01c3f52289c34b9be96a8b974cd8129a50b396560890c14149774593d5c17da658c4f794069bba529cc49331d1 SHA512 def61cd1da13271debee8dc726478aeb0f4f04231ba3d3236906402b7b97281664c3872f4bae8f160515fa284e5955a439f2be207903277178c2b64b7e603ef7
DIST Text-CSV-1.95.tar.gz 114054 BLAKE2B 79a9e6dbd0f06a0116e6bf7c0100fa0da483c47b7117882f7d0a7554deea5b9c30245b03cf94a9f521d9d8bd652a92d4a11c0ff3e8c8cbfd188284fdb5930108 SHA512 447d38c9f6058251b9c3b1e42bffdec80ffe9ea7f232552921477d3c0dc1e913fe2a1cf1d4cec1410fab92a7e4e59601f429e11a005051710cd2b8d3b77201f9

View File

@@ -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
}