From f7d31bee36d5b6c82dbb823a6573e8c147c8c6f8 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 24 Mar 2010 11:26:15 +0000 Subject: [PATCH] remove skipfish, it iss in Portage now --- net-analyzer/skipfish/Manifest | 2 -- net-analyzer/skipfish/skipfish-1.13b.ebuild | 40 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 net-analyzer/skipfish/Manifest delete mode 100644 net-analyzer/skipfish/skipfish-1.13b.ebuild diff --git a/net-analyzer/skipfish/Manifest b/net-analyzer/skipfish/Manifest deleted file mode 100644 index 3d39e4e8d..000000000 --- a/net-analyzer/skipfish/Manifest +++ /dev/null @@ -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 diff --git a/net-analyzer/skipfish/skipfish-1.13b.ebuild b/net-analyzer/skipfish/skipfish-1.13b.ebuild deleted file mode 100644 index ac19573ec..000000000 --- a/net-analyzer/skipfish/skipfish-1.13b.ebuild +++ /dev/null @@ -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}." -}