mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
sqlat: removed, much too old, does not build with current freetds
This commit is contained in:
parent
c660c3f244
commit
cb6233f58e
3 changed files with 0 additions and 31 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST sqlat-src-1.1.0.tar.gz 50292 RMD160 c1d32d8fd50f3490d1f1313e2c99f6d1c98f3e6a SHA1 9b61eeb26e581984c5c1a2805bee3fb77e0a5385 SHA256 33ef7508838012b697f29ea87790514fe74b23e77d4da94f5351850384e86cad
|
||||
EBUILD sqlat-1.1.0.ebuild 719 RMD160 6d7ebe262698b573e42d86b0d373d6f59d958b4f SHA1 593af8e83c22a1d7582b269eb28ec2622f29b9b5 SHA256 935fabc29f4f8491fa6d77f3b8c9bb4fb340631ec8815a2172d41fc1e29a238a
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 244ddbb483724666dbad252dd8916360 sqlat-src-1.1.0.tar.gz 50292
|
||||
RMD160 c1d32d8fd50f3490d1f1313e2c99f6d1c98f3e6a sqlat-src-1.1.0.tar.gz 50292
|
||||
SHA256 33ef7508838012b697f29ea87790514fe74b23e77d4da94f5351850384e86cad sqlat-src-1.1.0.tar.gz 50292
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/sqlat/sqlat-1.1.0.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils
|
||||
DESCRIPTION="SQLAT is a suite of tools which could be usefull for pentesting a MS SQL Server"
|
||||
HOMEPAGE="http://www.cqure.net/wp/sql-auditing-tools/"
|
||||
SRC_URI="http://www.cqure.net/tools/${PN}-src-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=dev-db/freetds-0.62*[mssql]"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|-O6|$CFLAGS|g" Makefile.in || die "sed failed"
|
||||
}
|
||||
src_install () {
|
||||
mkdir -p "${D}"usr/bin
|
||||
make DESTDIR="${D}"usr install || die
|
||||
dodoc README
|
||||
}
|
||||
Loading…
Reference in a new issue