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 1EBC4138359 for ; Tue, 8 Sep 2020 07:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 404D7E0815; Tue, 8 Sep 2020 07:25:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2A596E0815 for ; Tue, 8 Sep 2020 07:25:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A68733BF0B for ; Tue, 8 Sep 2020 07:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54E530F for ; Tue, 8 Sep 2020 07:25:51 +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: <1599549915.4c36f29d19f464125fef04e0f70ab0055deabd5d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Type/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Type/File-Type-0.220.0-r2.ebuild X-VCS-Directories: dev-perl/File-Type/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4c36f29d19f464125fef04e0f70ab0055deabd5d X-VCS-Branch: master Date: Tue, 8 Sep 2020 07:25:51 +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: 7d8695e4-0df4-4caa-9fe9-63840dea9b68 X-Archives-Hash: 45a7056c98631dc9751c1535ae6560d6 commit: 4c36f29d19f464125fef04e0f70ab0055deabd5d Author: Kent Fredric gentoo org> AuthorDate: Tue Sep 8 07:24:07 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Sep 8 07:25:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c36f29d dev-perl/File-Type: -r bump for EAPI7 - EAPI7 - Improve deps slightly - Parallel tests Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/File-Type/File-Type-0.220.0-r2.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild b/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild new file mode 100644 index 00000000000..9f8a9e410e7 --- /dev/null +++ b/dev-perl/File-Type/File-Type-0.220.0-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PMISON +DIST_VERSION=0.22 +inherit perl-module + +DESCRIPTION="Determine file type using magic" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=virtual/perl-IO-0.10.0 +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + test? ( + >=virtual/perl-Test-Simple-0.10.0 + ) +"