From 3771aaa9c45e3ca184b0615659c17a28f4685df3 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 4 Jul 2016 09:42:06 +0200 Subject: 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(-) delete mode 100644 net-analyzer/arping/arping-2.15-r2.ebuild delete mode 100644 net-analyzer/arping/arping-2.15-r3.ebuild delete mode 100644 net-analyzer/arping/files/arping-2.15-setgroups.patch (limited to 'net-analyzer/arping') 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 93b1d790862a..000000000000 --- 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 8ede2e3685d3..000000000000 --- 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 59b675814814..000000000000 --- 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 -- cgit v1.2.3-65-gdbad