package/perl-net-ping: remove it

Net::Ping 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>
This commit is contained in:
Francois Perrad 2020-01-08 16:10:41 +01:00 committed by Yann E. MORIN
parent bdbc1dd555
commit e1e54f71ef
6 changed files with 6 additions and 28 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2020.02"
config BR2_PACKAGE_PERL_NET_PING
bool "perl-net-ping was removed"
select BR2_LEGACY
help
Net::Ping is a Perl core module (ie. bundled with perl).
config BR2_PACKAGE_PERL_MIME_BASE64
bool "perl-mime-base64 was removed"
select BR2_LEGACY

View File

@ -2375,7 +2375,6 @@ F: package/perl-crypt-openssl-aes/
F: package/perl-math-prime-util/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
F: package/perl-net-ping/
F: package/perl-net-snmp/
F: package/perl-net-ssh2/
F: package/perl-net-telnet/

View File

@ -775,7 +775,6 @@ menu "Perl libraries/modules"
source "package/perl-moo/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-http/Config.in"
source "package/perl-net-ping/Config.in"
source "package/perl-net-snmp/Config.in"
source "package/perl-net-ssh2/Config.in"
source "package/perl-net-ssleay/Config.in"

View File

@ -1,6 +0,0 @@
config BR2_PACKAGE_PERL_NET_PING
bool "perl-net-ping"
help
check a remote host for reachability.
https://metacpan.org/release/Net-Ping

View File

@ -1,6 +0,0 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 eb90f86dcc31126e88be02ecb62d5303 Net-Ping-2.72.tar.gz
sha256 555af602f54229cd81fef7da1a81516800f3155c6dc4d07dc71be1de3253dd6a Net-Ping-2.72.tar.gz
# computed by scancpan
sha256 9441a22309a2b40ff1282ac1906c137f07f5e521e7b1ec162b251f6006051b47 README

View File

@ -1,14 +0,0 @@
################################################################################
#
# perl-net-ping
#
################################################################################
PERL_NET_PING_VERSION = 2.72
PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz
PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
PERL_NET_PING_LICENSE = Artistic or GPL-1.0+
PERL_NET_PING_LICENSE_FILES = README
PERL_NET_PING_DISTNAME = Net-Ping
$(eval $(perl-package))