From: Francois Perrad Date: Wed, 8 Jan 2020 15:10:39 +0000 (+0100) Subject: package/perl-math-bigint: remove it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ce4cf46fed1f07d448161f984970bf035efe671;p=buildroot.git package/perl-math-bigint: remove it Math::BigInt is a Perl core module (ie. bundled with perl) This package was never released with BR, so no need to add an entry in Config.legacy Signed-off-by: Francois Perrad Signed-off-by: Yann E. MORIN --- diff --git a/DEVELOPERS b/DEVELOPERS index eb36f1c5dc..15a1291705 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -2373,7 +2373,6 @@ F: package/perl-convert-asn1/ F: package/perl-crypt-blowfish/ F: package/perl-crypt-cbc/ F: package/perl-crypt-openssl-aes/ -F: package/perl-math-bigint/ F: package/perl-math-prime-util/ F: package/perl-mime-base64-urlsafe/ F: package/perl-mojolicious-plugin-authentication/ diff --git a/package/Config.in b/package/Config.in index a916e47927..68db30096d 100644 --- a/package/Config.in +++ b/package/Config.in @@ -765,7 +765,6 @@ menu "Perl libraries/modules" source "package/perl-lwp-mediatypes/Config.in" source "package/perl-mail-dkim/Config.in" source "package/perl-mailtools/Config.in" - source "package/perl-math-bigint/Config.in" source "package/perl-math-prime-util/Config.in" source "package/perl-mime-base64/Config.in" source "package/perl-mime-base64-urlsafe/Config.in" diff --git a/package/perl-math-bigint/Config.in b/package/perl-math-bigint/Config.in deleted file mode 100644 index 89722e7b10..0000000000 --- a/package/perl-math-bigint/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config BR2_PACKAGE_PERL_MATH_BIGINT - bool "perl-math-bigint" - help - Pure Perl module to test Math::BigInt with scalars. - - https://metacpan.org/release/Math-BigInt diff --git a/package/perl-math-bigint/perl-math-bigint.hash b/package/perl-math-bigint/perl-math-bigint.hash deleted file mode 100644 index ad3d66bbf8..0000000000 --- a/package/perl-math-bigint/perl-math-bigint.hash +++ /dev/null @@ -1,6 +0,0 @@ -# retrieved by scancpan from http://cpan.metacpan.org/ -md5 a6e5a6c391b453e04c2b60506e1b5342 Math-BigInt-1.999818.tar.gz -sha256 b27634356ce2af9b7c0123ac8395a89a32fb15aeae82fcd39de8156cad278c15 Math-BigInt-1.999818.tar.gz - -# computed by scancpan -sha256 b857edab549ac6893e2df5e1ec768ee46b62bcf1607a55e876f4d23f079eacce LICENSE diff --git a/package/perl-math-bigint/perl-math-bigint.mk b/package/perl-math-bigint/perl-math-bigint.mk deleted file mode 100644 index 156c6ce38d..0000000000 --- a/package/perl-math-bigint/perl-math-bigint.mk +++ /dev/null @@ -1,14 +0,0 @@ -################################################################################ -# -# perl-math-bigint -# -################################################################################ - -PERL_MATH_BIGINT_VERSION = 1.999818 -PERL_MATH_BIGINT_SOURCE = Math-BigInt-$(PERL_MATH_BIGINT_VERSION).tar.gz -PERL_MATH_BIGINT_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PJ/PJACKLAM -PERL_MATH_BIGINT_LICENSE = Artistic or GPL-1.0+ -PERL_MATH_BIGINT_LICENSE_FILES = LICENSE -PERL_MATH_BIGINT_DISTNAME = Math-BigInt - -$(eval $(perl-package))