From 4b5614b6e46678c3a5f01ccc96f59ba28d467a4b Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 22 Apr 2023 22:39:52 +0800 Subject: [PATCH] cisco-torch remove: gone --- net-analyzer/cisco-torch/Manifest | 1 - .../cisco-torch/cisco-torch-0.4b.ebuild | 37 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 net-analyzer/cisco-torch/Manifest delete mode 100644 net-analyzer/cisco-torch/cisco-torch-0.4b.ebuild diff --git a/net-analyzer/cisco-torch/Manifest b/net-analyzer/cisco-torch/Manifest deleted file mode 100644 index 7f383cb92..000000000 --- a/net-analyzer/cisco-torch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cisco-torch-0.4b.tar.gz 27126 SHA256 a23b90858d17bb85164e210c46b4411e4184f9eb9229ad0dcc30655f23f1023e diff --git a/net-analyzer/cisco-torch/cisco-torch-0.4b.ebuild b/net-analyzer/cisco-torch/cisco-torch-0.4b.ebuild deleted file mode 100644 index ac1025830..000000000 --- a/net-analyzer/cisco-torch/cisco-torch-0.4b.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -DESCRIPTION="Cisco mass scanning, fingerprinting, and exploitation tool" -HOMEPAGE="http://www.arhont.com/en/category/resources/tools-utilities/" -SRC_URI="http://www.arhont.com/en/wp-content/uploads/2010/01/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-perl/Net-Telnet - dev-perl/Net-SSH-Perl - dev-perl/Net-SNMP - dev-perl/Net-SSLeay" - -src_prepare() { - sed -i 's|torch.conf|/etc/torch.conf|g' cisco-torch.pl || die - sed -i 's|DIR, "include"|DIR, "/usr/share/cisco-torch/include"|' cisco-torch.pl || die - sed -i 's|include/$in|$in|' cisco-torch.pl || die - sed -i "25i\use lib '/usr/share/cisco-torch/include/';" cisco-torch.pl|| die -} - -src_install() { - insinto /usr/share/${PN} - doins -r include tftproot brutefile.txt community.txt fingerprint.db \ - password.txt tfingerprint.db users.txt || die - insinto /etc - doins torch.conf || die - dobin cisco-torch.pl || die - dodoc README.txt TODO CHANGELOG.txt -}