summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-21 14:18:58 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-21 14:18:58 +0000
commit62ce2786270df88f110c674092c62b97cc62671d (patch)
treea0febcf66e7d890faf9f2707dfa2cec3eb40dc72 /net-analyzer/nikto
parentThis ebuild was incorrectly placed in the basiliskII directory. It is a fork ... (diff)
downloadhistorical-62ce2786270df88f110c674092c62b97cc62671d.tar.gz
historical-62ce2786270df88f110c674092c62b97cc62671d.tar.bz2
historical-62ce2786270df88f110c674092c62b97cc62671d.zip
QA: Unnecessary definition of S removed. Adding categories to dependencies. See bug 45110 for details.
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r--net-analyzer/nikto/ChangeLog6
-rw-r--r--net-analyzer/nikto/Manifest4
-rw-r--r--net-analyzer/nikto/nikto-1.31.ebuild12
3 files changed, 12 insertions, 10 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog
index c1ca309c6bb4..829829506a3b 100644
--- a/net-analyzer/nikto/ChangeLog
+++ b/net-analyzer/nikto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nikto
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.3 2004/03/14 11:56:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.4 2004/03/21 14:18:58 mboman Exp $
+
+ 21 Mar 2004; Michael Boman <mboman@gentoo.org> nikto-1.31.ebuild:
+ QA: Unnecessary definition of S removed. Adding categories to dependencies.
+ See bug 45110 for details.
14 Mar 2004; Michael Cummings <mcummings@gentoo.org> nikto-1.31.ebuild:
swapping depend and rdepend, closing bug 44515
diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest
index 527dcc00b09a..40fb7fbae88d 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -1,4 +1,4 @@
-MD5 b246c9777b2a8984dd132cfa79705db6 ChangeLog 715
+MD5 1f0e7b047e954838151a19fd36c79059 ChangeLog 888
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 54a04bc055bd2fe4ca19968a915cdaf9 nikto-1.31.ebuild 1396
+MD5 c32f08e66ad03895880573d6aa1846cd nikto-1.31.ebuild 1404
MD5 4fd028ff30a713c4de5e0e295c8e09c8 files/digest-nikto-1.31 62
diff --git a/net-analyzer/nikto/nikto-1.31.ebuild b/net-analyzer/nikto/nikto-1.31.ebuild
index 8fc23d2a9e71..035bd2a43513 100644
--- a/net-analyzer/nikto/nikto-1.31.ebuild
+++ b/net-analyzer/nikto/nikto-1.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.31.ebuild,v 1.3 2004/03/14 11:56:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.31.ebuild,v 1.4 2004/03/21 14:18:58 mboman Exp $
DESCRIPTION="Web Server vulnerability scanner."
HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
@@ -9,17 +9,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc"
RDEPEND=${DEPEND}
-RDEPEND=">=perl-5.6.1
- >=libwhisker-1.5
- >=nmap-3.00
+RDEPEND=">=dev-lang/perl-5.6.1
+ >=net-libs/libwhisker-1.5
+ >=net-analyzer/nmap-3.00
ssl? ( dev-libs/openssl ) "
IUSE=""
-S="${WORKDIR}/${P}"
-
src_unpack() {
unpack ${A}
- einfo ${WORKDIR}
+ #einfo ${WORKDIR}
cd ${S}
sed -i -e 's:config.txt:nikto.conf:' \
-i -e 's:\$CFG{configfile}="nikto.conf":\$CFG{configfile}="/etc/nikto/nikto.conf":' \