summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:34:39 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:21:44 +0000
commitfd0a8409e791818425a84d98c86896170e89e22d (patch)
tree6355cea347cf35e5cf5c64b4809acc112dc6be95 /net-analyzer/fping
parentnet-analyzer/cacti-spine: drop 1.2.13, 1.2.14 (diff)
downloadgentoo-fd0a8409e791818425a84d98c86896170e89e22d.tar.gz
gentoo-fd0a8409e791818425a84d98c86896170e89e22d.tar.bz2
gentoo-fd0a8409e791818425a84d98c86896170e89e22d.zip
net-analyzer/fping: drop 4.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/fping')
-rw-r--r--net-analyzer/fping/Manifest1
-rw-r--r--net-analyzer/fping/fping-4.4.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-analyzer/fping/Manifest b/net-analyzer/fping/Manifest
index cd1bf94273aa..96b39264dfd7 100644
--- a/net-analyzer/fping/Manifest
+++ b/net-analyzer/fping/Manifest
@@ -1,2 +1 @@
-DIST fping-4.4.tar.gz 182921 BLAKE2B ddf84d5576170f0279e1d801fbb4afe491c698e5fba3ef4ac6fe25b2dc9b72605c23b6d33559d04170a885ed9ab423cbc1b853110dba93d5d250b6008b0c2a3e SHA512 8c9ff78edee10ce8e02a0d6189d4a2d91cc60954740c15730f8f1a17d037ee9f565828fa0dcd47a06f2746328063125704d467939d6280b44d5ac98a65e5acd0
DIST fping-5.0.tar.gz 185281 BLAKE2B 6dbb6708ecb55c1f1281bcd9e298475a1ad3a21aa81d8488b61cb39ad07d1d7285247a3c39883cbaae0b1a0e4403b6340ea7ec43411b81546f0e8eeefb02ef88 SHA512 c843f7bb7c4e3289c4dd9eb8ae2ab93a363316c0000aac9187f79580a3d2505df179f2e0ae9e0a791c74bfc9e17c476874f8e122dfa6ad74930498c4e02d0de3
diff --git a/net-analyzer/fping/fping-4.4.ebuild b/net-analyzer/fping/fping-4.4.ebuild
deleted file mode 100644
index 7ea26ec93e2e..000000000000
--- a/net-analyzer/fping/fping-4.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit fcaps
-
-DESCRIPTION="A utility to ping multiple hosts at once"
-HOMEPAGE="https://fping.org/ https://github.com/schweikert/fping/"
-SRC_URI="https://fping.org/dist/${P}.tar.gz"
-
-LICENSE="fping"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ipv6 suid"
-
-FILECAPS=( cap_net_raw+ep usr/sbin/fping )
-PATCHES=(
- "${FILESDIR}"/${PN}-4.2-fping6-6.patch
-)
-
-src_configure() {
- econf $(use_enable ipv6)
-}
-
-src_install() {
- default
-
- if use suid; then
- fperms u+s /usr/sbin/fping
- fi
-
- if use ipv6; then
- dosym fping /usr/sbin/fping6
- fi
-}