public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/
Date: Sun, 20 Dec 2015 22:58:56 +0000 (UTC)	[thread overview]
Message-ID: <1450652202.6684d93d923a98b62c2982114f997ac8ecc31d1c.dilfridge@gentoo> (raw)

commit:     6684d93d923a98b62c2982114f997ac8ecc31d1c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 22:56:42 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 22:56:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6684d93d

dev-perl/Math-BigInt-GMP: Version bump, fix dependency on Math::BigInt

Package-Manager: portage-2.2.26

 dev-perl/Math-BigInt-GMP/Manifest                  |  1 +
 .../Math-BigInt-GMP/Math-BigInt-GMP-1.460.0.ebuild |  2 +-
 .../Math-BigInt-GMP/Math-BigInt-GMP-1.470.0.ebuild | 34 ++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Math-BigInt-GMP/Manifest b/dev-perl/Math-BigInt-GMP/Manifest
index 999135a..00a25ac 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,2 +1,3 @@
 DIST Math-BigInt-GMP-1.38.tar.gz 55585 SHA256 1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15 SHA512 e33abe8c3b939e559be4e3ec61ce77a6fb3da6451ea88cb22fd4785cfebc816024e957ad02e81b43ee982346e0e444630ee5d93a87a02182a765374d1a694222 WHIRLPOOL 15c9d6fedd1f14401171b66a6094ef092ebf7ba991bbf82827da1d8973beed37adae4d0ba85e2aed0db9f5ec6f4bc4e12c1ed143645492ccf2b13b551e3f9922
 DIST Math-BigInt-GMP-1.46.tar.gz 58150 SHA256 414a0c22d195ebc426fed535cf8dc6a3ca2de9da270c828c313c018ab5335772 SHA512 4b8426d82e28fbd4d827f58f49540f0cc1d6c95b0ce5cdf9cd7c5c797b9f7777d534df57950d2f29dd5640b947005071a8f6c7d1235657710113e9e323444876 WHIRLPOOL 5b62bcffbd788ea8e97672c48e6e241e7f2a4ae52c60d9f58ceec973b6b39bccbb33367f841106be8f80f5336998568433534984a7e11ef3df1f99f7f8981e58
+DIST Math-BigInt-GMP-1.47.tar.gz 58266 SHA256 9ed3101d39fc118e025604e48894b88bf674f44c745a591c580987b2f24127e8 SHA512 fea2ce1324feecbbe44ae7d84944362354f35aeb96dbd79a0ca04f806617819051c19442b7d1672ed47e6ab1322ace06ff209cac2810f9f2b14711dacf444d26 WHIRLPOOL a19d9d32a5087b2dce3e6a7232a59137ff7778777a958cd5e4359d0f981a61c2c77a03e6154fdc71cbc2e589132017ba6e650cffb066dec6dd40fe5360c1031b

diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.460.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.460.0.ebuild
index 86ecbad..5674b5e 100644
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.460.0.ebuild
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.460.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=virtual/perl-Math-BigInt-1.999.300
+RDEPEND=">=virtual/perl-Math-BigInt-1.999.709
 	 >=dev-libs/gmp-4.0.0"
 DEPEND="${RDEPEND}"
 

diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.470.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.470.0.ebuild
new file mode 100644
index 0000000..f318f2a
--- /dev/null
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.470.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.47
+inherit perl-module
+
+DESCRIPTION="Use the GMP library for Math::BigInt routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Math-BigInt-1.999.709
+	>=virtual/perl-XSLoader-0.20.0
+	>=dev-libs/gmp-4.0.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
+
+#PERL_RM_FILES=(
+#	t/bigfltpm.t
+#	t/bigintpm.t
+#	t/biglog.t
+#)
+#
+
+DIST_TEST="do"


             reply	other threads:[~2015-12-20 22:59 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-20 22:58 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-05 11:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/ Arthur Zamarin
2023-11-05 10:08 Sam James
2023-11-05 10:04 Sam James
2023-11-05  9:54 Sam James
2023-09-21 22:33 Sam James
2023-09-21 22:33 Sam James
2023-06-20  5:02 Sam James
2023-03-22  5:22 Sam James
2021-11-12 18:13 Andreas K. Hüttel
2021-07-01  8:25 Agostino Sarubbo
2021-07-01  8:24 Agostino Sarubbo
2021-07-01  8:23 Agostino Sarubbo
2021-07-01  8:22 Agostino Sarubbo
2021-05-09 16:31 Andreas K. Hüttel
2019-12-06  9:56 Mikle Kolyada
2019-12-06  9:53 Mikle Kolyada
2019-12-06  9:49 Mikle Kolyada
2019-12-06  9:41 Mikle Kolyada
2019-12-06  9:38 Mikle Kolyada
2019-12-06  9:34 Mikle Kolyada
2019-05-18 11:15 Andreas K. Hüttel
2019-02-16  8:46 Mikle Kolyada
2019-01-06 10:14 Mikle Kolyada
2019-01-05 19:45 Sergei Trofimovich
2019-01-05  8:00 Mikle Kolyada
2019-01-04 13:47 Mikle Kolyada
2018-10-25 19:03 Fabian Groffen
2017-05-22 13:25 Tobias Klausmann
2017-05-18 15:39 Michael Weber
2017-04-29 11:36 Jeroen Roovers
2017-04-27 10:14 Agostino Sarubbo
2017-03-19  5:17 Kent Fredric
2017-03-19  5:17 Kent Fredric
2016-11-27  2:12 Kent Fredric
2016-11-27  2:12 Kent Fredric
2016-03-25 19:27 Andreas Hüttel
2015-12-20 22:58 Andreas Hüttel
2015-12-14 10:55 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=1450652202.6684d93d923a98b62c2982114f997ac8ecc31d1c.dilfridge@gentoo \
    --to=dilfridge@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