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 CC950138350 for ; Wed, 15 Apr 2020 15:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A98AE0963; Wed, 15 Apr 2020 15:40:59 +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 80376E095D for ; Wed, 15 Apr 2020 15:40:59 +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 99E3834F2FC for ; Wed, 15 Apr 2020 15:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6752C1E2 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: <1586964956.0a8ab369a97fa9755bc9d35d37ebc0cc8988c7bf.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Portability-Files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Portability-Files/Manifest dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0-r1.ebuild X-VCS-Directories: dev-perl/Test-Portability-Files/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0a8ab369a97fa9755bc9d35d37ebc0cc8988c7bf 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: a356761b-6fa9-403c-8c61-85ced0763ea5 X-Archives-Hash: 04317caad785fcca6220a1eff560cc1a commit: 0a8ab369a97fa9755bc9d35d37ebc0cc8988c7bf Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 14:56:44 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:35:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8ab369 dev-perl/Test-Portability-Files: Remove old 0.60.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Test-Portability-Files/Manifest | 1 - .../Test-Portability-Files-0.60.0-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-perl/Test-Portability-Files/Manifest b/dev-perl/Test-Portability-Files/Manifest index 859caf8243f..6cc1e2348d4 100644 --- a/dev-perl/Test-Portability-Files/Manifest +++ b/dev-perl/Test-Portability-Files/Manifest @@ -1,2 +1 @@ -DIST Test-Portability-Files-0.06.tar.gz 16892 BLAKE2B fe45971fbb1f06a4649d98b7206e9c8d042c29ea8c31a063c1f4239ace6e6d4e73e296f7a4e0577ba77957c02e5bfba5b454cfec51fec695b3f3bf5868d0138b SHA512 ca6e913088850a9b147a7e11cb2207437413890d8cf301603f53d4901e7d1fa0272805c81458a12878ba6d26d178f174d925d41d7f9f072e96b84d687bb9ed4d DIST Test-Portability-Files-0.09.tar.gz 19875 BLAKE2B 288a28c2f0b572dc4c51b64b54af6b792fd3717e0e223bc76218e0f7876c4c6fb366b087cf85fdbb40992a3c4f05f14b0ade2c7137556e7e24306e122f5c6501 SHA512 bb397342bf0c4d09e1a5a2ee7b7fe9ec9094c83e8b19f36b2ac803fed192cf4021723e9960d184b2acbd274852a258edfe505ba55efe4eed75c8b501e1aed2e7 diff --git a/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0-r1.ebuild b/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0-r1.ebuild deleted file mode 100644 index 74e77e6514b..00000000000 --- a/dev-perl/Test-Portability-Files/Test-Portability-Files-0.60.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ABRAXXA -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="Check file names portability" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-Test-Simple -" -DEPEND="${RDEPEND}" - -SRC_TEST="do"