* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2016-02-28 10:01 Patrice Clement
0 siblings, 0 replies; 25+ messages in thread
From: Patrice Clement @ 2016-02-28 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 98c84198c858853d00060fae42b4968cb1137a70
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 01:44:59 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 08:39:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c84198
dev-perl/Math-GMP: Bump to version 2.110.0
- use EAPI6
- Had to drop keywords on alpha, hppa, mips and ppc due to dev-perl/Devel-CheckLib
Package-Manager: portage-2.2.27
dev-perl/Math-GMP/Manifest | 1 +
dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild | 34 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index 3773afe..a940991 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -1 +1,2 @@
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
diff --git a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
new file mode 100644
index 0000000..a8fd894
--- /dev/null
+++ b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="High speed arbitrary size integer math"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~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
+ )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2016-05-25 6:56 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2016-05-25 6:56 UTC (permalink / raw
To: gentoo-commits
commit: b5d7a93b6d3700f0d848101fab8e746cf718c282
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 06:56:15 2016 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 25 06:56:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d7a93b
dev-perl/Math-GMP: added ~alpha, bug 577036.
dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
index a8fd894..1df097d 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2016-08-17 3:13 Jeroen Roovers
0 siblings, 0 replies; 25+ messages in thread
From: Jeroen Roovers @ 2016-08-17 3:13 UTC (permalink / raw
To: gentoo-commits
commit: 10aac62a016bca4b1aecc863faf9c92c8dd8f46e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 03:12:49 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 03:12:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10aac62a
dev-perl/Math-GMP: Mark ~hppa (bug #577036).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
index 1df097d..a66bddd 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.110.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2017-11-01 18:29 Kent Fredric
0 siblings, 0 replies; 25+ messages in thread
From: Kent Fredric @ 2017-11-01 18:29 UTC (permalink / raw
To: gentoo-commits
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
+ )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2018-07-15 15:51 Mikle Kolyada
0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 3e308f02af725471ff082d0b289656e10ad67db2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:37:38 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:50:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e308f02
dev-perl/Math-GMP: amd64 stable wrt bug #661196
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
index 6e5d2615a5d..cae13ac1ec1 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2018-07-15 18:55 Thomas Deutschmann
0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 8fbc70eedd5a3ea4cd06f6de3e0781b8dccfaabb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:47:28 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:47:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc70ee
dev-perl/Math-GMP: x86 stable (bug #661196)
Package-Manager: Portage-2.3.42, Repoman-2.3.9
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
index cae13ac1ec1..29735dba12b 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2018-07-20 23:18 Sergei Trofimovich
0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2018-07-20 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 73617f48d65d0c901b4e8c266b38dc415c6b2d8b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 22:58:23 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 23:17:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73617f48
dev-perl/Math-GMP: stable 2.150.0 for ppc, bug #661196
Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
index 29735dba12b..f2bd9f6daa1 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2018-07-21 11:50 Tobias Klausmann
0 siblings, 0 replies; 25+ messages in thread
From: Tobias Klausmann @ 2018-07-21 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 1886498c92a3f9a2b69ff411b240e2ef7c316734
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 11:49:04 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 11:50:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1886498c
dev-perl/Math-GMP-2.150.0-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/661196
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
index f2bd9f6daa1..33b48869e2c 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2018-07-23 19:00 Sergei Trofimovich
0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2018-07-23 19:00 UTC (permalink / raw
To: gentoo-commits
commit: 7cc8f4b34578cdc6dd219d34c49929e762a4db77
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 18:57:39 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 18:57:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc8f4b3
dev-perl/Math-GMP: stable 2.150.0 for hppa, bug #661196
Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
index 33b48869e2c..2465889de58 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-04-26 22:14 Andreas K. Hüttel
0 siblings, 0 replies; 25+ messages in thread
From: Andreas K. Hüttel @ 2021-04-26 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 02a57da6fde24edaecd38e4c0a2d115b93215065
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 22:13:46 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
+ )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-04-29 14:19 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-04-29 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 075b0953fa611ec3c725c1bd8374cc4d5afce61e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 06:44:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 14:19:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075b0953
dev-perl/Math-GMP: Keyword 2.200.0 ppc, #785931
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index e89617176f9..b660510e684 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-04-30 20:28 Sergei Trofimovich
0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2021-04-30 20:28 UTC (permalink / raw
To: gentoo-commits
commit: 5d6a31cd502cb6d6c9617574abe8efbc311114d3
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 30 20:19:33 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 20:28:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6a31cd
dev-perl/Math-GMP: keyworded 2.200.0 for hppa, bug #785931
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index b660510e684..117e4733bff 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-05-23 22:23 Joshua Kinard
0 siblings, 0 replies; 25+ messages in thread
From: Joshua Kinard @ 2021-05-23 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 651410f4339152dcce62561963e8fda8334531f1
Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 20:22:57 2021 +0000
Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Sun May 23 22:23:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651410f4
dev-perl/Math-GMP: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/785931
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index 117e4733bff..381d60b7deb 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-07-15 21:33 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-07-15 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 60dbf4780bd7c0e761ffc7f1c937e375fee6d1e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:31:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:31:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60dbf478
dev-perl/Math-GMP: Stabilize 2.200.0 x86, #800058
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index 381d60b7deb..a476ecabc6a 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-07-15 21:39 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-07-15 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 816436cbcbe80a43891cc69f4da4182323d02daa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:35:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:38:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816436cb
dev-perl/Math-GMP: Stabilize 2.200.0 amd64, #800058
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index a476ecabc6a..b5d65ac7dae 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-07-15 21:42 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-07-15 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 91fd387c4cfa7b2c16990dd2d804509b9a6f12e2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 21:42:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 21:42:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fd387c
dev-perl/Math-GMP: Stabilize 2.200.0 ppc, #800058
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
index b5d65ac7dae..7e782388655 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.200.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-11-12 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 25+ messages in thread
From: Andreas K. Hüttel @ 2021-11-12 18:13 UTC (permalink / raw
To: gentoo-commits
commit: c94ae8974c26e27277d8876fdf9ed848b6e34c81
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:11:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:13:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94ae897
dev-perl/Math-GMP: Version bump 2.23
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-GMP/Manifest | 1 +
dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index b22bfcbffd5..50c77486d28 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -1 +1,2 @@
DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04
+DIST Math-GMP-2.23.tar.gz 33639 BLAKE2B 45cb7619928ca27cfa1bdd8cdfc34399d84f85b83bcf5e9df538e4b1f87e19783881dc883f062b4a456ba9e02f26aee1b6292fd2430455713f4e05d25aa0ed00 SHA512 33b5517a1c7c12f8e460025204e5029be594eb48fcd59b1563203b97fb0fe0072a22296a1b9c8df90d68e2c37302d3aae208065d6414d6a74e58df47a995db38
diff --git a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
new file mode 100644
index 00000000000..829651cc5ba
--- /dev/null
+++ b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.23
+inherit perl-module
+
+DESCRIPTION="High speed arbitrary size integer math"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-AutoLoader
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-libs/gmp:0
+"
+BDEPEND="${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
+ )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-11-12 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 25+ messages in thread
From: Andreas K. Hüttel @ 2021-11-12 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 090087e3c7c61fa3cf5354fc25948adf0cbff6fc
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:09:10 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:13:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090087e3
dev-perl/Math-GMP: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-GMP/Manifest | 1 -
dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild | 34 -------------------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index aa04daccbb0..b22bfcbffd5 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -1,2 +1 @@
-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.150.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
deleted file mode 100644
index 7165e0ca20e..00000000000
--- a/dev-perl/Math-GMP/Math-GMP-2.150.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~mips ppc x86"
-IUSE="test"
-RESTRICT="!test? ( 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
- )
-"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-12-13 5:43 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-12-13 5:43 UTC (permalink / raw
To: gentoo-commits
commit: 82ba0e95719271cdc172225c786167ea0a145a75
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 05:43:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 05:43:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ba0e95
dev-perl/Math-GMP: Stabilize 2.230.0 amd64, #829038
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
index 829651cc5ba7..cb275cf08a6b 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-12-13 6:22 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-12-13 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 52eaccb72bbfeb1bd492c21c008abba6c9767848
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 06:22:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 06:22:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52eaccb7
dev-perl/Math-GMP: Stabilize 2.230.0 ppc, #829038
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
index cb275cf08a6b..e02408620771 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2021-12-13 7:02 Agostino Sarubbo
0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-12-13 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 29561466d5b231b8cdad9f34f76c293762f5b015
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 07:01:24 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 07:01:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29561466
dev-perl/Math-GMP: x86 stable wrt bug #829038
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
index e02408620771..248eb49b21a0 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.230.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2022-11-30 8:31 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-11-30 8:31 UTC (permalink / raw
To: gentoo-commits
commit: a779de37d70c5fbc7457d0025abecd38da75a496
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 08:05:50 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 08:31:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a779de37
dev-perl/Math-GMP: add 2.250.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-GMP/Manifest | 1 +
dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild | 35 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Math-GMP/Manifest b/dev-perl/Math-GMP/Manifest
index 50c77486d281..ee78e4776934 100644
--- a/dev-perl/Math-GMP/Manifest
+++ b/dev-perl/Math-GMP/Manifest
@@ -1,2 +1,3 @@
DIST Math-GMP-2.20.tar.gz 34224 BLAKE2B 752c87fcb3b1b9842822f57bd2ed8c8600ccd117103bc6d4fd957c20c3476224c471a7572557094163b7264781aa2e46ed58a6b3f6b185d691aad28dfa79f839 SHA512 e76a4f2ed9f700029a0b075fcdaecf6fb3792ecfef23fb75f014572b6471be9265b80551c741cda9fe3f323a351a23fb9e5edca2e05300b97509b225aa721b04
DIST Math-GMP-2.23.tar.gz 33639 BLAKE2B 45cb7619928ca27cfa1bdd8cdfc34399d84f85b83bcf5e9df538e4b1f87e19783881dc883f062b4a456ba9e02f26aee1b6292fd2430455713f4e05d25aa0ed00 SHA512 33b5517a1c7c12f8e460025204e5029be594eb48fcd59b1563203b97fb0fe0072a22296a1b9c8df90d68e2c37302d3aae208065d6414d6a74e58df47a995db38
+DIST Math-GMP-2.25.tar.gz 34422 BLAKE2B 1a07225593463145bffc35386b556dbf5fec883dc6a4aee3c5d6cb8c98a2ea2bf11e1eb798960c5ae8a9914d19dcb709c5cb77efa59bdc4012fc2d33acfd21c8 SHA512 485c33dbcd39a747838f59914504fb99dd4b1433f617667e906189581fb5b5050c26d9bb2e686a778cb677352c2355340f999f76068c469e1561c60dfe61ff8b
diff --git a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
new file mode 100644
index 000000000000..c25f7166b15a
--- /dev/null
+++ b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.25
+inherit perl-module
+
+DESCRIPTION="High speed arbitrary size integer math"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-AutoLoader
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-libs/gmp:=
+"
+DEPEND="dev-libs/gmp:="
+BDEPEND="
+ ${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-Scalar-List-Utils
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2023-03-04 8:07 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-03-04 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 6c3109ee851770146d1fe3c642a9a6f3ffb1ee70
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 08:07:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 08:07:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3109ee
dev-perl/Math-GMP: Stabilize 2.250.0 amd64, #899508
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
index c25f7166b15a..baf72a2a5304 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2023-03-04 8:31 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-03-04 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 96a0064d0c49d59b91ac2d6c8314e563dc977540
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 08:31:21 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 08:31:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a0064d
dev-perl/Math-GMP: Stabilize 2.250.0 x86, #899508
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
index baf72a2a5304..8e2c0291da6a 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/
@ 2023-03-04 11:03 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-03-04 11:03 UTC (permalink / raw
To: gentoo-commits
commit: a028528b026ced4df2f2083934823e5ca1ef776c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 11:02:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 11:02:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a028528b
dev-perl/Math-GMP: Stabilize 2.250.0 ppc, #899508
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
index 8e2c0291da6a..6231ae064ca5 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.250.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="High speed arbitrary size integer math"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
RDEPEND="
virtual/perl-AutoLoader
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2023-03-04 11:03 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-GMP/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2016-05-25 6:56 Matt Turner
2016-08-17 3:13 Jeroen Roovers
2017-11-01 18:29 Kent Fredric
2018-07-15 15:51 Mikle Kolyada
2018-07-15 18:55 Thomas Deutschmann
2018-07-20 23:18 Sergei Trofimovich
2018-07-21 11:50 Tobias Klausmann
2018-07-23 19:00 Sergei Trofimovich
2021-04-26 22:14 Andreas K. Hüttel
2021-04-29 14:19 Sam James
2021-04-30 20:28 Sergei Trofimovich
2021-05-23 22:23 Joshua Kinard
2021-07-15 21:33 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:42 Sam James
2021-11-12 18:13 Andreas K. Hüttel
2021-11-12 18:13 Andreas K. Hüttel
2021-12-13 5:43 Sam James
2021-12-13 6:22 Sam James
2021-12-13 7:02 Agostino Sarubbo
2022-11-30 8:31 Sam James
2023-03-04 8:07 Arthur Zamarin
2023-03-04 8:31 Arthur Zamarin
2023-03-04 11:03 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox