summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-06-04 15:56:18 +0000
committerAlin Năstac <mrness@gentoo.org>2005-06-04 15:56:18 +0000
commit4a858d22c1e2175f299ee78bfc94ef03d986bb93 (patch)
tree39babb15b506b969d05372c06d79112663e37e40 /net-proxy/webscarab
parentNew ebuild compiling the python modules. (diff)
downloadhistorical-4a858d22c1e2175f299ee78bfc94ef03d986bb93.tar.gz
historical-4a858d22c1e2175f299ee78bfc94ef03d986bb93.tar.bz2
historical-4a858d22c1e2175f299ee78bfc94ef03d986bb93.zip
version bump; x86
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-proxy/webscarab')
-rw-r--r--net-proxy/webscarab/files/digest-webscarab-200505191
-rw-r--r--net-proxy/webscarab/webscarab-20050411.ebuild4
-rw-r--r--net-proxy/webscarab/webscarab-20050519.ebuild24
3 files changed, 27 insertions, 2 deletions
diff --git a/net-proxy/webscarab/files/digest-webscarab-20050519 b/net-proxy/webscarab/files/digest-webscarab-20050519
new file mode 100644
index 000000000000..1e6d19bd8ee6
--- /dev/null
+++ b/net-proxy/webscarab/files/digest-webscarab-20050519
@@ -0,0 +1 @@
+MD5 9369ed619587be11ec848b19595792e7 webscarab-selfcontained-20050519-1824.jar 1122729
diff --git a/net-proxy/webscarab/webscarab-20050411.ebuild b/net-proxy/webscarab/webscarab-20050411.ebuild
index 7558291d7a38..f479d936372f 100644
--- a/net-proxy/webscarab/webscarab-20050411.ebuild
+++ b/net-proxy/webscarab/webscarab-20050411.ebuild
@@ -1,6 +1,6 @@
# 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-20050411.ebuild,v 1.1 2005/04/22 19:15:12 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20050411.ebuild,v 1.2 2005/06/04 15:53:15 mrness Exp $
DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols"
HOMEPAGE="http://www.owasp.org/software/webscarab.html"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1640.jar"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
diff --git a/net-proxy/webscarab/webscarab-20050519.ebuild b/net-proxy/webscarab/webscarab-20050519.ebuild
new file mode 100644
index 000000000000..96ec7ff1002d
--- /dev/null
+++ b/net-proxy/webscarab/webscarab-20050519.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-20050519.ebuild,v 1.1 2005/06/04 15:53:15 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}-1824.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
+}