remove skipfish, it iss in Portage now

This commit is contained in:
jensp 2010-03-24 11:26:15 +00:00
parent 2c79ec9f91
commit f7d31bee36
2 changed files with 0 additions and 42 deletions

View file

@ -1,2 +0,0 @@
DIST skipfish-1.13b.tgz 170939 RMD160 d5f768f2e0b50180aa513c0ebd50c7c45fb1ffa3 SHA1 07ee17a71125b94691a92feca0eb108837512f0a SHA256 d6af4822091f2a10ac7a581415d63cbd45565f7c3f880c91708c867d2ccf2552
EBUILD skipfish-1.13b.ebuild 1018 RMD160 cea1340d6b748fd1034cc1d8f6ae07c3e161d207 SHA1 05b98f0f4d38ea25c9c47c48be9fcfaa44f758b9 SHA256 71ac25dc99da38501022ed502f586c547255fe572e921c5a80225bb8d8838a1d

View file

@ -1,40 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
DESCRIPTION="A fully automated, active web application security reconnaissance tool"
HOMEPAGE="http://code.google.com/p/skipfish/"
SRC_URI="http://skipfish.googlecode.com/files/${P}.tgz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-dns/libidn
dev-libs/openssl"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/$PN
src_prepare() {
sed -i "s|-O3|$CFLAGS|g" Makefile || die 'sed failed'
sed -i 's|"assets"|"/usr/share/skipfish/assets"|g' config.h || die 'sed failed'
rm assets/COPYING
}
src_install() {
dobin skipfish || die 'install failed'
insinto /usr/share/skipfish
doins -r assets
doins -r dictionaries
dodoc README dictionaries/README-FIRST
}
pkg_postinst() {
elog "To run skipfish you should copy a dictionary from"
elog "/usr/share/skipfish/dictionaries to your CWD. For further information"
elog "check the documentation in /usr/share/doc/${P}."
}