public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nikto: nikto-2.1.5.ebuild metadata.xml ChangeLog nikto-2.03.ebuild
@ 2015-03-21 14:37 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-21 14:37 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/21 14:37:40

  Modified:             nikto-2.1.5.ebuild metadata.xml ChangeLog
  Removed:              nikto-2.03.ebuild
  Log:
  drop old; fix SLOT operators
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

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

Index: nikto-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nikto-2.1.5.ebuild	9 Nov 2014 23:30:53 -0000	1.5
+++ nikto-2.1.5.ebuild	21 Mar 2015 14:37:40 -0000	1.6
@@ -1,7 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.5 2014/11/09 23:30:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.6 2015/03/21 14:37:40 jlec Exp $
+
 EAPI=5
+
 inherit perl-module
 
 DESCRIPTION="Web Server vulnerability scanner"
@@ -13,34 +15,31 @@
 KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="ssl"
 
-RDEPEND="dev-lang/perl
+RDEPEND="
+	dev-lang/perl
 	>=net-libs/libwhisker-2.5
-		ssl? (
-			dev-libs/openssl
-			dev-perl/Net-SSLeay
-		)"
+	ssl? (
+		dev-libs/openssl:0=
+		dev-perl/Net-SSLeay
+	)"
 
 src_prepare() {
-	sed -i -e 's:config.txt:nikto.conf:g' plugins/*
+	sed -i -e 's:config.txt:nikto.conf:g' plugins/* || die
 	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 || die
 }
 
-src_compile() {
-	einfo "nothing to compile"
-	true
-}
+src_compile() { :; }
 
 src_install() {
 	insinto /etc/nikto
 	doins nikto.conf
 
 	dobin nikto.pl
-	dosym /usr/bin/nikto.pl /usr/bin/nikto
+	dosym nikto.pl /usr/bin/nikto
 
-	dodir /usr/share/nikto
 	insinto /usr/share/nikto
 	doins -r plugins templates databases
 
@@ -48,12 +47,10 @@
 	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
 	dohtml docs/nikto_manual.html
-
-	insinto ${VENDOR_PERL}
 }



1.4                  net-analyzer/nikto/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	19 Dec 2014 19:18:28 -0000	1.3
+++ metadata.xml	21 Mar 2015 14:37:40 -0000	1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>maintainer-needed@gentoo.org</email>
-	</maintainer>
+  <maintainer>
+    <email>maintainer-needed@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>



1.35                 net-analyzer/nikto/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	19 Dec 2014 19:18:28 -0000	1.34
+++ ChangeLog	21 Mar 2015 14:37:40 -0000	1.35
@@ -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.34 2014/12/19 19:18:28 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.35 2015/03/21 14:37:40 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <jlec@gentoo.org> -nikto-2.03.ebuild, metadata.xml,
+  nikto-2.1.5.ebuild:
+  drop old; fix SLOT operators
 
   19 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml:
   Drop to maintainer-needed





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-21 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21 14:37 [gentoo-commits] gentoo-x86 commit in net-analyzer/nikto: nikto-2.1.5.ebuild metadata.xml ChangeLog nikto-2.03.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox