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 53463138359 for ; Sat, 29 Aug 2020 00:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756C5E085B; Sat, 29 Aug 2020 00:17:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 44F91E085B for ; Sat, 29 Aug 2020 00:17:23 +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 39E2234068A for ; Sat, 29 Aug 2020 00:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11092D1 for ; Sat, 29 Aug 2020 00:17:20 +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: <1598660186.cf0acddb45e7291b2162ceb4c803e8ba6467e746.kentnl@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-r2.ebuild X-VCS-Directories: dev-perl/File-Listing/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cf0acddb45e7291b2162ceb4c803e8ba6467e746 X-VCS-Branch: master Date: Sat, 29 Aug 2020 00:17:20 +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: fe0b3d89-43c4-4485-8ad9-d8075ed4dbfb X-Archives-Hash: 69070bd728ee217a2c0189a0e8105a04 commit: cf0acddb45e7291b2162ceb4c803e8ba6467e746 Author: Kent Fredric gentoo org> AuthorDate: Sat Aug 29 00:16:26 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Aug 29 00:16:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0acddb dev-perl/File-Listing: -r bump for EAPI7 - EAPI7 - Parallel tests - Remove unused/empty variable assignments Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild new file mode 100644 index 00000000000..d64609465d0 --- /dev/null +++ b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=GAAS +DIST_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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + !=dev-perl/HTTP-Date-6.0.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"