commit: 32582f6f6f40abbc49aedafabd1aeb76dc89e91e Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Nov 10 05:53:31 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Nov 10 05:53:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32582f6f
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(+) diff --git a/net-analyzer/arping/a.out b/net-analyzer/arping/a.out new file mode 100644 index 0000000..e69de29 diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild new file mode 100644 index 0000000..e128982 --- /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 +}
