commit:     3771aaa9c45e3ca184b0615659c17a28f4685df3
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 07:42:06 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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 <pcap.h>
- 
-+#if HAVE_GRP_H
-+#include <grp.h>
-+#endif
-+
- #include "arping.h"
- 
- #ifndef ETH_ALEN

Reply via email to