From: Patrice Clement Date: Thu, 10 Dec 2015 09:44:14 +0000 (+0000) Subject: net-proxy/webscarab: Removal. Fixes bug 185919. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6ee5bd63f40831835f526d2e111c06b580df4f7d;p=gentoo.git net-proxy/webscarab: Removal. Fixes bug 185919. Signed-off-by: Patrice Clement --- diff --git a/net-proxy/webscarab/Manifest b/net-proxy/webscarab/Manifest deleted file mode 100644 index deb8e5c0d73e..000000000000 --- a/net-proxy/webscarab/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST webscarab-selfcontained-20070504-1631.jar 3024410 SHA256 dd76a05452e5b8d2b78500715851610ae5f320724cc41f79e28f1808e19df509 SHA512 a59ce575281aebc0a8b7f5f9e5ac0f86dc37a359f29845432e9d9568a9da7e1638aad2a6da2a8d9d1a21feab7356829902cee8d363729fb0ffba674ee5272411 WHIRLPOOL 84d72d7e198149b4ba2a67f5c58d3d5bd3cef76ebc81114c70bf147a84f96d4e85766dc030c108c7e07a4b091f39b1b8591fe3472bf9627f8202a3e1df0babab diff --git a/net-proxy/webscarab/files/webscarab.sh b/net-proxy/webscarab/files/webscarab.sh deleted file mode 100644 index f056097623f9..000000000000 --- a/net-proxy/webscarab/files/webscarab.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec java -jar /usr/lib/webscarab.jar diff --git a/net-proxy/webscarab/metadata.xml b/net-proxy/webscarab/metadata.xml deleted file mode 100644 index 062081473866..000000000000 --- a/net-proxy/webscarab/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - maintainer-needed@gentoo.org - - WebScarab is designed to be a tool for anyone who needs to expose the workings -of an HTTP(S) based application, whether to allow the developer to debug otherwise difficult problems -or to allow a security specialist to identify vulnerabilities in the way that the application has been -designed or implemented. - - owasp - - diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild b/net-proxy/webscarab/webscarab-20070504.ebuild deleted file mode 100644 index 9b94106f456b..000000000000 --- a/net-proxy/webscarab/webscarab-20070504.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit multilib - -DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols" -HOMEPAGE="https://www.owasp.org/index.php/Webscarab" -SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1631.jar" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.5" - -src_unpack() { - : # Nothing to unpack -} - -src_install() { - newbin "${FILESDIR}/${PN}.sh" "${PN}" || die "dobin failed" - insinto /usr/$(get_libdir) - newins "${DISTDIR}/${A}" "${PN}.jar" || die "failed to install jar archive" -}