diff options
author | Sam James <sam@gentoo.org> | 2020-09-04 00:06:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-04 00:06:28 +0000 |
commit | 734a83031a6028c1dc508e0d7e0b140e71bc7134 (patch) | |
tree | a59d9163f311a5f2367f4c7e02a5a7fde4dbb5a4 /net-analyzer/nikto | |
parent | sys-apps/man-db: ppc64 stable (bug #738344) (diff) | |
download | gentoo-734a83031a6028c1dc508e0d7e0b140e71bc7134.tar.gz gentoo-734a83031a6028c1dc508e0d7e0b140e71bc7134.tar.bz2 gentoo-734a83031a6028c1dc508e0d7e0b140e71bc7134.zip |
net-analyzer/nikto: remove last-rited pkg
Bug: https://bugs.gentoo.org/658448
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/nikto/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild | 53 |
3 files changed, 0 insertions, 59 deletions
diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest deleted file mode 100644 index 1e4c1165f805..000000000000 --- a/net-analyzer/nikto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nikto-2.1.6_p20180122.tar.gz 511615 BLAKE2B 0937a5a52ae79e00da5bc53b089166cb2fc5cdf8311c4db55e421ddb44c22e31a9a964b02d75995c74b144d8fe05046895c4e54cfa7500aecd5d36787105a417 SHA512 4b9cae08146cefcfe4e929385631062f27cd13f5e516ec50fa9f9804a677a4a8846bc0f5de99bc1a25ec58ea8e2889bfa5953f8ca9cd7152e7b95b05861cac91 diff --git a/net-analyzer/nikto/metadata.xml b/net-analyzer/nikto/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-analyzer/nikto/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild b/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild deleted file mode 100644 index b6f46c92bf2e..000000000000 --- a/net-analyzer/nikto/nikto-2.1.6_p20180122.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Web server vulnerability scanner" -HOMEPAGE="http://www.cirt.net/Nikto2" -COMMIT="b8454661c4dc9249cb515311cb2a80906a0a4b7a" -MY_P="${PN}-${COMMIT}" -SRC_URI="https://github.com/sullo/nikto/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="ssl" - -# nikto provie its own libwhisker, do no use net-libs/libwhisker[ssl] -# https://bugs.gentoo.org/533900 -RDEPEND=" - dev-lang/perl - virtual/perl-JSON-PP - net-analyzer/nmap - ssl? ( - dev-libs/openssl:0= - dev-perl/Net-SSLeay - ) -" -DEPEND="" - -S="${WORKDIR}/${MY_P}/program" - -src_prepare() { - sed -i -e 's:config.txt:nikto.conf:g' plugins/* || die - sed -i -e 's:/etc/nikto.conf:/etc/nikto/nikto.conf:' nikto.pl || die - sed -i -e 's:# EXECDIR=/opt/nikto:EXECDIR=/usr/share/nikto:' nikto.conf || die - - default -} - -src_install() { - insinto /etc/nikto - doins nikto.conf - - dobin nikto.pl replay.pl - dosym nikto.pl /usr/bin/nikto - - dodir /usr/share/nikto - insinto /usr/share/nikto - doins -r plugins templates databases - - dodoc docs/*.txt - dodoc docs/nikto_manual.html -} |