From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B957138334 for ; Sun, 27 Jan 2019 19:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE0BAE1276; Sun, 27 Jan 2019 19:46:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71FEFE1276 for ; Sun, 27 Jan 2019 19:46:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CE42335D91 for ; Sun, 27 Jan 2019 19:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBE652D for ; Sun, 27 Jan 2019 19:46:12 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1548618359.2c446e0ad3fb1c864fd306daf57b3f4ff3ed843a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nikto/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nikto/Manifest net-analyzer/nikto/nikto-1.36.ebuild X-VCS-Directories: net-analyzer/nikto/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2c446e0ad3fb1c864fd306daf57b3f4ff3ed843a X-VCS-Branch: master Date: Sun, 27 Jan 2019 19:46:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94333fa0-9de8-48f2-894d-e52f9e803366 X-Archives-Hash: 532c684ee9b38570e542449cfbef503d commit: 2c446e0ad3fb1c864fd306daf57b3f4ff3ed843a Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 27 19:42:01 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 27 19:45:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c446e0a net-analyzer/nikto: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> net-analyzer/nikto/Manifest | 1 - net-analyzer/nikto/nikto-1.36.ebuild | 52 ------------------------------------ 2 files changed, 53 deletions(-) diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest index bcf4227aa52..1e4c1165f80 100644 --- a/net-analyzer/nikto/Manifest +++ b/net-analyzer/nikto/Manifest @@ -1,2 +1 @@ -DIST nikto-1.36.tar.gz 206921 BLAKE2B ed6cc343ddccd8d35a7df566c5facb91b31fa9ec1697bb962fb7a0fdf3bc396a95c60997267fdca929b6af2e599f1535a223bf04ccb53da485ce409f8bc4391f SHA512 e340eebc8323a689b1fe8358626f90d822f4eea4aaeba44c64f68c758fccdec7c3d5896b93739128b1b53429967d4e66ccb08b880066e0c63bed4e2748f94a45 DIST nikto-2.1.6_p20180122.tar.gz 511615 BLAKE2B 0937a5a52ae79e00da5bc53b089166cb2fc5cdf8311c4db55e421ddb44c22e31a9a964b02d75995c74b144d8fe05046895c4e54cfa7500aecd5d36787105a417 SHA512 4b9cae08146cefcfe4e929385631062f27cd13f5e516ec50fa9f9804a677a4a8846bc0f5de99bc1a25ec58ea8e2889bfa5953f8ca9cd7152e7b95b05861cac91 diff --git a/net-analyzer/nikto/nikto-1.36.ebuild b/net-analyzer/nikto/nikto-1.36.ebuild deleted file mode 100644 index 2656b333753..00000000000 --- a/net-analyzer/nikto/nikto-1.36.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Web Server vulnerability scanner" -HOMEPAGE="http://www.cirt.net/Nikto2" -SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc sparc x86" -RDEPEND="dev-lang/perl - >=net-analyzer/nmap-3.00 - ssl? ( dev-libs/openssl )" -IUSE="ssl" - -src_compile() { - sed -i -e 's:config.txt:nikto.conf:' \ - -i -e 's:\$CFG{configfile}="nikto.conf":\$CFG{configfile}="/etc/nikto/nikto.conf":' \ - nikto.pl - - mv config.txt nikto.conf - - sed -i -e 's:^#NMAP:NMAP:' \ - -i -e 's:^PROXYHOST:#PROXYHOST:' \ - -i -e 's:^PROXYPORT:#PROXYPORT:' \ - -i -e 's:^PROXYUSER:#PROXYUSER:' \ - -i -e 's:^PROXYPASS:#PROXYPASS:' \ - -i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \ - nikto.conf - - cp "${S}/docs/nikto-${PV}.man" "${WORKDIR}/${PN}.1" -} - -src_install() { - insinto /etc/nikto - doins nikto.conf - - dodir /usr/bin - dobin nikto.pl - dosym /usr/bin/nikto.pl /usr/bin/nikto - - dodir /usr/share/nikto/plugins - insinto /usr/share/nikto/plugins - doins plugins/* - - cd docs - dodoc CHANGES.txt LICENSE.txt README_plugins.txt nikto_usage.txt - dohtml nikto_usage.html - doman "${WORKDIR}/${PN}.1" -}