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 E92DA138350 for ; Wed, 5 Feb 2020 01:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CFBCE0935; Wed, 5 Feb 2020 01:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6EB20E0935 for ; Wed, 5 Feb 2020 01:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EF6F034E74D for ; Wed, 5 Feb 2020 01:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07A63129 for ; Wed, 5 Feb 2020 01:02:26 +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: <1580864502.e0cdfbe864ee2a6644b6ccdcb7a0429ed2d37d0c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Int128/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Int128/Manifest dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild dev-perl/Math-Int128/metadata.xml X-VCS-Directories: dev-perl/Math-Int128/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e0cdfbe864ee2a6644b6ccdcb7a0429ed2d37d0c X-VCS-Branch: master Date: Wed, 5 Feb 2020 01:02:26 +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: e43f1caf-06de-433f-8926-7136600641c8 X-Archives-Hash: 9aeaf8b89558b205b4de3bdc9b239f04 commit: e0cdfbe864ee2a6644b6ccdcb7a0429ed2d37d0c Author: Kent Fredric gentoo org> AuthorDate: Tue Feb 4 00:31:28 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Feb 5 01:01:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cdfbe8 dev-perl/Math-Int128: Add w/ version=0.220.0 Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes Bug: https://github.com/gentoo/gentoo/pull/13973 Bug: https://bugs.gentoo.org/675494 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Math-Int128/Manifest | 1 + dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 38 +++++++++++++++++++++++++ dev-perl/Math-Int128/metadata.xml | 18 ++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-perl/Math-Int128/Manifest b/dev-perl/Math-Int128/Manifest new file mode 100644 index 00000000000..02aafeea42e --- /dev/null +++ b/dev-perl/Math-Int128/Manifest @@ -0,0 +1 @@ +DIST Math-Int128-0.22.tar.gz 103698 BLAKE2B 1b23468c07c95681f7d94496edb7d0c26e7e4003b3ba74675bc0da0df1efd327e30ee88071242ffa6fa677de942c61c496eb346d00d59b27c461659a34231b46 SHA512 8384891e6a8e6e1696a7fe1d5da8c27c229e7926c6a16ac1114e812dce3a8a75f64d9d1128d2c63f17753c91c54c72dadbd3837e140624f9f1e47d462dccb74f diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild new file mode 100644 index 00000000000..693b54d44fd --- /dev/null +++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SALVA +DIST_VERSION=0.22 +DIST_EXAMPLES=("benchmarks/*") +inherit perl-module + +DESCRIPTION="Manipulate 128 bits integers in Perl" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + virtual/perl-Exporter + >=dev-perl/Math-Int64-0.510.0 + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + virtual/perl-Math-BigInt + >=virtual/perl-Test-Simple-0.960.0 + ) +" +PERL_RM_FILES=( + "t/author-eol.t" + "t/author-no-tabs.t" + "t/author-pod-spell.t" + "t/release-cpan-changes.t" + "t/release-pod-syntax.t" + "t/release-portability.t" + "t/release-synopsis.t" +) diff --git a/dev-perl/Math-Int128/metadata.xml b/dev-perl/Math-Int128/metadata.xml new file mode 100644 index 00000000000..39c3208db96 --- /dev/null +++ b/dev-perl/Math-Int128/metadata.xml @@ -0,0 +1,18 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + hydrapolic@gmail.com + Tomáš Mózes + + + Math-Int128 + Math::Int128 + Math::Int128::die_on_overflow + Math::UInt128 + +