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 D13181382E6 for ; Mon, 4 Jul 2016 07:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB4714002; 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 0522CE0AF5 for ; Mon, 4 Jul 2016 07:44:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8D57D340D8D 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 140382442 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: <1467618126.3771aaa9c45e3ca184b0615659c17a28f4685df3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/, net-analyzer/arping/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/arping-2.15-r2.ebuild net-analyzer/arping/arping-2.15-r3.ebuild net-analyzer/arping/files/arping-2.15-setgroups.patch X-VCS-Directories: net-analyzer/arping/ net-analyzer/arping/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3771aaa9c45e3ca184b0615659c17a28f4685df3 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: 1234fc3c-6cf2-46c9-addb-50beb922c43d X-Archives-Hash: 5d2e305259b21d1a5e46777c606bde8c commit: 3771aaa9c45e3ca184b0615659c17a28f4685df3 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jul 4 07:42:06 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jul 4 07:42:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3771aaa9 net-analyzer/arping: Old. Package-Manager: portage-2.3.0 net-analyzer/arping/arping-2.15-r2.ebuild | 27 ------------------- net-analyzer/arping/arping-2.15-r3.ebuild | 31 ---------------------- .../arping/files/arping-2.15-setgroups.patch | 23 ---------------- 3 files changed, 81 deletions(-) diff --git a/net-analyzer/arping/arping-2.15-r2.ebuild b/net-analyzer/arping/arping-2.15-r2.ebuild deleted file mode 100644 index 93b1d79..0000000 --- a/net-analyzer/arping/arping-2.15-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils - -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(+)]" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.15-setgroups.patch - - eautoreconf -} diff --git a/net-analyzer/arping/arping-2.15-r3.ebuild b/net-analyzer/arping/arping-2.15-r3.ebuild deleted file mode 100644 index 8ede2e3..0000000 --- a/net-analyzer/arping/arping-2.15-r3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils 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 ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.15-setgroups.patch - - eautoreconf -} diff --git a/net-analyzer/arping/files/arping-2.15-setgroups.patch b/net-analyzer/arping/files/arping-2.15-setgroups.patch deleted file mode 100644 index 59b6758..0000000 --- a/net-analyzer/arping/files/arping-2.15-setgroups.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -35,6 +35,7 @@ - stdlib.h \ - sys/socket.h \ - time.h \ -+grp.h \ - sys/time.h \ - sys/types.h \ - sys/capability.h \ ---- a/src/arping.c -+++ b/src/arping.c -@@ -98,6 +98,10 @@ - #endif - #include - -+#if HAVE_GRP_H -+#include -+#endif -+ - #include "arping.h" - - #ifndef ETH_ALEN