webscarab: remove in favor of zap (upstream replacement)

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-02-03 15:30:42 -05:00
parent 0a5bc94154
commit 971ebb851d
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
4 changed files with 0 additions and 40 deletions

View file

@ -1 +0,0 @@
DIST webscarab-one-20110329-1330.jar 4830199 SHA256 808f57b0fc6e64659f9732b0e3ef28ddc68f0ea31c2df761fec52915eabdc499

View file

@ -1,3 +0,0 @@
#!/bin/sh
#export AWT_TOOLKIT=MToolkit
exec java -Xms128M -Xmx256M -jar /usr/lib/webscarab.jar Lite >/dev/null 2>&1 &

View file

@ -1,3 +0,0 @@
#!/bin/sh
#export AWT_TOOLKIT=MToolkit
exec java -Xms256M -Xmx512M -jar /usr/lib/webscarab.jar >/dev/null 2>&1 &

View file

@ -1,33 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.1 2007/06/17 16:14:46 mrness Exp $
EAPI=3
DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols"
HOMEPAGE="http://www.owasp.org/software/webscarab.html"
#SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1631.jar"
SRC_URI="http://dawes.za.net/rogan/webscarab/${PN}-one-${PV}-1330.jar"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="|| ( virtual/jre virtual/jdk )"
src_unpack() {
: # Nothing to unpack
}
src_install() {
newbin "${FILESDIR}/${PN}.sh" "${PN}"
newbin "${FILESDIR}/${PN}-lite.sh" "${PN}-lite"
insinto /usr/lib
newins "${DISTDIR}/${A}" "${PN}.jar"
}
pkg_postinst() {
elog "You can enable the advanced interface in Tools->Full-featured-interface"
elog "Run webscarab-lite for the lite version after that"
}