Files
gentoo/dev-perl/Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.530.0.ebuild
Brett A C Sheffield 2a5779e9e0 dev-perl/Math-Prime-Util-GMP: new package, add 0.530.0
This is a dependency of dev-perl/Crypt-DSA-GMP which is the recommended
successor to the now deprecated dev-perl/Crypt-DSA.

Link: https://metacpan.org/release/TIMLEGGE/Crypt-DSA-1.22/changes
Bug: https://bugs.gentoo.org/978730
Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1374
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2026-08-08 18:45:09 +08:00

26 lines
439 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DANAJ
DIST_VERSION=0.53
inherit perl-module
DESCRIPTION="Utilities related to prime numbers and factoring, using GMP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/gmp:=
>=virtual/perl-Exporter-5.570.0
>=virtual/perl-XSLoader-0.10.0
"
BDEPEND="
${RDEPEND}
test? (
>=virtual/perl-Math-BigInt-1.880.0
)
"