From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BDD31382E7 for ; Mon, 4 Jul 2016 07:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60186E0AE6; Mon, 4 Jul 2016 07:44:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A226FE0AEB for ; Mon, 4 Jul 2016 07:44:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21ECD340D80 for ; Mon, 4 Jul 2016 07:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 024A12440 for ; Mon, 4 Jul 2016 07:44:25 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1467617830.33956d88e67955f08b439685e5fe09f16cf3bcef.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/Manifest net-analyzer/arping/arping-2.17.ebuild X-VCS-Directories: net-analyzer/arping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 33956d88e67955f08b439685e5fe09f16cf3bcef X-VCS-Branch: master Date: Mon, 4 Jul 2016 07:44:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4041187-52c8-4ccb-8aba-9dc7026f8ced X-Archives-Hash: c840d33e67a330277c0803e18fae9093 commit: 33956d88e67955f08b439685e5fe09f16cf3bcef Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jul 4 07:37:10 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jul 4 07:37:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33956d88 net-analyzer/arping: Version bump. Package-Manager: portage-2.3.0 net-analyzer/arping/Manifest | 1 + net-analyzer/arping/arping-2.17.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest index 73b9321..727811f 100644 --- a/net-analyzer/arping/Manifest +++ b/net-analyzer/arping/Manifest @@ -1,2 +1,3 @@ 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 +DIST arping-2.17.tar.gz 174346 SHA256 b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 WHIRLPOOL 79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2 diff --git a/net-analyzer/arping/arping-2.17.ebuild b/net-analyzer/arping/arping-2.17.ebuild new file mode 100644 index 0000000..2604333 --- /dev/null +++ b/net-analyzer/arping/arping-2.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 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 )