sqlat: removed, much too old, does not build with current freetds

This commit is contained in:
jensp 2010-09-17 11:18:42 +00:00
parent c660c3f244
commit cb6233f58e
3 changed files with 0 additions and 31 deletions

View file

@ -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

View file

@ -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

View file

@ -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
}