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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC7181581D3 for ; Wed, 22 May 2024 02:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C2B2BC013; Wed, 22 May 2024 02:18:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 556F5E2A5A for ; Wed, 22 May 2024 02:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98BB833BF29 for ; Wed, 22 May 2024 02:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB96A1B08 for ; Wed, 22 May 2024 02:18:51 +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: <1716344276.b352e3fce80e64048a6f3bb0c8148c054cd913a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild X-VCS-Directories: dev-perl/File-LibMagic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b352e3fce80e64048a6f3bb0c8148c054cd913a4 X-VCS-Branch: master Date: Wed, 22 May 2024 02:18: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: 001be725-bb0a-4ca9-9840-0abab66fb05e X-Archives-Hash: 22150cedd572c373e01d3c0c7cae9a0b commit: b352e3fce80e64048a6f3bb0c8148c054cd913a4 Author: Sam James gentoo org> AuthorDate: Wed May 22 02:08:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 22 02:17:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b352e3fc dev-perl/File-LibMagic: EAPI 8, rely on eclass impls This covers more variables/args, etc. Signed-off-by: Sam James gentoo.org> .../File-LibMagic/File-LibMagic-1.230.0-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild new file mode 100644 index 000000000000..55a9c2e25c8c --- /dev/null +++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR="DROLSKY" +DIST_VERSION=1.23 + +inherit perl-module + +DESCRIPTION="Perl wrapper for libmagic" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + sys-apps/file + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + dev-perl/Config-AutoConf + virtual/perl-ExtUtils-CBuilder + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + ) +"