diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-11 00:59:17 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-11 01:09:42 +0100 |
commit | 2a7c04910d4075807e797edabd21e29a12d75a94 (patch) | |
tree | 190802c9fbe4ec919d43092b297daa4cc23333fe /dev-perl/Text-CSV | |
parent | dev-perl/Text-Autoformat: Remove old (diff) | |
download | gentoo-2a7c04910d4075807e797edabd21e29a12d75a94.tar.gz gentoo-2a7c04910d4075807e797edabd21e29a12d75a94.tar.bz2 gentoo-2a7c04910d4075807e797edabd21e29a12d75a94.zip |
dev-perl/Text-CSV: 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')
-rw-r--r-- | dev-perl/Text-CSV/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.950.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Text-CSV/Manifest b/dev-perl/Text-CSV/Manifest index 8984abf571e9..8eb03fb73f25 100644 --- a/dev-perl/Text-CSV/Manifest +++ b/dev-perl/Text-CSV/Manifest @@ -1,2 +1 @@ -DIST Text-CSV-1.95.tar.gz 114054 BLAKE2B 79a9e6dbd0f06a0116e6bf7c0100fa0da483c47b7117882f7d0a7554deea5b9c30245b03cf94a9f521d9d8bd652a92d4a11c0ff3e8c8cbfd188284fdb5930108 SHA512 447d38c9f6058251b9c3b1e42bffdec80ffe9ea7f232552921477d3c0dc1e913fe2a1cf1d4cec1410fab92a7e4e59601f429e11a005051710cd2b8d3b77201f9 DIST Text-CSV-2.01.tar.gz 134279 BLAKE2B ee9bb832b000ca4d977869d360bf4e5367c54d248ce2eb169eb2a75df37c0ccf8042cc0114d360039282f3f3f9fcb97070046a91257486c12826a32b93bc3c7e SHA512 45c215686437e111fcd8d6c0adc9c6e0bac9df37fcd47e7bd9fcf4872859e59a296caae3573b77955cdaf42284b4c88fcc6774bd6ac11d701ae54f6a3741991a diff --git a/dev-perl/Text-CSV/Text-CSV-1.950.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.950.0.ebuild deleted file mode 100644 index 6bc8cea6c84b..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-1.950.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=ISHIGAKI -DIST_VERSION=1.95 -inherit perl-module - -DESCRIPTION="Manipulate comma-separated value strings" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -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 -} |