monsieurp    14/08/30 20:44:39

  Modified:             nikto-2.1.5.ebuild ChangeLog
  Log:
  some clean up due to EAPI=5 bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?r1=1.2&r2=1.3

Index: nikto-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nikto-2.1.5.ebuild  30 Aug 2014 18:18:59 -0000      1.2
+++ nikto-2.1.5.ebuild  30 Aug 2014 20:44:39 -0000      1.3
@@ -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.2 
2014/08/30 18:18:59 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.3 
2014/08/30 20:44:39 monsieurp Exp $
 EAPI=5
 inherit perl-module
 
@@ -21,12 +21,12 @@
                )"
 
 src_prepare() {
-       sed -i -e 's:config.txt:nikto.conf:g' plugins/* || die
+       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 || die
+       s:require "$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":# require 
"$CONFIGFILE{'\''PLUGINDIR'\''}/LW2.pm":;' nikto.pl 
 }
 
 src_compile() {
@@ -36,23 +36,24 @@
 
 src_install() {
        insinto /etc/nikto
-       doins nikto.conf || die "config install failed"
+       doins nikto.conf 
 
-       dobin nikto.pl || die "install failed"
-       dosym /usr/bin/nikto.pl /usr/bin/nikto || die
+       dobin nikto.pl
+       dosym /usr/bin/nikto.pl /usr/bin/nikto
 
-       unset ${NIKTO_PMS}
        dodir /usr/share/nikto
        insinto /usr/share/nikto
-       doins -r plugins templates databases || die
+       doins -r plugins templates databases
 
        NIKTO_PMS="LW2.pm JSON-PP.pm"
        einfo "symlinking ${NIKTO_PMS} to ${VENDOR_LIB}"
        for pm in ${NIKTO_PMS}; do
                dosym /usr/share/nikto/plugins/${pm} ${VENDOR_LIB}/${pm}
        done
-       dodoc docs/*.txt || die
-       dohtml docs/nikto_manual.html || die
+       unset ${NIKTO_PMS}
+
+       dodoc docs/*.txt
+       dohtml docs/nikto_manual.html
 
        insinto ${VENDOR_PERL}
 }



1.31                 net-analyzer/nikto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   30 Aug 2014 18:18:59 -0000      1.30
+++ ChangeLog   30 Aug 2014 20:44:39 -0000      1.31
@@ -1,6 +1,9 @@
 # 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.30 
2014/08/30 18:18:59 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.31 
2014/08/30 20:44:39 monsieurp Exp $
+
+  30 Aug 2014;  <patr...@gentoo.org> nikto-2.1.5.ebuild:
+  some clean up due to EAPI=5 bump
 
   30 Aug 2014;  <patr...@gentoo.org> nikto-2.1.5.ebuild:
   #489240: version bump to 2.1.5 + EAPI bump to 5




Reply via email to