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
+}