summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-11-02 16:03:29 +0000
committerAlin Năstac <mrness@gentoo.org>2007-11-02 16:03:29 +0000
commita3fed2c999d8a1306eb18e4f0b579878c12acf35 (patch)
tree278d28fc88dc685f3de69ba4fe0c030bfa8bccf8 /net-proxy/webscarab/webscarab-20070504.ebuild
parentsparc stable wrt #192601, thanks to Alex Maclean for testing (diff)
downloadgentoo-2-a3fed2c999d8a1306eb18e4f0b579878c12acf35.tar.gz
gentoo-2-a3fed2c999d8a1306eb18e4f0b579878c12acf35.tar.bz2
gentoo-2-a3fed2c999d8a1306eb18e4f0b579878c12acf35.zip
Remove obsolete version.
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-proxy/webscarab/webscarab-20070504.ebuild')
-rw-r--r--net-proxy/webscarab/webscarab-20070504.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild b/net-proxy/webscarab/webscarab-20070504.ebuild
index 40adea0370e4..cc575ef0d1d2 100644
--- a/net-proxy/webscarab/webscarab-20070504.ebuild
+++ b/net-proxy/webscarab/webscarab-20070504.ebuild
@@ -1,6 +1,6 @@
# 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.3 2007/09/15 11:21:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.4 2007/11/02 16:03:29 mrness Exp $
DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols"
HOMEPAGE="http://www.owasp.org/software/webscarab.html"
@@ -14,11 +14,11 @@ IUSE=""
RDEPEND=">=virtual/jre-1.5"
src_unpack() {
- einfo "Nothing to unpack"
+ : # Nothing to unpack
}
src_install() {
- newbin "${FILESDIR}/${PN}.sh" "${PN}"
+ newbin "${FILESDIR}/${PN}.sh" "${PN}" || die "dobin failed"
insinto /usr/lib
- newins "${DISTDIR}/${A}" "${PN}.jar"
+ newins "${DISTDIR}/${A}" "${PN}.jar" || die "failed to install jar archive"
}