mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-29 11:48:25 +01:00
cisco-auditing-tool: remove unmaintained
This commit is contained in:
parent
293f882677
commit
0f86dd0522
3 changed files with 0 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST CiscoAuditingTool-v1.tar.gz 57594 SHA256 83f0404b49b0651b5b06b1a0938a579429b8de76f749a2b92532493f0ecbdcfc
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="Perl script which scans cisco routers for common vulnerabilities."
|
||||
HOMEPAGE="http://www.scrypt.net/~g0ne"
|
||||
SRC_URI="http://www.packetstormsecurity.org/cisco/CiscoAuditingTool-v${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-perl/Net-SNMP
|
||||
dev-perl/Net-Telnet"
|
||||
|
||||
S="${WORKDIR}"/CiscoAuditingTool
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}/lists
|
||||
doins lists/* || die
|
||||
insinto /usr/share/${PN}/plugins
|
||||
doins plugins/* || die
|
||||
insinto /usr/share/${PN}/
|
||||
doins CAT || die
|
||||
dobin "${FILESDIR}"/CAT || die
|
||||
}
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
dir=$(pwd)
|
||||
cd /usr/share/cisco-auditing-tool
|
||||
perl ./CAT "$@"
|
||||
cd $dir
|
||||
Loading…
Reference in a new issue