diff options
Diffstat (limited to 'net-analyzer/tcptrack/tcptrack-1.1.5.ebuild')
-rw-r--r-- | net-analyzer/tcptrack/tcptrack-1.1.5.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/tcptrack/tcptrack-1.1.5.ebuild b/net-analyzer/tcptrack/tcptrack-1.1.5.ebuild deleted file mode 100644 index 62135a097c61..000000000000 --- a/net-analyzer/tcptrack/tcptrack-1.1.5.ebuild +++ /dev/null @@ -1,28 +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/tcptrack/tcptrack-1.1.5.ebuild,v 1.4 2006/06/01 20:37:20 exg Exp $ - -inherit eutils - -DESCRIPTION="Passive per-connection tcp bandwidth monitor" -HOMEPAGE="http://www.rhythm.cx/~steve/devel/tcptrack/" -SRC_URI="http://www.rhythm.cx/~steve/devel/tcptrack/release/${PV}/source/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" - -DEPEND="net-libs/libpcap - sys-libs/ncurses" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch ${FILESDIR}/${P}-gcc41.patch -} - -src_install() { - einstall || die - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} |