diff options
Diffstat (limited to 'net-analyzer/tcpflow/tcpflow-0.20.ebuild')
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-0.20.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-0.20.ebuild b/net-analyzer/tcpflow/tcpflow-0.20.ebuild deleted file mode 100644 index ee999efd9844..000000000000 --- a/net-analyzer/tcpflow/tcpflow-0.20.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.9 2006/02/16 00:00:49 jokey Exp $ - -DESCRIPTION="A Tool for monitoring, capturing and storing TCP connections flows" -HOMEPAGE="http://www.circlemud.org/~jelson/software/tcpflow/" -SRC_URI="http://www.circlemud.org/pub/jelson/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -SLOT="0" -IUSE="" - -DEPEND="net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_install() { - einstall - doman tcpflow.1 - dodoc AUTHORS COPYING ChangeLog NEWS README -} |