commit:     2837f4ba8371a1552a50ea5c865aa3bbd60a10e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:09:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:19:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2837f4ba

net-analyzer/nikto: drop 2.1.6_p20200901, 2.1.6_p20210304

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nikto/Manifest                     |  2 --
 net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild | 46 -------------------------
 net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild | 46 -------------------------
 3 files changed, 94 deletions(-)

diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest
index 482137d6f73d..f62b90e4f8f1 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -1,3 +1 @@
-DIST nikto-2.1.6_p20200901.tar.gz 521285 BLAKE2B 
243f0baf5835e5586b8270fc9dd1005c08e903f478666359c34bb0d30c0645f5ab9a19109718dbbd2f6015dcb64c3a98b832b5412c9151720dedd102fb1936d1
 SHA512 
88b9e681ce4588e3473f90c93ea41d46fc99a54b895185465cfe1a28152ad944edbadfcf5cee4540b4ec48eb78ca73a1952637c3da9038e52d837c0de5d0260c
-DIST nikto-2.1.6_p20210304.tar.gz 521719 BLAKE2B 
66715e109dfb47bb5ed6b64cfff4dbdd0667883e5ce28c26a7325645fe42ccfdcb6f9bcf956adce6f626c51ff363122724955eda86c715d4f8ec4894ebf1ae4a
 SHA512 
d78cedad0b2f96d02964097699d5765fdb895b7ec1a9e196cbf9181888dd19cfca7d912f172a870e4b8bd2b53e4fc41407a60ed129ef24592909ef6111d04a0e
 DIST nikto-2.1.6_p20220602.tar.gz 455528 BLAKE2B 
71094c786b274069eb17aac7d367bdc8535c7730afde7c7bf36d40719e2799561eb31ad9cc09ee39c47101880795eee0f1c46ca51c00644cdc23916033cc5f7e
 SHA512 
5c8ce194951c10b8a5f4299e088928022193aa8ae7ed4fb6b9be76bcf03a405d776d6e30274f997ad9eeb95c012c7e09b6dec7cbecbe0ab4049e5d15529ae814

diff --git a/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild 
b/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild
deleted file mode 100644
index 1a807b7834ea..000000000000
--- a/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web server vulnerability scanner"
-HOMEPAGE="https://www.cirt.net/Nikto2";
-COMMIT="fb2655b8316097723d4977c792817a21117b2736"
-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"
-
-# nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl]
-# https://bugs.gentoo.org/533900
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Net-SSLeay
-       net-analyzer/nmap
-       virtual/perl-JSON-PP
-"
-
-S="${WORKDIR}/${MY_P}/program"
-
-src_prepare() {
-       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.default || die
-
-       default
-}
-
-src_install() {
-       insinto /etc/nikto
-       newins nikto.conf.default nikto.conf
-
-       dobin nikto.pl replay.pl
-       dosym nikto.pl /usr/bin/nikto
-
-       insinto /usr/share/nikto
-       doins -r plugins templates databases
-
-       dodoc docs/*.txt
-       dodoc docs/nikto_manual.html
-}

diff --git a/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild 
b/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild
deleted file mode 100644
index 4465e68730cd..000000000000
--- a/net-analyzer/nikto/nikto-2.1.6_p20210304.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Web server vulnerability scanner"
-HOMEPAGE="https://www.cirt.net/Nikto2";
-COMMIT="8a4b5fb86ae8a1b4f31c32da0bcedd3bcaf4deb8"
-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"
-
-# nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl]
-# https://bugs.gentoo.org/533900
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Net-SSLeay
-       net-analyzer/nmap
-       virtual/perl-JSON-PP
-"
-
-S="${WORKDIR}/${MY_P}/program"
-
-src_prepare() {
-       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.default || die
-
-       default
-}
-
-src_install() {
-       insinto /etc/nikto
-       newins nikto.conf.default nikto.conf
-
-       dobin nikto.pl replay.pl
-       dosym nikto.pl /usr/bin/nikto
-
-       insinto /usr/share/nikto
-       doins -r plugins templates databases
-
-       dodoc docs/*.txt
-       dodoc docs/nikto_manual.html
-}

Reply via email to