mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
* Removed sqlinject since no more avail
This commit is contained in:
parent
2ee914339e
commit
8292c21888
4 changed files with 0 additions and 33 deletions
|
|
@ -1,3 +0,0 @@
|
|||
MD5 6af4a02aaa4934272e4f55b4a844154b files/digest-sqlinject-1.1 64
|
||||
MD5 53edaa684f175fdedcbd8e4960f8aad2 files/sqlinject 50
|
||||
MD5 8083dc0f12ef568c7ea1e5ddd152200a sqlinject-1.1.ebuild 669
|
||||
|
|
@ -1 +0,0 @@
|
|||
MD5 73b7b6813dbee01f0685437f7cb38c55 sqlinject-1.1.tar.gz 19977
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /opt/sqlinject/
|
||||
./sqlinject.py "$@"
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/sqlinject/sqlinject-1.1.ebuild,v 1.1.1.1 2006/03/21 14:30:26 grimmlin Exp $
|
||||
|
||||
DESCRIPTION="Python based fuzzer for multi protocols, and faultinject"
|
||||
HOMEPAGE="http://www.whitehat.co.il/shadown/freetools.html"
|
||||
SRC_URI="http://www.whitehat.co.il/shadown/freetools/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/pyopenssl"
|
||||
|
||||
src_compile () {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodoc README TODO.txt AUTHORS
|
||||
insinto /opt/"${PN}"/
|
||||
insopts -m0755
|
||||
doins *.py
|
||||
dosbin "${FILESDIR}"/"${PN}"
|
||||
}
|
||||
Loading…
Reference in a new issue