From 32582f6f6f40abbc49aedafabd1aeb76dc89e91e Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 10 Nov 2015 06:53:31 +0100 Subject: [PATCH] net-analyzer/arping: Add live ebuild. Package-Manager: portage-2.2.24 --- net-analyzer/arping/a.out | 0 net-analyzer/arping/arping-9999.ebuild | 29 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 net-analyzer/arping/a.out create mode 100644 net-analyzer/arping/arping-9999.ebuild diff --git a/net-analyzer/arping/a.out b/net-analyzer/arping/a.out new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild new file mode 100644 index 0000000000000..e128982659ccf --- /dev/null +++ b/net-analyzer/arping/arping-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils fcaps git-r3 + +DESCRIPTION="ARP Ping" +HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" +EGIT_REPO_URI="https://github.com/ThomasHabets/arping" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="" + +DEPEND=" + net-libs/libpcap + net-libs/libnet:1.1 +" +RDEPEND=" + ${DEPEND} + !net-misc/iputils[arping(+)] +" + +FILECAPS=( cap_net_raw /usr/sbin/arping ) + +src_prepare() { + eautoreconf +}