summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-07-30 09:48:26 +0000
committerAlin Năstac <mrness@gentoo.org>2005-07-30 09:48:26 +0000
commit50bcaf1ebfd217ac997a713193d8da77b5d3c378 (patch)
treefd9fd4ab3252c35ee3a7d06b81f23a1c53876ec8 /net-proxy/webscarab/webscarab-20050620.ebuild
parentStable on hppa (diff)
downloadgentoo-2-50bcaf1ebfd217ac997a713193d8da77b5d3c378.tar.gz
gentoo-2-50bcaf1ebfd217ac997a713193d8da77b5d3c378.tar.bz2
gentoo-2-50bcaf1ebfd217ac997a713193d8da77b5d3c378.zip
x86; version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-proxy/webscarab/webscarab-20050620.ebuild')
-rw-r--r--net-proxy/webscarab/webscarab-20050620.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-proxy/webscarab/webscarab-20050620.ebuild b/net-proxy/webscarab/webscarab-20050620.ebuild
new file mode 100644
index 000000000000..69b21bf25902
--- /dev/null
+++ b/net-proxy/webscarab/webscarab-20050620.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20050620.ebuild,v 1.1 2005/07/30 09:48:26 mrness Exp $
+
+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}-1046.jar"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.4"
+
+src_unpack() {
+ einfo "Nothing to unpack"
+}
+
+src_install() {
+ newbin ${FILESDIR}/${PN}.sh ${PN}
+ insinto /usr/lib
+ newins ${DISTDIR}/${A} ${PN}.jar
+}