summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-18 13:14:02 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-05-18 13:15:22 +0200
commit9790107e0c90854bca3dca2a852b3bc799734ebf (patch)
tree14a9b7931017e3eee731562a21533f888f6a1ce4 /dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild
parentpackage.mask: Add dev-perl/Math-BigInt-GMP bump that needs perl-5.30 (diff)
downloadgentoo-9790107e0c90854bca3dca2a852b3bc799734ebf.tar.gz
gentoo-9790107e0c90854bca3dca2a852b3bc799734ebf.tar.bz2
gentoo-9790107e0c90854bca3dca2a852b3bc799734ebf.zip
dev-perl/Math-BigInt-GMP: version bump, needs perl-5.30
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild')
-rw-r--r--dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild
new file mode 100644
index 000000000000..2942d1ba3833
--- /dev/null
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.600.600.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.6006
+inherit perl-module
+
+DESCRIPTION="Use the GMP library for Math::BigInt routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Math-BigInt-1.999.812
+ >=virtual/perl-XSLoader-0.20.0
+ >=dev-libs/gmp-4.0.0:0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.580.0
+ test? ( >=virtual/perl-Test-Simple-0.820.0 )
+"
+
+src_test() {
+ perl_rm_files t/author-*.t t/00sig.t t/02pod.t t/03podcov.t
+ perl-module_src_test
+}