diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-27 20:47:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-27 20:47:06 +0000 |
commit | 7f4c4f9818990f1a7e72cd6b54a9420874edab24 (patch) | |
tree | 61435fb2b46aa2bf6e08d72974d77ae2dd0234c4 /net-misc | |
parent | Remove make_desktop_entry as its not needed, bug #241676, and fix upnp depend... (diff) | |
download | gentoo-2-7f4c4f9818990f1a7e72cd6b54a9420874edab24.tar.gz gentoo-2-7f4c4f9818990f1a7e72cd6b54a9420874edab24.tar.bz2 gentoo-2-7f4c4f9818990f1a7e72cd6b54a9420874edab24.zip |
Add a blocker on iproute2 #248092 by Diego E. Pettenò.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/arpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog index d74464976016..7f9121dadcdc 100644 --- a/net-misc/arpd/ChangeLog +++ b/net-misc/arpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/arpd -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.12 2007/02/22 02:02:02 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.13 2008/11/27 20:47:06 vapier Exp $ + + 27 Nov 2008; Mike Frysinger <vapier@gentoo.org> arpd-0.2.ebuild: + Add a blocker on iproute2 #248092 by Diego E. Pettenò. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 1875512586fa..dd9b369c58f7 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.14 2006/02/20 20:43:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.15 2008/11/27 20:47:06 vapier Exp $ inherit eutils -DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" +DESCRIPTION="ARP server which claims all unassigned addresses (for network monitoring or simulation)" HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" @@ -15,15 +15,16 @@ IUSE="" DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 - net-libs/libpcap" + net-libs/libpcap + !sys-apps/iproute2" S=${WORKDIR}/${PN} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" - epatch ${FILESDIR}/arpd.c.patch || die "epatch failed" + epatch "${FILESDIR}"/arpd.c.patch sed -i \ -e 's|$withval/lib/libevent.a; then||' \ |