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 <patr...@gentoo.org> nikto-1.36.ebuild,
+  nikto-2.1.5.ebuild:
+  Whitespace and quoting
 
   09 Nov 2014; Patrice Clement <monsie...@gentoo.org> nikto-2.1.5.ebuild:
   Removing LW2.pm from modules list. See #521884.




Reply via email to