diff options
Diffstat (limited to 'dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild')
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild deleted file mode 100644 index 5e22bf8073a5..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MAKAMAKA -MODULE_VERSION=1.33 -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( virtual/perl-Test-Simple )" - -SRC_TEST=do - -src_test() { - perl_rm_files t/00_pod.t - perl-module_src_test -} |