net-proxy/webscarab: Removal. Fixes bug 185919.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Dec 2015 09:44:14 +0000 (09:44 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Dec 2015 09:44:26 +0000 (09:44 +0000)
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-proxy/webscarab/Manifest [deleted file]
net-proxy/webscarab/files/webscarab.sh [deleted file]
net-proxy/webscarab/metadata.xml [deleted file]
net-proxy/webscarab/webscarab-20070504.ebuild [deleted file]

diff --git a/net-proxy/webscarab/Manifest b/net-proxy/webscarab/Manifest
deleted file mode 100644 (file)
index deb8e5c..0000000
+++ /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 (file)
index f056097..0000000
+++ /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 (file)
index 0620814..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer>
-               <email>maintainer-needed@gentoo.org</email>
-       </maintainer>
-       <longdescription>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.</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">owasp</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild b/net-proxy/webscarab/webscarab-20070504.ebuild
deleted file mode 100644 (file)
index 9b94106..0000000
+++ /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"
-}