mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 20:30:58 +02:00
pentoo-analyzer: removing bmon, seems to be the only thing on my system which requires libnl:1 and that's just unacceptable
This commit is contained in:
parent
c21ce03d1e
commit
a26f7bfa69
2 changed files with 49 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-analyzer-2012.0-r1.ebuild 1083 SHA256 87f84c3251f1459d4c7657af0d11738b3f7114833a0a78a11b29ec2092e25f47 SHA512 00a55c3b39ebe9a2c00cbf041c1373d75b84a78bcf66904ae4f7b0a98e664d696b9d650145e9328d2c1922dc94f233d153cb4b2b09d801253014b08f25289787 WHIRLPOOL e8a693f30bf573476604e40d28fd600422028c18dc01e26c2c804de1f4493bab209f37383b526351eb7872bd07d56111921532f8bbcb902f2096fbbda3a3991e
|
||||
EBUILD pentoo-analyzer-2013.0.ebuild 1064 SHA256 df274364d120e3277f181865e1d0f3bbc75b882d76d592022d99848dc27fd8c4 SHA512 fb23c21ea0ec28c470cd6bc355389377b77cfd6347215e82118e386956168e8bd450b7b97e201a113589a3392d7abdc5e12236b0c99978528d33085fa830f378 WHIRLPOOL bb5d4de4ab3b4a5e928cfaedac77932788036029a6dd7ba1078a30a3820157b85145160bc4dffe00d7b9e74a63048ec3d79843046bae78ba9612b36b6b5ea3ef
|
||||
|
|
|
|||
48
pentoo/pentoo-analyzer/pentoo-analyzer-2013.0.ebuild
Normal file
48
pentoo/pentoo-analyzer/pentoo-analyzer-2013.0.ebuild
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# 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="ipv6 gnome"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
# FIXME: netcat must be installed on amd64 too
|
||||
RDEPEND="${DEPEND}
|
||||
x86? ( net-analyzer/angst
|
||||
net-analyzer/ftester )
|
||||
ipv6? ( net-analyzer/thc-ipv6 )
|
||||
net-analyzer/netcat6
|
||||
net-analyzer/aimsniff
|
||||
net-analyzer/arpwatch
|
||||
net-analyzer/chaosreader
|
||||
net-analyzer/dnsa
|
||||
net-analyzer/dnsenum
|
||||
net-analyzer/dnstracer
|
||||
net-analyzer/etherape
|
||||
net-analyzer/gnome-nettool
|
||||
net-analyzer/mbrowse
|
||||
net-analyzer/ntop
|
||||
net-analyzer/scapy
|
||||
net-analyzer/sniffit
|
||||
net-analyzer/snmpenum
|
||||
net-analyzer/ssltest
|
||||
net-analyzer/tcptraceroute
|
||||
net-analyzer/thcrut
|
||||
net-misc/socat
|
||||
net-analyzer/netdiscover
|
||||
net-analyzer/ngrep
|
||||
net-analyzer/snort
|
||||
net-analyzer/tcpdump
|
||||
net-analyzer/tcpreplay
|
||||
net-analyzer/traceroute
|
||||
net-analyzer/wireshark
|
||||
net-analyzer/xplico"
|
||||
|
||||
# net-nds/lat depends on mono
|
||||
# net-analyzer/driftnet
|
||||
Loading…
Reference in a new issue