mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-20 07:05:38 +01:00
24 lines
456 B
Bash
24 lines
456 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Pentoo database attack meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
SLOT="0"
|
|
LICENSE="GPL-3"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}
|
|
dev-db/minimysqlator
|
|
dev-db/mssqlscan
|
|
dev-db/oat
|
|
dev-db/sqid
|
|
dev-db/sqlbf
|
|
dev-db/sqlibf
|
|
dev-db/sqlmap
|
|
net-analyzer/sqlninja
|
|
dev-db/sqlitebrowser"
|