diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:35:32 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:35:32 -0500 |
commit | 5c221559e446cc9c68d655786d481cc3a796be1e (patch) | |
tree | 8eebd895020a1a882cb3028ad7e9ca323f039dbb /net-analyzer/firewalk | |
parent | net-analyer/iptstate: drop old (diff) | |
download | gentoo-5c221559e446cc9c68d655786d481cc3a796be1e.tar.gz gentoo-5c221559e446cc9c68d655786d481cc3a796be1e.tar.bz2 gentoo-5c221559e446cc9c68d655786d481cc3a796be1e.zip |
net-analyzer/firewalk: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/firewalk')
-rw-r--r-- | net-analyzer/firewalk/firewalk-5.0-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/firewalk/firewalk-5.0-r1.ebuild b/net-analyzer/firewalk/firewalk-5.0-r1.ebuild deleted file mode 100644 index e43aa7500b1c..000000000000 --- a/net-analyzer/firewalk/firewalk-5.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -DESCRIPTION="A tool for determining a firewall's rule set" -HOMEPAGE="http://packetfactory.openwall.net/projects/firewalk/" -SRC_URI="mirror://gentoo/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -DEPEND=" - dev-libs/libdnet - net-libs/libnet:1.1 - net-libs/libpcap -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Firewalk" - -DOCS=( README TODO BUGS ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc3.4.diff -} - -src_install() { - default - doman man/firewalk.8 -} |