diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-10 09:44:14 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-10 09:44:26 +0000 |
commit | 6ee5bd63f40831835f526d2e111c06b580df4f7d (patch) | |
tree | b813fedce172b4ebc58ae6538eed8638bd14b5d5 /net-proxy | |
parent | dev-python/gst-python: Adopt to changes in general python handling (diff) | |
download | gentoo-6ee5bd63f40831835f526d2e111c06b580df4f7d.tar.gz gentoo-6ee5bd63f40831835f526d2e111c06b580df4f7d.tar.bz2 gentoo-6ee5bd63f40831835f526d2e111c06b580df4f7d.zip |
net-proxy/webscarab: Removal. Fixes bug 185919.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/webscarab/Manifest | 1 | ||||
-rw-r--r-- | net-proxy/webscarab/files/webscarab.sh | 3 | ||||
-rw-r--r-- | net-proxy/webscarab/metadata.xml | 14 | ||||
-rw-r--r-- | net-proxy/webscarab/webscarab-20070504.ebuild | 26 |
4 files changed, 0 insertions, 44 deletions
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 @@ -<?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 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" -} |