diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 16:34:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:21:44 +0000 |
commit | fd0a8409e791818425a84d98c86896170e89e22d (patch) | |
tree | 6355cea347cf35e5cf5c64b4809acc112dc6be95 /net-analyzer/fping/fping-4.4.ebuild | |
parent | net-analyzer/cacti-spine: drop 1.2.13, 1.2.14 (diff) | |
download | gentoo-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/fping-4.4.ebuild')
-rw-r--r-- | net-analyzer/fping/fping-4.4.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
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 -} |