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 65E8E158009 for ; Tue, 20 Jun 2023 04:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5530EE085A; Tue, 20 Jun 2023 04:35:09 +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 2AAF4E085A for ; Tue, 20 Jun 2023 04:35:09 +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 1D5103408F0 for ; Tue, 20 Jun 2023 04:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772A1A9C for ; Tue, 20 Jun 2023 04:35:06 +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: <1687235695.c3adc222ad8568a1ecea83a0c4727c19e0381cf9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-BigInt-Lite/Manifest dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild X-VCS-Directories: dev-perl/Math-BigInt-Lite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3adc222ad8568a1ecea83a0c4727c19e0381cf9 X-VCS-Branch: master Date: Tue, 20 Jun 2023 04:35:06 +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: a492a396-b54e-453d-a9fe-c422734ea6f1 X-Archives-Hash: 16af7a54a23d927b63a105e345b3eab9 commit: c3adc222ad8568a1ecea83a0c4727c19e0381cf9 Author: Sam James gentoo org> AuthorDate: Tue Jun 20 04:33:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 20 04:34:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3adc222 dev-perl/Math-BigInt-Lite: add 0.270.0 Signed-off-by: Sam James gentoo.org> dev-perl/Math-BigInt-Lite/Manifest | 1 + .../Math-BigInt-Lite-0.270.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest index cdf81e219244..4c1879e8d9cd 100644 --- a/dev-perl/Math-BigInt-Lite/Manifest +++ b/dev-perl/Math-BigInt-Lite/Manifest @@ -1 +1,2 @@ DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4 +DIST Math-BigInt-Lite-0.27.tar.gz 97793 BLAKE2B 4b22fc802e413ca74bddb202c99ea3c3c835d0e2469643a8654406bdf0b6a53ea850cd5eb6898713db42f8df85324fe9857e5967bb6aaa387b45ede0da96dce0 SHA512 c6d99a394ae9d4ac3b9a420d0e702f4da02d879a115875fee4d5ef61e22ebf1e8b5454b0674efa3c85690ff412c1a9edda52cabd6f994457100c16981911e368 diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild new file mode 100644 index 000000000000..634cf4a396c0 --- /dev/null +++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PJACKLAM +DIST_VERSION=0.27 +inherit perl-module + +DESCRIPTION="What BigInts are before they become big" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=virtual/perl-Carp-1.220.0 + >=virtual/perl-Math-BigInt-1.999.819 + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-0.140.0 + test? ( + >=virtual/perl-Math-BigRat-0.140.0 + >=virtual/perl-Test-Simple-0.940.0 + ) +" + +src_test() { + local bad_files=( "t/pod_cov.t" "t/pod.t" ) + perl_rm_files "${bad_files[@]}" + perl-module_src_test +}