diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-04 09:42:06 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-04 09:42:06 +0200 |
commit | 3771aaa9c45e3ca184b0615659c17a28f4685df3 (patch) | |
tree | 3a0fa90b162b010aad53e45847c3c7ef6be5011b /net-analyzer/arping | |
parent | net-analyzer/arping: Version bump. (diff) | |
download | gentoo-3771aaa9c45e3ca184b0615659c17a28f4685df3.tar.gz gentoo-3771aaa9c45e3ca184b0615659c17a28f4685df3.tar.bz2 gentoo-3771aaa9c45e3ca184b0615659c17a28f4685df3.zip |
net-analyzer/arping: Old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r-- | net-analyzer/arping/arping-2.15-r2.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/arping/arping-2.15-r3.ebuild | 31 | ||||
-rw-r--r-- | net-analyzer/arping/files/arping-2.15-setgroups.patch | 23 |
3 files changed, 0 insertions, 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 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 <pcap.h> - -+#if HAVE_GRP_H -+#include <grp.h> -+#endif -+ - #include "arping.h" - - #ifndef ETH_ALEN |