summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-12-16 08:44:41 +0100
committerJeroen Roovers <jer@gentoo.org>2015-12-16 08:44:41 +0100
commit01a199ffb61812fca148257607b949af23881324 (patch)
treefa276503656c105cc08719f2eb924768aec32613 /net-analyzer/arping
parentx11-misc/xfe: Use upstream patch (xfe bug #209). (diff)
downloadgentoo-01a199ffb61812fca148257607b949af23881324.tar.gz
gentoo-01a199ffb61812fca148257607b949af23881324.tar.bz2
gentoo-01a199ffb61812fca148257607b949af23881324.zip
net-analyzer/arping: Version bump.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r--net-analyzer/arping/Manifest1
-rw-r--r--net-analyzer/arping/arping-2.16.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index aaf05e8be906..73b932114813 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1 +1,2 @@
DIST arping-2.15.tar.gz 149061 SHA256 9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 SHA512 89fb5ef1d7663d3577094e250751675ed9bc54fe95fa96d85138a2cf31f422c9b829c90902877bd6dd3f1102194ce0b53af9ef483fbb7e33ce2ae81283b5d52b WHIRLPOOL 2dd43c644f57182c8372c2bc14820352db72309eab594b2797e123af20e3f8af7a6016c22e5b014f93102b689bb7e60ace349f2b14d9ff00d5de944c6e2e4d6f
+DIST arping-2.16.tar.gz 174183 SHA256 e0086f79cb30cd64983acd46e1fbadcf11dfd63c15f1180beae1cad63a05c854 SHA512 90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107 WHIRLPOOL a717626e40e763b739bf02ec2a5535786a0b746ff105446c65ab0c608bfac2dfa74196fd9dbe7f52f8918a7b044a61a0961b5cdb976e79c31701997a42b9205e
diff --git a/net-analyzer/arping/arping-2.16.ebuild b/net-analyzer/arping/arping-2.16.ebuild
new file mode 100644
index 000000000000..24e684e3d10b
--- /dev/null
+++ b/net-analyzer/arping/arping-2.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit fcaps
+
+DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
+SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+DEPEND="
+ net-libs/libpcap
+ net-libs/libnet:1.1
+"
+RDEPEND="
+ ${DEPEND}
+ !net-misc/iputils[arping(+)]
+"
+
+FILECAPS=( cap_net_raw /usr/sbin/arping )