mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
38 lines
819 B
Bash
38 lines
819 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo analyzers meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
x86? ( net-analyzer/angst
|
|
net-analyzer/ftester )
|
|
net-analyzer/aimsniff
|
|
net-analyzer/arpwatch
|
|
net-analyzer/bmon
|
|
net-analyzer/chaosreader
|
|
net-analyzer/dnsa
|
|
net-analyzer/dnsenum
|
|
net-analyzer/etherape
|
|
net-analyzer/gnome-nettool
|
|
net-analyzer/mbrowse
|
|
net-analyzer/ntop
|
|
dev-python/mako
|
|
net-analyzer/sniffit
|
|
net-analyzer/snmpenum
|
|
net-analyzer/ssltest
|
|
net-analyzer/tcptraceroute
|
|
net-analyzer/thcrut
|
|
net-misc/socat"
|
|
|
|
# net-nds/lat depends on mono
|
|
# net-analyzer/driftnet
|
|
# net-analyzer/xplico removed until jensp fixes b0rk4g3
|