From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34150138825 for ; Sun, 9 Nov 2014 23:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB754E0823; Sun, 9 Nov 2014 23:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 649D3E0823 for ; Sun, 9 Nov 2014 23:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2964633EEAE for ; Sun, 9 Nov 2014 23:30:55 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 807) id BD7219CB7; Sun, 9 Nov 2014 23:30:53 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nikto: nikto-2.1.5.ebuild nikto-1.36.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nikto-2.1.5.ebuild nikto-1.36.ebuild ChangeLog X-VCS-Directories: net-analyzer/nikto X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141109233053.BD7219CB7@oystercatcher.gentoo.org> Date: Sun, 9 Nov 2014 23:30:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1d6caaa-aa9c-498e-9f7c-d6ef00ecda83 X-Archives-Hash: 9351a2da8b2adabc936d6946bd30f292 patrick 14/11/09 23:30:53 Modified: nikto-2.1.5.ebuild nikto-1.36.ebuild ChangeLog Log: Whitespace and quoting (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.5 net-analyzer/nikto/nikto-2.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?r1=1.4&r2=1.5 Index: nikto-2.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nikto-2.1.5.ebuild 9 Nov 2014 01:38:32 -0000 1.4 +++ nikto-2.1.5.ebuild 9 Nov 2014 23:30:53 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.4 2014/11/09 01:38:32 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.5 2014/11/09 23:30:53 patrick Exp $ EAPI=5 inherit perl-module @@ -21,11 +21,11 @@ )" src_prepare() { - sed -i -e 's:config.txt:nikto.conf:g' plugins/* + sed -i -e 's:config.txt:nikto.conf:g' plugins/* sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:; s:# EXECDIR=/usr/local/nikto:EXECDIR=/usr/share/nikto:; s:# use LW2:use LW2:; - s:require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":# require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":;' nikto.pl + s:require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":# require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":;' nikto.pl } src_compile() { @@ -48,8 +48,8 @@ einfo "symlinking ${NIKTO_PMS} to ${VENDOR_LIB}" for _PM in ${NIKTO_PMS}; do - _TARGET=${VENDOR_LIB}/${_PM} - dosym /usr/share/nikto/plugins/${_PM} ${_TARGET} + _TARGET=${VENDOR_LIB}/${_PM} + dosym /usr/share/nikto/plugins/${_PM} ${_TARGET} done dodoc docs/*.txt 1.7 net-analyzer/nikto/nikto-1.36.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?r1=1.6&r2=1.7 Index: nikto-1.36.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nikto-1.36.ebuild 10 Aug 2014 20:59:48 -0000 1.6 +++ nikto-1.36.ebuild 9 Nov 2014 23:30:53 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.6 2014/08/10 20:59:48 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.7 2014/11/09 23:30:53 patrick Exp $ DESCRIPTION="Web Server vulnerability scanner" HOMEPAGE="http://www.cirt.net/Nikto2" @@ -29,7 +29,7 @@ -i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \ nikto.conf - cp ${S}/docs/nikto-${PV}.man ${WORKDIR}/${PN}.1 + cp "${S}/docs/nikto-${PV}.man" "${WORKDIR}/${PN}.1" } src_install() { @@ -47,5 +47,5 @@ cd docs dodoc CHANGES.txt LICENSE.txt README_plugins.txt nikto_usage.txt dohtml nikto_usage.html - doman ${WORKDIR}/${PN}.1 + doman "${WORKDIR}/${PN}.1" } 1.33 net-analyzer/nikto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 9 Nov 2014 01:38:32 -0000 1.32 +++ ChangeLog 9 Nov 2014 23:30:53 -0000 1.33 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nikto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.32 2014/11/09 01:38:32 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.33 2014/11/09 23:30:53 patrick Exp $ + + 09 Nov 2014; Patrick Lauer nikto-1.36.ebuild, + nikto-2.1.5.ebuild: + Whitespace and quoting 09 Nov 2014; Patrice Clement nikto-2.1.5.ebuild: Removing LW2.pm from modules list. See #521884.