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 1D56B139360 for ; Fri, 13 Aug 2021 01:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA35E0839; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3B6DE0839 for ; Fri, 13 Aug 2021 01:05:39 +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 BDB37342B3F for ; Fri, 13 Aug 2021 01:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F22D8D7 for ; Fri, 13 Aug 2021 01:05:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1628816714.7c3eee492da15b3b6f5e371ee4cb8faca5546366.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Listing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Listing/File-Listing-6.40.0-r1.ebuild dev-perl/File-Listing/File-Listing-6.70.0.ebuild dev-perl/File-Listing/Manifest X-VCS-Directories: dev-perl/File-Listing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c3eee492da15b3b6f5e371ee4cb8faca5546366 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:35 +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: 77ec1695-53bc-4111-bb45-27c3b348ad5d X-Archives-Hash: 0fe59cf60a6b15fd61f832d4d40d9b1d commit: 7c3eee492da15b3b6f5e371ee4cb8faca5546366 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:48:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:05:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3eee49 dev-perl/File-Listing: drop 6.40.0-r1, 6.70.0 Signed-off-by: Sam James gentoo.org> .../File-Listing/File-Listing-6.40.0-r1.ebuild | 22 ------------------ dev-perl/File-Listing/File-Listing-6.70.0.ebuild | 27 ---------------------- dev-perl/File-Listing/Manifest | 2 -- 3 files changed, 51 deletions(-) diff --git a/dev-perl/File-Listing/File-Listing-6.40.0-r1.ebuild b/dev-perl/File-Listing/File-Listing-6.40.0-r1.ebuild deleted file mode 100644 index c030668cae4..00000000000 --- a/dev-perl/File-Listing/File-Listing-6.40.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.04 -inherit perl-module - -DESCRIPTION="Parse directory listings" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - !=dev-perl/HTTP-Date-6.0.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/File-Listing/File-Listing-6.70.0.ebuild b/dev-perl/File-Listing/File-Listing-6.70.0.ebuild deleted file mode 100644 index 22f2a3df6dc..00000000000 --- a/dev-perl/File-Listing/File-Listing-6.70.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=PLICEASE -DIST_VERSION=6.07 -inherit perl-module - -DESCRIPTION="Parse directory listings" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Exporter - >=dev-perl/HTTP-Date-6.0.0 - virtual/perl-Time-Local -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" diff --git a/dev-perl/File-Listing/Manifest b/dev-perl/File-Listing/Manifest index 483a7978c5c..338dc6996d8 100644 --- a/dev-perl/File-Listing/Manifest +++ b/dev-perl/File-Listing/Manifest @@ -1,3 +1 @@ -DIST File-Listing-6.04.tar.gz 51536 BLAKE2B 78020016dbe7e8e0ccf3f79f878d732ebd5cc278c597cb5e4ee38b6f632ce960f5c37015db868576ab21d81321af18960fb271aae6f4d116ba97571e6cad0c80 SHA512 a84198bc82003daaf88ed23218e34a7a1552dcd2855a9563e9609ce5df167a8295043501534c31614854fc8dd9c04b4af27b4d7320112c613914f94c86c2eeb2 -DIST File-Listing-6.07.tar.gz 61081 BLAKE2B edd4282dfb134ea5f2ecf4f227596aafd1c5f720d5e0158b1168e6ea93c0cd187f26c88992b08c8721894a3cb2b5ea9922124baf77d279a5eb165226390bf61b SHA512 1d525058e64ed3f3115721df63527752c8f3de2e0b000efea93b48054695e6b8143c613cdc1c652db30178f517f5bc106dfa176d30629553150234e7cd50682f DIST File-Listing-6.14.tar.gz 80562 BLAKE2B ab5b0974c9e8077195b2e3a5749228b07e0176bba5419aca35f0b1fddc22d1ff3d4c294ffa12d9d091074003518f805c37e5bb19ac6d82ef6ede4f0848f1a1bf SHA512 858339b15a455db570d15b02e801ab0e0afd47da71685002083cbcc1a0f89783fcad4e840e0381f186046ab2f355dc0f593dc8c9c0a2da0fc6f17a35265924ab