ChangeLog

# ChangeLog for net-analyzer/arp-sk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.8 2006/12/28 12:02:49 dragonheart Exp $

28 Dec 2006; Daniel Black arp-sk-0.0.16.ebuild:
homepage fix thanks to Falco

02 Mar 2006; Markus Ullmann ChangeLog:
Removed INSTALL from dodoc

24 Apr 2005; Marcelo Goes -arp-sk-0.0.15.ebuild:
Removing old ebuild.

25 Feb 2005; Aaron Walker arp-sk-0.0.16.ebuild:
Marked stable on x86.

*arp-sk-0.0.16 (21 Jan 2005)

21 Jan 2005; Aaron Walker arp-sk-0.0.15.ebuild,
+arp-sk-0.0.16.ebuild:
Version bump; closes bug 74894.

16 Aug 2004; Eldad Zack arp-sk-0.0.15.ebuild:
x86 stable

03 Jul 2004; David Holm arp-sk-0.0.15.ebuild:
Added to ~ppc.

*arp-sk-0.0.15 (01 Jul 2004)

01 Jul 2004; Eldad Zack +metadata.xml,
+arp-sk-0.0.15.ebuild:
Initial ebuild. Submitted by int@0x80.de. closes #42454.

Manifest

DIST arp-sk-0.0.16.tgz 211636 RMD160 9cb8aa64f28e25561353d5ddc25b117611bfb764 SHA1 c7c0af367640d852f3ff622c5b03096ce4e940a4 SHA256 6e1c98ff5396dd2d1c95a0d8f08f85e51cf05b1ed85ea7b5bcf73c4ca5d301dd
EBUILD arp-sk-0.0.16.ebuild 724 RMD160 c8c0ffc4492c91f5084cbd6bc123bcb59e930b8d SHA1 a7c9ce9f86dadd1daf74b7b5b3a82803d992868f SHA256 ae0026a8b18dc8de8508e0e65b3f50ac194a039ccce2045d5acead6e670f3938
MISC ChangeLog 1110 RMD160 0e96a532d26c44db0238e5c399c7a9169f25e9b9 SHA1 787b4c21a56804242e25d74d1b7fb4e0aeeabee9 SHA256 46b8e9f93839749fc1ad1af337410d6d2bac730c77700dce1ec6301d2c952ea8
MISC metadata.xml 221 RMD160 5b3b18b78028c708065e979f12d9a3d2817c1f0d SHA1 e08c548dc73acb2cd9e1a3ccf73804b8cddbf8a0 SHA256 be28f07aca745b69dc3b0d0d3b93e545efcaa59905b4a7e03f28a71ec1b7c81e

arp-sk-0.0.16.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16.ebuild,v 1.4 2006/12/28 12:02:49 dragonheart Exp $

DESCRIPTION="A swiss knife tool for ARP"
HOMEPAGE="http://sid.rstack.org/arp-sk/"
SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND=">=net-libs/libnet-1.1"

src_install() {
make DESTDIR="${D}" install || die "make install failed"

# We don't need libcompat as it has a potential to clash with other packages.
rm -fr ${D}/usr/lib

dodoc ARP AUTHORS CONTRIB ChangeLog README TODO
}

src_compile() {
econf || die
emake || die
}

metadata.xml




netmon
A swiss knife tool for ARP