diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-20 13:34:41 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-20 13:34:41 +0000 |
commit | f2b6b3631685eaf9e84a1420b27765a457f7bb67 (patch) | |
tree | f844019385cd22414a3ec6aed82d2123f6eff575 /net-proxy/webscarab | |
parent | Remove 2.4 from python dependency, no java-config's code should need it now. (diff) | |
download | gentoo-2-f2b6b3631685eaf9e84a1420b27765a457f7bb67.tar.gz gentoo-2-f2b6b3631685eaf9e84a1420b27765a457f7bb67.tar.bz2 gentoo-2-f2b6b3631685eaf9e84a1420b27765a457f7bb67.zip |
version bump
(Portage version: 2.1.1)
Diffstat (limited to 'net-proxy/webscarab')
-rw-r--r-- | net-proxy/webscarab/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/webscarab/files/digest-webscarab-20060718 | 3 | ||||
-rw-r--r-- | net-proxy/webscarab/webscarab-20060718.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-proxy/webscarab/ChangeLog b/net-proxy/webscarab/ChangeLog index b9dce0b05b76..a1373e39d282 100644 --- a/net-proxy/webscarab/ChangeLog +++ b/net-proxy/webscarab/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/webscarab # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.8 2006/06/18 17:35:25 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.9 2006/09/20 13:34:41 mrness Exp $ + +*webscarab-20060718 (20 Sep 2006) + + 20 Sep 2006; Alin Nastac <mrness@gentoo.org> +webscarab-20060718.ebuild: + Version bump. 18 Jun 2006; Alin Nastac <mrness@gentoo.org> -webscarab-20050620.ebuild: Remove old version. diff --git a/net-proxy/webscarab/files/digest-webscarab-20060718 b/net-proxy/webscarab/files/digest-webscarab-20060718 new file mode 100644 index 000000000000..cce7f56634d0 --- /dev/null +++ b/net-proxy/webscarab/files/digest-webscarab-20060718 @@ -0,0 +1,3 @@ +MD5 acce9d59f56434078bd79e073e419262 webscarab-selfcontained-20060718-1904.jar 2826400 +RMD160 d63aabebb61b78db5b1b914bd2bc8ec52c5ca0fd webscarab-selfcontained-20060718-1904.jar 2826400 +SHA256 a76e684acaddda644c52db29080026214770fe8aee00d2d1dfa21d73c489038b webscarab-selfcontained-20060718-1904.jar 2826400 diff --git a/net-proxy/webscarab/webscarab-20060718.ebuild b/net-proxy/webscarab/webscarab-20060718.ebuild new file mode 100644 index 000000000000..5a7844428b38 --- /dev/null +++ b/net-proxy/webscarab/webscarab-20060718.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20060718.ebuild,v 1.1 2006/09/20 13:34:41 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}-1904.jar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~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" +} |