summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-21 22:10:29 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-21 22:10:29 +0000
commitd62cb2a24efc9f3091db4247f4fe261c6192f238 (patch)
tree1c16de4f61ac8a288a00264920582992264d934d /net-proxy/webscarab
parentinstall libs via helpers (diff)
downloadgentoo-2-d62cb2a24efc9f3091db4247f4fe261c6192f238.tar.gz
gentoo-2-d62cb2a24efc9f3091db4247f4fe261c6192f238.tar.bz2
gentoo-2-d62cb2a24efc9f3091db4247f4fe261c6192f238.zip
respect multilib
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-proxy/webscarab')
-rw-r--r--net-proxy/webscarab/ChangeLog5
-rw-r--r--net-proxy/webscarab/webscarab-20070504.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/net-proxy/webscarab/ChangeLog b/net-proxy/webscarab/ChangeLog
index a46ff2df8519..e9702b6ae375 100644
--- a/net-proxy/webscarab/ChangeLog
+++ b/net-proxy/webscarab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/webscarab
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.17 2015/01/07 14:04:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.18 2015/03/21 22:10:29 jlec Exp $
+
+ 21 Mar 2015; Justin Lecher <jlec@gentoo.org> webscarab-20070504.ebuild:
+ respect multilib
07 Jan 2015; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Reassign as and cleanup discussed at https://www.mail-archive.com/gentoo-
diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild b/net-proxy/webscarab/webscarab-20070504.ebuild
index ec498ee20913..59dad68e9cf8 100644
--- a/net-proxy/webscarab/webscarab-20070504.ebuild
+++ b/net-proxy/webscarab/webscarab-20070504.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 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.5 2012/03/25 07:25:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.6 2015/03/21 22:10:29 jlec Exp $
+
+inherit multilib
DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols"
HOMEPAGE="https://www.owasp.org/index.php/Webscarab"
@@ -19,6 +21,6 @@ src_unpack() {
src_install() {
newbin "${FILESDIR}/${PN}.sh" "${PN}" || die "dobin failed"
- insinto /usr/lib
+ insinto /usr/$(get_libdir)
newins "${DISTDIR}/${A}" "${PN}.jar" || die "failed to install jar archive"
}