monsieurp 14/11/09 01:38:32 Modified: nikto-2.1.5.ebuild ChangeLog Log: Removing LW2.pm from modules list. See #521884. (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild?r1=1.3&r2=1.4 Index: nikto-2.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nikto-2.1.5.ebuild 30 Aug 2014 20:44:39 -0000 1.3 +++ nikto-2.1.5.ebuild 9 Nov 2014 01:38:32 -0000 1.4 @@ -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.3 2014/08/30 20:44:39 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.4 2014/11/09 01:38:32 monsieurp Exp $ EAPI=5 inherit perl-module @@ -22,7 +22,6 @@ src_prepare() { 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:; @@ -36,7 +35,7 @@ src_install() { insinto /etc/nikto - doins nikto.conf + doins nikto.conf dobin nikto.pl dosym /usr/bin/nikto.pl /usr/bin/nikto @@ -45,12 +44,13 @@ insinto /usr/share/nikto doins -r plugins templates databases - NIKTO_PMS="LW2.pm JSON-PP.pm" + NIKTO_PMS='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} + + for _PM in ${NIKTO_PMS}; do + _TARGET=${VENDOR_LIB}/${_PM} + dosym /usr/share/nikto/plugins/${_PM} ${_TARGET} done - unset ${NIKTO_PMS} dodoc docs/*.txt dohtml docs/nikto_manual.html 1.32 net-analyzer/nikto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nikto/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 30 Aug 2014 20:44:39 -0000 1.31 +++ ChangeLog 9 Nov 2014 01:38:32 -0000 1.32 @@ -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.31 2014/08/30 20:44:39 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.32 2014/11/09 01:38:32 monsieurp Exp $ + + 09 Nov 2014; Patrice Clement <[email protected]> nikto-2.1.5.ebuild: + Removing LW2.pm from modules list. See #521884. 30 Aug 2014; <[email protected]> nikto-2.1.5.ebuild: some clean up due to EAPI=5 bump
