summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/angst/angst-0.4b.ebuild')
-rw-r--r--net-analyzer/angst/angst-0.4b.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/angst/angst-0.4b.ebuild b/net-analyzer/angst/angst-0.4b.ebuild
deleted file mode 100644
index 405348ba5a75..000000000000
--- a/net-analyzer/angst/angst-0.4b.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b.ebuild,v 1.7 2004/07/08 16:34:46 eldad Exp $
-
-IUSE=""
-DESCRIPTION="Angst is an active sniffer. It provides methods for aggressive sniffing on switched LANs."
-HOMEPAGE="http://angst.sourceforge.net"
-SRC_URI="http://angst.sourceforge.net/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-DEPEND=">=net-libs/libpcap-0.7.1
- =net-libs/libnet-1.0*"
-
-src_compile() {
- make CFLAGS="${CFLAGS}" -f Makefile.linux || die
-}
-
-src_install() {
- into /usr
- dosbin angst
- doman angst.8
- dodoc README LICENSE TODO ChangeLog
-}
-