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 DD751158089 for ; Tue, 19 Sep 2023 05:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D412BC043; Tue, 19 Sep 2023 05:27:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C90082BC043 for ; Tue, 19 Sep 2023 05:27:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2C66335C7A for ; Tue, 19 Sep 2023 05:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358D711E7 for ; Tue, 19 Sep 2023 05:27: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: <1695101160.dfb01136fd82dc2235a54368f115eb59ca540c41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild X-VCS-Directories: virtual/perl-Math-BigInt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dfb01136fd82dc2235a54368f115eb59ca540c41 X-VCS-Branch: master Date: Tue, 19 Sep 2023 05:27: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: cec29693-d5bb-4678-8a0f-f10ba3cb99c0 X-Archives-Hash: a135857bc268d11c487838c8d841d821 commit: dfb01136fd82dc2235a54368f115eb59ca540c41 Author: Sam James gentoo org> AuthorDate: Tue Sep 19 05:26:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 19 05:26:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb01136 virtual/perl-Math-BigInt: add 1.999.838 Bug: https://bugs.gentoo.org/914392 Signed-off-by: Sam James gentoo.org> virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild new file mode 100644 index 000000000000..811bf54a9944 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.838.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= +"