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 1B7721382C5 for ; Mon, 26 Apr 2021 22:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31317E0831; Mon, 26 Apr 2021 22:14:20 +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 1B5DFE0831 for ; Mon, 26 Apr 2021 22:14:20 +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 360D134104B for ; Mon, 26 Apr 2021 22:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83AFB729 for ; Mon, 26 Apr 2021 22:14:17 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1619475246.02a57da6fde24edaecd38e4c0a2d115b93215065.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-GMP/Manifest dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild X-VCS-Directories: dev-perl/Math-GMP/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 02a57da6fde24edaecd38e4c0a2d115b93215065 X-VCS-Branch: master Date: Mon, 26 Apr 2021 22:14:17 +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: 214645fc-1265-44cd-bbf8-1bba80698ce0 X-Archives-Hash: ef3d6a0162a8727c2f66fa2ae558c66a commit: 02a57da6fde24edaecd38e4c0a2d115b93215065 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Apr 26 22:13:46 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Apr 26 22:14:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a57da6 dev-perl/Math-GMP: Version bump 2.20 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Math-GMP/Manifest | 1 + dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest index 6b86efced91..aa04daccbb0 100644 --- a/dev-perl/Math-GMP/Manifest +++ b/dev-perl/Math-GMP/Manifest @@ -1 +1,2 @@ DIST Math-GMP-2.15.tar.gz 33002 BLAKE2B 606bd63b05fab90e0da39ac75be4ccbe9a5386a6002920af8c9d135fcc8aaf746f8e72c25301a8a8de72edc80eef29202742441738afc90573e58c2626123289 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2 +DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04 diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild new file mode 100644 index 00000000000..e89617176f9 --- /dev/null +++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=2.20 +inherit perl-module + +DESCRIPTION="High speed arbitrary size integer math" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-AutoLoader + virtual/perl-Carp + virtual/perl-Exporter + dev-libs/gmp:0 +" +DEPEND="${RDEPEND} + >=dev-perl/Alien-GMP-1.80.0 + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Test-Simple + ) +"