mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
26 lines
528 B
Bash
26 lines
528 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo exploit meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
app-exploits/exploitdb
|
|
app-exploits/packetstormexploits
|
|
app-forensics/make-pdf
|
|
net-analyzer/fasttrack
|
|
net-analyzer/inguma
|
|
net-analyzer/metasploit
|
|
net-analyzer/mosref
|
|
net-analyzer/w3af
|
|
net-analyzer/yersinia
|
|
net-fs/winexe
|
|
net-misc/raccess"
|