public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/, perl-core/Math-BigInt/
@ 2016-11-27  2:12 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-11-27  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     54ea41c3d831cecb5ec8dfe28f5367b92f45d3c9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 01:52:46 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 01:54:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ea41c3

perl-core/Math-BigInt: Remove old masked version

Package-Manager: portage-2.3.2

 perl-core/Math-BigInt/Manifest                     |  1 -
 perl-core/Math-BigInt/Math-BigInt-1.999.800.ebuild | 36 ----------------------
 .../perl-Math-BigInt-1.999.800-r1.ebuild           | 19 ------------
 3 files changed, 56 deletions(-)

diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
index dfede0f..6572d10 100644
--- a/perl-core/Math-BigInt/Manifest
+++ b/perl-core/Math-BigInt/Manifest
@@ -1,5 +1,4 @@
 DIST Math-BigInt-1.9993.tar.gz 215143 SHA256 d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e SHA512 23ae7d11094f6bf5df45a2c3a01a7d9895b244156b8f48497edbfee4de0e56588e59abb4b1fa8808f2e221bd63eae175cd13987c7dc93867b8f969fbf54b6f15 WHIRLPOOL 70d9899003d1b547b066170fb397d03cfddd0edfdeb9beadf4998ee59f4b18fcbce480bf371ef2f3d35ec86f30b883fcdf2a70765cf239b0f73320766c8048e0
 DIST Math-BigInt-1.999710.tar.gz 225641 SHA256 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 SHA512 a5f938f5f2c61fd1b4c5c01caa99104aea2a009c8f6e089b465d52948a631cd7cb2df2c54917d9e4bd0bc34281c3a8aa865eb3bf7e6e84f15cff1eb79ccf358d WHIRLPOOL 73e26895de11824008b41e39968903c9a7b888a5b199e64f235e2b86e2360df8b095e6a9f2e29c3c29a385025e33cbbd88dc3f84220c6fd89add49596a1814ee
 DIST Math-BigInt-1.999715.tar.gz 252193 SHA256 cfae5c43c4cabe92a940f13e4a23515be4e0dbe72cba8d448a3e96f869794987 SHA512 85d5e168e41f53a37cfcdbef3a2b9a998be7344e828675cda5e3d9db320d4d617555aa9611ecabd6a13974d3a3eee8ec624e9f839bc6ac7a3abecc6a67305bc7 WHIRLPOOL a0a293278391031948e0e5914f239bc6fb92297eefa4fcec92c540ebdfb796f5f60fe22c0f3dde76f9779a9a3b05c74d3da153d7b83a273b05053f308ac49fd5
