ChangeLog

# ChangeLog for net-analyzer/arpoison
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.7 2007/04/24 19:54:40 welp Exp $

24 Apr 2007; Peter Weller arpoison-0.6.ebuild:
Keyworded ~amd64 wrt bug 175703

29 Oct 2006; Peter Volkov arpoison-0.6.ebuild:
Fix RDEPEND bug #153242. Thank Evil Compile Person for report.

17 Jan 2006; arpoison-0.6.ebuild:
Added ppc keyword. bug 118407

11 Jan 2006; Mark Loeser arpoison-0.6.ebuild:
Stable on x86; bug #118407

19 Jul 2005; David Holm arpoison-0.6.ebuild:
Added to ~ppc.

03 Feb 2005; Aaron Walker arpoison-0.6.ebuild:
Update src_unpack now that upstream fixed their tarball.

*arpoison-0.6 (31 Jan 2005)

31 Jan 2005; Aaron Walker +metadata.xml,
+arpoison-0.6.ebuild:
Initial commit for bug 62844.

Manifest

DIST arpoison-0.6.tar.gz 8646 RMD160 295ee00c10c27528b8242f6838c25c9011065b33 SHA1 d73e1f849efa633a30eb417e1eff00a7603d0964 SHA256 2922a7f98901a2eb3b26822e576ef22a64d3585fb69c4c3c4c32c2ca3993e537
EBUILD arpoison-0.6.ebuild 764 RMD160 ae7682bc6aed482252d8767677b6bf0e5c3434ca SHA1 9637bc5730e1130e405a688f15b278fea7ce779f SHA256 693b2426cbf15d46dd209ced80ae25ac04791fa0c5b60a3ed7405855fe5e8a49
MISC ChangeLog 999 RMD160 d0c7dc42d7448ce86a3736aefd7ca3f9eaddfb36 SHA1 a8eeb4cbaca880ce3f7df75adb7d873ab8ab46eb SHA256 793d9380299076c61884482d4dbcfa6ff135e3597896304689b36000244203b4
MISC metadata.xml 160 RMD160 2738573ec519cbef4b293bc132f7dd9d02291137 SHA1 29b8b234e0f3a475b50bd4df1ef8b4e5749823ce SHA256 39e232fc7ec88ca0b077cb3950cb39d15cd990842b88d5bfe14f02f34d72f37b

arpoison-0.6.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.7 2007/04/24 19:54:40 welp Exp $

inherit toolchain-funcs

DESCRIPTION="A utility to poision ARP caches"
HOMEPAGE="http://arpoison.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""

RDEPEND=">=net-libs/libnet-1.1.0"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"

S="${WORKDIR}/${PN}"

src_unpack() {
unpack ${A}
cd ${S}
sed -i \
-e "s|\(-Wall\)|\1 ${CFLAGS}|" \
-e "s|gcc|$(tc-getCC)|" Makefile || die "sed Makefile failed"
}

src_install() {
dosbin arpoison
doman arpoison.8
dodoc README TODO
}

metadata.xml




netmon