jer 15/04/25 12:10:38 Modified: ChangeLog Added: arping-2.15-r2.ebuild Removed: arping-2.15-r1.ebuild Log: Fix includes for setgroups. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.103 net-analyzer/arping/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 25 Apr 2015 01:55:22 -0000 1.102 +++ ChangeLog 25 Apr 2015 12:10:38 -0000 1.103 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/arping # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.102 2015/04/25 01:55:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.103 2015/04/25 12:10:38 jer Exp $ + +*arping-2.15-r2 (25 Apr 2015) + + 25 Apr 2015; Jeroen Roovers <[email protected]> -arping-2.15-r1.ebuild, + +arping-2.15-r2.ebuild, +files/arping-2.15-setgroups.patch: + Fix includes for setgroups. *arping-2.15-r1 (25 Apr 2015) 1.1 net-analyzer/arping/arping-2.15-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.15-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.15-r2.ebuild?rev=1.1&content-type=text/plain Index: arping-2.15-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.15-r2.ebuild,v 1.1 2015/04/25 12:10:38 jer Exp $ 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 }
