package/perl-net-ping: remove it
authorFrancois Perrad <fperrad@gmail.com>
Wed, 8 Jan 2020 15:10:41 +0000 (16:10 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 8 Jan 2020 17:24:00 +0000 (18:24 +0100)
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>
Config.in.legacy
DEVELOPERS
package/Config.in
package/perl-net-ping/Config.in [deleted file]
package/perl-net-ping/perl-net-ping.hash [deleted file]
package/perl-net-ping/perl-net-ping.mk [deleted file]

index 80a26b4f0196c65865e9144dd1256875a56435f6..c483ac3856fb271c3d4a3749c6055e2573e96639 100644 (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
index c2a6356aa0c054a68778e3a7db296e5781146025..1f86c256a5c6ee6f9270d61e97212fd0024beda9 100644 (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/
index bec618a08f3217cd684eec8b81e46c5a47a6ac05..45935ce18eb8a6988306d168191e452cda9b8af2 100644 (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"
diff --git a/package/perl-net-ping/Config.in b/package/perl-net-ping/Config.in
deleted file mode 100644 (file)
index 21239a0..0000000
+++ /dev/null
@@ -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
diff --git a/package/perl-net-ping/perl-net-ping.hash b/package/perl-net-ping/perl-net-ping.hash
deleted file mode 100644 (file)
index 2842827..0000000
+++ /dev/null
@@ -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
diff --git a/package/perl-net-ping/perl-net-ping.mk b/package/perl-net-ping/perl-net-ping.mk
deleted file mode 100644 (file)
index b422c4e..0000000
+++ /dev/null
@@ -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))