mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
28 lines
530 B
Bash
28 lines
530 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=2
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo forging meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
net-analyzer/fragroute
|
|
net-analyzer/gspoof
|
|
net-analyzer/hping
|
|
net-analyzer/hyenae
|
|
net-analyzer/isic
|
|
net-analyzer/macchanger
|
|
net-analyzer/netwag
|
|
net-analyzer/packit
|
|
net-analyzer/rain
|
|
net-misc/ipsorcery
|
|
net-misc/nemesis"
|
|
# net-analyzer/maketh
|
|
|