From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
Date: Sat, 18 May 2019 13:16:30 +0000 (UTC) [thread overview]
Message-ID: <1558185382.207d34034fe65eaa36f033fbb4bfbe6be4a78a46.dilfridge@gentoo> (raw)
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
+}
next reply other threads:[~2019-05-18 13:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-18 13:16 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 10:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/ Jakov Smolić
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
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
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=1558185382.207d34034fe65eaa36f033fbb4bfbe6be4a78a46.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