From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 745BF138350 for ; Wed, 15 Apr 2020 15:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514EAE0969; Wed, 15 Apr 2020 15:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37C80E0969 for ; Wed, 15 Apr 2020 15:41:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36EAD34F32B for ; Wed, 15 Apr 2020 15:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2B21ED for ; Wed, 15 Apr 2020 15:40:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586964982.76edfc0bc281790439533d9714b3ce1fd8296cc7.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-CSV/Manifest dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild X-VCS-Directories: dev-perl/Text-CSV/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 76edfc0bc281790439533d9714b3ce1fd8296cc7 X-VCS-Branch: master Date: Wed, 15 Apr 2020 15:40:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a90a3b4d-78af-4690-9913-491a65d0b764 X-Archives-Hash: e5c577d04f8267913088514fd598416b commit: 76edfc0bc281790439533d9714b3ce1fd8296cc7 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 15:13:37 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:36:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76edfc0b dev-perl/Text-CSV: Remove old 1.940.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Text-CSV/Manifest | 1 - dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-perl/Text-CSV/Manifest b/dev-perl/Text-CSV/Manifest index 763ed826a16..96e3d037355 100644 --- a/dev-perl/Text-CSV/Manifest +++ b/dev-perl/Text-CSV/Manifest @@ -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 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 3880e5bf91a..00000000000 --- 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 -}