* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2016-04-03 21:24 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
To: gentoo-commits
commit: c2a5f67044967154d7ace5a30e2680734a6a984a
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Apr 1 13:11:56 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:23:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a5f670
dev-perl/Math-BigInt-Lite: initial ebuild, version 0.140.0
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
dev-perl/Math-BigInt-Lite/Manifest | 1 +
.../Math-BigInt-Lite-0.140.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/Math-BigInt-Lite/metadata.xml | 20 +++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
new file mode 100644
index 0000000..b2522f3
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -0,0 +1 @@
+DIST Math-BigInt-Lite-0.14.tar.gz 44517 SHA256 0ae0d1fdfbfe0d1801f3fd99d1958a61958f1d50ce4d38acca735e85ef3035ef SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5 WHIRLPOOL a64b379303cf26d048975087082aec768fbac1e46d9bcf03a6d43de0206f2fb2e649fe041628ea2fb90eae14f23d5778c246fb53c01ebd491f26e8362038c307
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
new file mode 100644
index 0000000..1e7b1af
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="FLORA"
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="What BigInts are before they become big"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.940.0
+ >=virtual/perl-Math-BigRat-0.190.0"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? ( >=virtual/perl-Test-Simple-0.520.0 )"
+
+src_test() {
+ local bad_files=( "t/pod_cov.t" "t/pod.t" );
+ einfo "t/bigintpm.t is broken: https://rt.cpan.org/Public/Bug/Display.html?id=75667";
+ bad_files+=( "t/bigintpm.t" );
+ perl_rm_files "${bad_files[@]}";
+
+ perl-module_src_test;
+}
diff --git a/dev-perl/Math-BigInt-Lite/metadata.xml b/dev-perl/Math-BigInt-Lite/metadata.xml
new file mode 100644
index 0000000..8b0de01
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>Proxy-Maintainer; please assign him to bugs.</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Math-BigInt-Lite</remote-id>
+ <remote-id type="cpan-module">Math::BigInt::Lite</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2017-06-30 23:26 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-06-30 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 3564203a08d8d5d069120b0cae5ab1c74b82f97b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 23:25:47 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 23:25:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564203a
dev-perl/Math-BigInt-Lite: Add build fix for Perl 5.26, bug 617134
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Math-BigInt-Lite-0.140.0.ebuild | 27 ++++++++++++++--------
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
index 519a06626cf..8a4d4061f80 100644
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,17 +13,26 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND=">=virtual/perl-Math-BigInt-1.940.0
- >=virtual/perl-Math-BigRat-0.190.0"
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.940.0
+ >=virtual/perl-Math-BigRat-0.190.0
+"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
- test? ( >=virtual/perl-Test-Simple-0.520.0 )"
+ test? ( >=virtual/perl-Test-Simple-0.520.0 )
+"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
src_test() {
- local bad_files=( "t/pod_cov.t" "t/pod.t" );
- einfo "t/bigintpm.t is broken: https://rt.cpan.org/Public/Bug/Display.html?id=75667";
- bad_files+=( "t/bigintpm.t" );
- perl_rm_files "${bad_files[@]}";
+ local bad_files=( "t/pod_cov.t" "t/pod.t" )
+ # https://rt.cpan.org/Public/Bug/Display.html?id=75667"
+ bad_files+=( "t/bigintpm.t" )
- perl-module_src_test;
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2017-10-26 20:18 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
To: gentoo-commits
commit: de7b4ee5f66a91d58f604437deeba207db525f7a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:13:27 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:18:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7b4ee5
dev-perl/Math-BigInt-Lite: x86 stable (bug #632664)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
index 8a4d4061f80..81877108927 100644
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2018-04-03 15:28 Jonas Stein
0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 3d5c1435826dbd985f274b8e9c1620071e76c2e0
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:04:44 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 15:27:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5c1435
dev-perl/Math-BigInt-Lite: Maintainer retired
Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Math-BigInt-Lite/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-perl/Math-BigInt-Lite/metadata.xml b/dev-perl/Math-BigInt-Lite/metadata.xml
index 8b0de0126c0..170ab1fe752 100644
--- a/dev-perl/Math-BigInt-Lite/metadata.xml
+++ b/dev-perl/Math-BigInt-Lite/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tomboy64@sina.cn</email>
- <name>Proxy-Maintainer; please assign him to bugs.</name>
- </maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
<upstream>
<remote-id type="cpan">Math-BigInt-Lite</remote-id>
<remote-id type="cpan-module">Math::BigInt::Lite</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2019-05-18 13:16 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2019-05-18 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 207d34034fe65eaa36f033fbb4bfbe6be4a78a46
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 13:15:15 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 18 13:16:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207d3403
dev-perl/Math-BigInt-Lite: Version bump, needs perl-5.30
Closes: https://bugs.gentoo.org/686220
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Manifest | 1 +
.../Math-BigInt-Lite-0.180.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
index 22372ad984b..a99de87ea60 100644
--- a/dev-perl/Math-BigInt-Lite/Manifest
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -1,2 +1,3 @@
DIST Math-BigInt-Lite-0.14.tar.gz 44517 BLAKE2B 7f84cce7b77fe4e8334ddfc4ac63fa4649acc9f44d3dbbcc21987f7aa6dfe2a4ef21c068da1ec0c97c5d46a41631972e6850f8022b0b9d5e85881010f7028054 SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5
DIST Math-BigInt-Lite-0.17.tar.gz 71248 BLAKE2B dd570295271ebae319ac4233ec9d274b569474ae2a7d95c86bb9e030dcce13d7c2e6b124cd8d0c37179ba2cb51147cdc2a988e5b8261b3cb3f072a68ebce5932 SHA512 8a1eb42d43a09cc7e16a9c430c6fb1a9c2f799e1dd3cb67436a6fafff510ed39550d4db8d28f5992c754c8391e0e9700b230e9b74dd05a108faecc9f0e55ef4e
+DIST Math-BigInt-Lite-0.18.tar.gz 75809 BLAKE2B 5cbd8b937fdfb810580c589ec6eddd7b7f8ad846d1328e0efc38e348093ae904da4423102afe73420ed75cd613bcc7c014c963fe12751314c26894d8a24f3847 SHA512 f7bf76742a0de6a9065c577eb583d5df71a7264d056bea73ffb5f54364a25d8b191c81bc7a30631589988c38418b520c99ac85aa4e83c5dd43308ac98ff74f64
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
new file mode 100644
index 00000000000..8b287fae115
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="What BigInts are before they become big"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.999.812
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
+
+src_test() {
+ local bad_files=( "t/pod_cov.t" "t/pod.t" )
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2019-12-06 9:38 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-12-06 9:38 UTC (permalink / raw
To: gentoo-commits
commit: f8bd2d16608f1d69fbf88d57ced14709ffd6a802
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 09:36:56 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 09:36:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bd2d16
dev-perl/Math-BigInt-Lite: x86 stable wrt bug #698542
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
index 8b287fae115..12389e007fa 100644
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2021-05-09 16:35 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-09 16:35 UTC (permalink / raw
To: gentoo-commits
commit: 859865c7a94745bc9b21e400060940bc89b00961
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 16:34:59 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 9 16:34:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859865c7
dev-perl/Math-BigInt-Lite: Version bump 0.19
Closes: https://bugs.gentoo.org/774411
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Manifest | 1 +
.../Math-BigInt-Lite-0.190.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
index 675c92ebdfe..f0ff4e65938 100644
--- a/dev-perl/Math-BigInt-Lite/Manifest
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -1 +1,2 @@
DIST Math-BigInt-Lite-0.18.tar.gz 75809 BLAKE2B 5cbd8b937fdfb810580c589ec6eddd7b7f8ad846d1328e0efc38e348093ae904da4423102afe73420ed75cd613bcc7c014c963fe12751314c26894d8a24f3847 SHA512 f7bf76742a0de6a9065c577eb583d5df71a7264d056bea73ffb5f54364a25d8b191c81bc7a30631589988c38418b520c99ac85aa4e83c5dd43308ac98ff74f64
+DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild
new file mode 100644
index 00000000000..9d6b448d94b
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="What BigInts are before they become big"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.999.812
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
+
+src_test() {
+ local bad_files=( "t/pod_cov.t" "t/pod.t" )
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2021-07-01 8:25 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-07-01 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 6adb68d132657b2dd5d7dc2411aa3b08bee28c9e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 08:25:22 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 08:25:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adb68d1
dev-perl/Math-BigInt-Lite: x86 stable wrt bug #799398
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild
index 9d6b448d94b..972af5e8a33 100644
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2021-11-12 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-11-12 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 2a488d303a486f98198018ebf56f4a4d2a1e2d52
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 17:59:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:13:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a488d30
dev-perl/Math-BigInt-Lite: 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-BigInt-Lite/Manifest | 1 -
.../Math-BigInt-Lite-0.180.0.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
index f0ff4e65938..cdf81e21924 100644
--- a/dev-perl/Math-BigInt-Lite/Manifest
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -1,2 +1 @@
-DIST Math-BigInt-Lite-0.18.tar.gz 75809 BLAKE2B 5cbd8b937fdfb810580c589ec6eddd7b7f8ad846d1328e0efc38e348093ae904da4423102afe73420ed75cd613bcc7c014c963fe12751314c26894d8a24f3847 SHA512 f7bf76742a0de6a9065c577eb583d5df71a7264d056bea73ffb5f54364a25d8b191c81bc7a30631589988c38418b520c99ac85aa4e83c5dd43308ac98ff74f64
DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
deleted file mode 100644
index 2780ffb6d8f..00000000000
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.180.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="What BigInts are before they become big"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-Math-BigInt-1.999.812
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.940.0
- )
-"
-
-src_test() {
- local bad_files=( "t/pod_cov.t" "t/pod.t" )
- perl_rm_files "${bad_files[@]}"
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2023-06-20 4:35 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-06-20 4:35 UTC (permalink / raw
To: gentoo-commits
commit: c3adc222ad8568a1ecea83a0c4727c19e0381cf9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 04:33:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 04:34:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3adc222
dev-perl/Math-BigInt-Lite: add 0.270.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Manifest | 1 +
.../Math-BigInt-Lite-0.270.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
index cdf81e219244..4c1879e8d9cd 100644
--- a/dev-perl/Math-BigInt-Lite/Manifest
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -1 +1,2 @@
DIST Math-BigInt-Lite-0.19.tar.gz 78863 BLAKE2B b94cd9a75324cb6ca1d1e7bd4cd1b6462fc87a60050f06e8e5eaea0ef5b6d510fa1197ff6376158b8398879a9b1449d213e9dfc5f4688bc708598e73439a5e3e SHA512 a0babaa718678c278a3c0a9a74d687563355460aa1c76d8b67adff68232e3dfb96ed56feb72b599a99e65adc228bf0296481773d20489390cc40564da01301d4
+DIST Math-BigInt-Lite-0.27.tar.gz 97793 BLAKE2B 4b22fc802e413ca74bddb202c99ea3c3c835d0e2469643a8654406bdf0b6a53ea850cd5eb6898713db42f8df85324fe9857e5967bb6aaa387b45ede0da96dce0 SHA512 c6d99a394ae9d4ac3b9a420d0e702f4da02d879a115875fee4d5ef61e22ebf1e8b5454b0674efa3c85690ff412c1a9edda52cabd6f994457100c16981911e368
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild
new file mode 100644
index 000000000000..634cf4a396c0
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="What BigInts are before they become big"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-Carp-1.220.0
+ >=virtual/perl-Math-BigInt-1.999.819
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-0.140.0
+ test? (
+ >=virtual/perl-Math-BigRat-0.140.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
+
+src_test() {
+ local bad_files=( "t/pod_cov.t" "t/pod.t" )
+ perl_rm_files "${bad_files[@]}"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
@ 2023-07-24 10:05 Jakov Smolić
0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2023-07-24 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 1192066cef7266c7dd778b6b8f7bf4915a07157b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 10:05:21 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 10:05:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1192066c
dev-perl/Math-BigInt-Lite: Stabilize 0.270.0 x86, #910804
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild
index 634cf4a396c0..44f1927b2853 100644
--- a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="
>=virtual/perl-Carp-1.220.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-07-24 10:05 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2023-06-20 4:35 Sam James
2021-11-12 18:13 Andreas K. Hüttel
2021-07-01 8:25 Agostino Sarubbo
2021-05-09 16:35 Andreas K. Hüttel
2019-12-06 9:38 Mikle Kolyada
2019-05-18 13:16 Andreas K. Hüttel
2018-04-03 15:28 Jonas Stein
2017-10-26 20:18 Thomas Deutschmann
2017-06-30 23:26 Andreas Hüttel
2016-04-03 21:24 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox