commit:     6ee5bd63f40831835f526d2e111c06b580df4f7d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 09:44:14 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 09:44:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee5bd63

net-proxy/webscarab: Removal. Fixes bug 185919.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-proxy/webscarab/Manifest                  |  1 -
 net-proxy/webscarab/files/webscarab.sh        |  3 ---
 net-proxy/webscarab/metadata.xml              | 14 --------------
 net-proxy/webscarab/webscarab-20070504.ebuild | 26 --------------------------
 4 files changed, 44 deletions(-)

diff --git a/net-proxy/webscarab/Manifest b/net-proxy/webscarab/Manifest
deleted file mode 100644
index deb8e5c..0000000
--- 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 f056097..0000000
--- 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 0620814..0000000
--- a/net-proxy/webscarab/metadata.xml
+++ /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>[email protected]</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
index 9b94106..0000000
--- 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"
-}

Reply via email to