commit:     5c221559e446cc9c68d655786d481cc3a796be1e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 14:35:32 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 14:35:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c221559

net-analyzer/firewalk: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/firewalk/firewalk-5.0-r1.ebuild | 33 ----------------------------
 1 file changed, 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 e43aa7500b1..00000000000
--- 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
-}

Reply via email to