cisco-bruteforce-enabler: remove, abandoned, ancient

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-06-25 09:33:20 -04:00
parent 3ca40b5118
commit dcc34f5b3b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 32 deletions

View file

@ -1 +0,0 @@
DIST enabler.c 7749 SHA256 6c9df24566f021f2620f2e21a1865e88c3f4961ebb5920182e11f1f413bbba6a

View file

@ -1,31 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit toolchain-funcs
DESCRIPTION="cisco internal bruteforcer"
HOMEPAGE="http://packetstormsecurity.org/cisco/enabler.c"
SRC_URI="http://packetstormsecurity.org/cisco/enabler.c"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_unpack() {
cp "${DISTDIR}"/enabler.c "${WORKDIR}"/ || die
}
src_compile() {
$(tc-getCC) $CFLAGS enabler.c -o enabler || die
}
src_install() {
dobin enabler || die
}