-DIST Math-BigInt-1.999800.tar.gz 2727031 SHA256 216096d1f937252bfc449b1de01b760ffaab46e753e150cc2a685f4935bd030d SHA512 fa86e85b8cf9cef0fcd69bb692e75e690480b6a8778759f524614e70d42d515422079e36f28dc3a3cdbb654591b9a8eb93160a42f93df87cd837b94b191a97ef WHIRLPOOL 1d0b6ddfab3c3b41bef7b7707bae1d83d0dd8ba7640933394d8ec564e1afdeafa103b3822e2e2a8c3a6341d17d891e6bbe467cb08664f2fe03544d39574bb8fb
 DIST Math-BigInt-1.999801.tar.gz 2761631 SHA256 41deb23d453f5a376759fff155e4947988a6b6713a4164f21aedac8238089e57 SHA512 fd0dd80a8b495ecbfc61ca089793d66b9e9c9edde6dccbd25a18725bd8ee097a0c8e58f66d340e4a9e9ccce84f9d1f70f755eb65c2f4ecc8ba7cba83692a0cc1 WHIRLPOOL e860edb664a0b2fbdd7040694213d6b3606d488a26c7913cee0efa9945937849cbd47d73244fd0c35a4579fed6da721943408e893e4ea67dd20a4d352320af2e

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.800.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.800.ebuild
deleted file mode 100644
index 90a2e83..00000000
--- a/perl-core/Math-BigInt/Math-BigInt-1.999.800.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.999800
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Arbitrary size floating point math package"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	>=virtual/perl-Math-Complex-1.390.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-
-PDEPEND="
-	>=virtual/perl-Math-BigInt-FastCalc-0.270.0
-	>=virtual/perl-bignum-0.220.0
-	>=virtual/perl-Math-BigRat-0.260.200
-"
-# where does this come from?
-
-src_test() {
-	perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
-	perl-module_src_test
-}

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800-r1.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800-r1.ebuild
deleted file mode 100644
index 8ea9502..00000000
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.800-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-	~perl-core/${PN#perl-}-${PV}
-	dev-lang/perl:=
-"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/, perl-core/Math-BigInt/
@ 2017-03-19  5:17 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-03-19  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3aef8f1a6f2763845a8fdbe1e0365313ae596f68
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 04:52:03 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 04:52:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aef8f1a

perl-core/Math-BigInt,virtual/perl-Math-BigInt: Bump to version 1.999.806 (masked)

Upstream:
- bzero, bone, binf, bnan no longer check object needs modification
  when used as constructors
- Improve bgcd and blcm
- Use EUMM instead of Module::Install
- Add as_bytes and from_bytes functions to BigInt
- Fix implementation of from_{hex,oct,bin}

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 perl-core/Math-BigInt/Manifest                     |  1 +
 perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild | 35 ++++++++++++++++++++++
 .../perl-Math-BigInt-1.999.806.ebuild              | 18 +++++++++++
 3 files changed, 54 insertions(+)

diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
index 6572d1045c6..a089014eb13 100644
--- a/perl-core/Math-BigInt/Manifest
+++ b/perl-core/Math-BigInt/Manifest
@@ -2,3 +2,4 @@ DIST Math-BigInt-1.9993.tar.gz 215143 SHA256 d937c0d1afbb3ddd9b666177faf56471b6c
 DIST Math-BigInt-1.999710.tar.gz 225641 SHA256 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 SHA512 a5f938f5f2c61fd1b4c5c01caa99104aea2a009c8f6e089b465d52948a631cd7cb2df2c54917d9e4bd0bc34281c3a8aa865eb3bf7e6e84f15cff1eb79ccf358d WHIRLPOOL 73e26895de11824008b41e39968903c9a7b888a5b199e64f235e2b86e2360df8b095e6a9f2e29c3c29a385025e33cbbd88dc3f84220c6fd89add49596a1814ee
 DIST Math-BigInt-1.999715.tar.gz 252193 SHA256 cfae5c43c4cabe92a940f13e4a23515be4e0dbe72cba8d448a3e96f869794987 SHA512 85d5e168e41f53a37cfcdbef3a2b9a998be7344e828675cda5e3d9db320d4d617555aa9611ecabd6a13974d3a3eee8ec624e9f839bc6ac7a3abecc6a67305bc7 WHIRLPOOL a0a293278391031948e0e5914f239bc6fb92297eefa4fcec92c540ebdfb796f5f60fe22c0f3dde76f9779a9a3b05c74d3da153d7b83a273b05053f308ac49fd5
 DIST Math-BigInt-1.999801.tar.gz 2761631 SHA256 41deb23d453f5a376759fff155e4947988a6b6713a4164f21aedac8238089e57 SHA512 fd0dd80a8b495ecbfc61ca089793d66b9e9c9edde6dccbd25a18725bd8ee097a0c8e58f66d340e4a9e9ccce84f9d1f70f755eb65c2f4ecc8ba7cba83692a0cc1 WHIRLPOOL e860edb664a0b2fbdd7040694213d6b3606d488a26c7913cee0efa9945937849cbd47d73244fd0c35a4579fed6da721943408e893e4ea67dd20a4d352320af2e
+DIST Math-BigInt-1.999806.tar.gz 2814121 SHA256 9b62b2fcfeed5ef42d375778e4ec3b469cab0002b5dc247906dc99f5786fa1fc SHA512 2c496450ecc64acb7635ed2bf3b1bb0faef77aee56aee391341ca180e63037c4bc9fee6e8ae23f1db610df56a83e703a602ed37a83b35f294f7536642d897e9f WHIRLPOOL 23947f920a524476c898b3cffd8851809876a8938c8d655742070986d6c19eaf32c810769ed849538077dd16d55cf6a8fceca1909da11f7dbe052344e5e0ba6c

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild
new file mode 100644
index 00000000000..9d2b14fc80b
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.999.806.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.999806
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Arbitrary size floating point math package"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Math-Complex-1.390.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+
+PDEPEND="
+	>=virtual/perl-Math-BigInt-FastCalc-0.270.0
+	>=virtual/perl-bignum-0.220.0
+	>=virtual/perl-Math-BigRat-0.260.200
+"
+# where does this come from?
+
+src_test() {
+	perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
+	perl-module_src_test
+}

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild
new file mode 100644
index 00000000000..94980ca3d3b
--- /dev/null
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	~perl-core/${PN#perl-}-${PV}
+	dev-lang/perl:=
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/, perl-core/Math-BigInt/
@ 2017-03-19  5:17 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-03-19  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c5c1d2b513f4f0b5617dfbf66bcfe1fb7c9db966
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 04:53:47 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 04:54:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c1d2b5

perl-core/Math-BigInt,virtual/perl-Math-BigInt: Remove old masked

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 perl-core/Math-BigInt/Manifest                     |  1 -
 perl-core/Math-BigInt/Math-BigInt-1.999.801.ebuild | 35 ----------------------
 .../perl-Math-BigInt-1.999.801.ebuild              | 18 -----------
 3 files changed, 54 deletions(-)

diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
index a089014eb13..f8f3a7fd076 100644
--- a/perl-core/Math-BigInt/Manifest
+++ b/perl-core/Math-BigInt/Manifest
@@ -1,5 +1,4 @@
 DIST Math-BigInt-1.9993.tar.gz 215143 SHA256 d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e SHA512 23ae7d11094f6bf5df45a2c3a01a7d9895b244156b8f48497edbfee4de0e56588e59abb4b1fa8808f2e221bd63eae175cd13987c7dc93867b8f969fbf54b6f15 WHIRLPOOL 70d9899003d1b547b066170fb397d03cfddd0edfdeb9beadf4998ee59f4b18fcbce480bf371ef2f3d35ec86f30b883fcdf2a70765cf239b0f73320766c8048e0
 DIST Math-BigInt-1.999710.tar.gz 225641 SHA256 879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610 SHA512 a5f938f5f2c61fd1b4c5c01caa99104aea2a009c8f6e089b465d52948a631cd7cb2df2c54917d9e4bd0bc34281c3a8aa865eb3bf7e6e84f15cff1eb79ccf358d WHIRLPOOL 73e26895de11824008b41e39968903c9a7b888a5b199e64f235e2b86e2360df8b095e6a9f2e29c3c29a385025e33cbbd88dc3f84220c6fd89add49596a1814ee
 DIST Math-BigInt-1.999715.tar.gz 252193 SHA256 cfae5c43c4cabe92a940f13e4a23515be4e0dbe72cba8d448a3e96f869794987 SHA512 85d5e168e41f53a37cfcdbef3a2b9a998be7344e828675cda5e3d9db320d4d617555aa9611ecabd6a13974d3a3eee8ec624e9f839bc6ac7a3abecc6a67305bc7 WHIRLPOOL a0a293278391031948e0e5914f239bc6fb92297eefa4fcec92c540ebdfb796f5f60fe22c0f3dde76f9779a9a3b05c74d3da153d7b83a273b05053f308ac49fd5
-DIST Math-BigInt-1.999801.tar.gz 2761631 SHA256 41deb23d453f5a376759fff155e4947988a6b6713a4164f21aedac8238089e57 SHA512 fd0dd80a8b495ecbfc61ca089793d66b9e9c9edde6dccbd25a18725bd8ee097a0c8e58f66d340e4a9e9ccce84f9d1f70f755eb65c2f4ecc8ba7cba83692a0cc1 WHIRLPOOL e860edb664a0b2fbdd7040694213d6b3606d488a26c7913cee0efa9945937849cbd47d73244fd0c35a4579fed6da721943408e893e4ea67dd20a4d352320af2e
 DIST Math-BigInt-1.999806.tar.gz 2814121 SHA256 9b62b2fcfeed5ef42d375778e4ec3b469cab0002b5dc247906dc99f5786fa1fc SHA512 2c496450ecc64acb7635ed2bf3b1bb0faef77aee56aee391341ca180e63037c4bc9fee6e8ae23f1db610df56a83e703a602ed37a83b35f294f7536642d897e9f WHIRLPOOL 23947f920a524476c898b3cffd8851809876a8938c8d655742070986d6c19eaf32c810769ed849538077dd16d55cf6a8fceca1909da11f7dbe052344e5e0ba6c

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.801.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.999.801.ebuild
deleted file mode 100644
index 4d1dc32b281..00000000000
--- a/perl-core/Math-BigInt/Math-BigInt-1.999.801.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.999801
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Arbitrary size floating point math package"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	>=virtual/perl-Math-Complex-1.390.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-
-PDEPEND="
-	>=virtual/perl-Math-BigInt-FastCalc-0.270.0
-	>=virtual/perl-bignum-0.220.0
-	>=virtual/perl-Math-BigRat-0.260.200
-"
-# where does this come from?
-
-src_test() {
-	perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
-	perl-module_src_test
-}

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.801.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.801.ebuild
deleted file mode 100644
index 94980ca3d3b..00000000000
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.801.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-	~perl-core/${PN#perl-}-${PV}
-	dev-lang/perl:=
-"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-19  5:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27  2:12 [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/, perl-core/Math-BigInt/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-03-19  5:17 Kent Fredric
2017-03-19  5:17 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox