package/perl-digest-md5: remove it

Digest::MD5 is a Perl core module (ie. bundled with perl)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020.02.x
Francois Perrad 2020-01-08 16:10:38 +01:00 committed by Yann E. MORIN
parent 5bff3945af
commit f3fbcfff0a
6 changed files with 6 additions and 32 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2020.02"
config BR2_PACKAGE_PERL_DIGEST_MD5
bool "perl-digest-md5 was removed"
select BR2_LEGACY
help
Digest::MD5 is a Perl core module (ie. bundled with perl).
config BR2_PACKAGE_ERLANG_P1_ICONV
bool "erlang-p1-iconv has been removed"
select BR2_LEGACY

View File

@ -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-digest-md5/
F: package/perl-math-bigint/
F: package/perl-math-prime-util/
F: package/perl-mime-base64-urlsafe/

View File

@ -731,7 +731,6 @@ menu "Perl libraries/modules"
source "package/perl-devel-stacktrace-ashtml/Config.in"
source "package/perl-device-serialport/Config.in"
source "package/perl-digest-hmac/Config.in"
source "package/perl-digest-md5/Config.in"
source "package/perl-digest-sha1/Config.in"
source "package/perl-dist-checkconflicts/Config.in"
source "package/perl-encode-detect/Config.in"

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_PERL_DIGEST_MD5
bool "perl-digest-md5"
depends on !BR2_STATIC_LIBS
help
Perl interface to the MD-5 algorithm.
https://metacpan.org/release/Digest-MD5
comment "perl-digest-md5 needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -1,6 +0,0 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 601519b826ca14c233f13a4578b967ef Digest-MD5-2.55.tar.gz
sha256 03b198a2d14425d951e5e50a885d3818c3162c8fe4c21e18d7798a9a179d0e3c Digest-MD5-2.55.tar.gz
# computed by scancpan
sha256 f92f16702159fc57cd29c23f29b7f2420bff578ed72365d0225d2945a501cd5a README

View File

@ -1,14 +0,0 @@
################################################################################
#
# perl-digest-md5
#
################################################################################
PERL_DIGEST_MD5_VERSION = 2.55
PERL_DIGEST_MD5_SOURCE = Digest-MD5-$(PERL_DIGEST_MD5_VERSION).tar.gz
PERL_DIGEST_MD5_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_MD5_LICENSE = Artistic or GPL-1.0+
PERL_DIGEST_MD5_LICENSE_FILES = README
PERL_DIGEST_MD5_DISTNAME = Digest-MD5
$(eval $(perl-package))