public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
Date: Wed,  1 Nov 2017 18:29:07 +0000 (UTC)	[thread overview]
Message-ID: <1509560757.7d6cbab894c0d580da0dac9354d1d9d60817a0c0.kentnl@gentoo> (raw)

commit:     7d6cbab894c0d580da0dac9354d1d9d60817a0c0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 15:18:33 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:25:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6cbab8

dev-perl/Math-GMP: Bump to version 2.150.0

- Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square
- Fix tests on older libgmps

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Math-GMP/Manifest                |  1 +
 dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 33 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index a9409913bba..2964f738a83 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -1,2 +1,3 @@
 DIST Math-GMP-2.06.tar.gz 24563 SHA256 bfd044c51687c7356edba1582f83c34a9dfc0c3451f6faeff400be62a7852b37 SHA512 a2619b76cc89a805e8fb538280644f4acc0c9d3da24b3b0810640c741ff66016c8f4920cd48ef7e6ce0e82bec630c0101d33db22f7928e19a03730b1305cac1e WHIRLPOOL b71418235c811e44f404b84e1a3c95c2be1a60f43d8a5ea2f274f0071a789a76433261cad5704237bcf23b8c81c4c708ff3664b61a9e874d2346d2d898e23330
 DIST Math-GMP-2.11.tar.gz 31178 SHA256 4d535c110bf443638fc2f83da7cb120ea5da91cbf9e3e476584b02c81ac82cda SHA512 4296717691ec7699ba5e82f5c0b3f83a831f8f0006c09a843ef9fc25227a26bdc6a623a728bebfc5df01124747c081239281d1cf861ee73a42444f15848a23d4 WHIRLPOOL 7b08a87ba4c0ad7703b0f8a8166c9f2e0cc5db56e384e531e7b3923c50b873a246b1bebfdca257c63903b65c0b0d525942ca92f21c31fba735474b3542f344b9
+DIST Math-GMP-2.15.tar.gz 33002 SHA256 3053450ff81eb8578ba90c1ecf9036fd401df03b4d40f3e9bd259523751bc5d9 SHA512 6c8c13eb168f6233d5bb172ae424aa1c7b5af2cd18aabe1a9a8f2989591245456270b684062684b29539060f91b041589c43cabcd2e7e277335ae188e5f386a2 WHIRLPOOL 70be542b34ff10657e358e780b3a9356498818477d6002f372b1cad0e62ddac722b75af25a9248476152f604f4ff19a3d730f078a8b5f7f0db9edb30bf08004b

diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
new file mode 100644
index 00000000000..837f47dfdc9
--- /dev/null
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.15
+inherit perl-module
+
+DESCRIPTION="High speed arbitrary size integer math"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-AutoLoader
+	virtual/perl-Carp
+	virtual/perl-Exporter
+	dev-libs/gmp:0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Devel-CheckLib-0.900.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
+	)
+"


             reply	other threads:[~2017-11-01 18:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 18:29 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/ Andreas K. Hüttel
2023-03-04 11:03 Arthur Zamarin
2023-03-04  8:31 Arthur Zamarin
2023-03-04  8:07 Arthur Zamarin
2022-11-30  8:31 Sam James
2021-12-13  7:02 Agostino Sarubbo
2021-12-13  6:22 Sam James
2021-12-13  5:43 Sam James
2021-11-12 18:13 Andreas K. Hüttel
2021-11-12 18:13 Andreas K. Hüttel
2021-07-15 21:42 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-05-23 22:23 Joshua Kinard
2021-04-30 20:28 Sergei Trofimovich
2021-04-29 14:19 Sam James
2021-04-26 22:14 Andreas K. Hüttel
2018-07-23 19:00 Sergei Trofimovich
2018-07-21 11:50 Tobias Klausmann
2018-07-20 23:18 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2016-08-17  3:13 Jeroen Roovers
2016-05-25  6:56 Matt Turner
2016-02-28 10:01 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509560757.7d6cbab894c0d580da0dac9354d1d9d60817a0c0.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox