diff options
author | 2004-11-06 13:36:52 +0000 | |
---|---|---|
committer | 2004-11-06 13:36:52 +0000 | |
commit | 4c688315954cf9801dbeb34792dab5b8286a0efb (patch) | |
tree | 805f82ce88a6acf0f3059a95a2c24b895c2b0f3b /net-analyzer/tcptrace | |
parent | Marked stable on x86. Removed old ebuild. (diff) | |
download | historical-4c688315954cf9801dbeb34792dab5b8286a0efb.tar.gz historical-4c688315954cf9801dbeb34792dab5b8286a0efb.tar.bz2 historical-4c688315954cf9801dbeb34792dab5b8286a0efb.zip |
prune
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/files/digest-tcptrace-6.4.0 | 1 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.4.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0 b/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0 deleted file mode 100644 index 946676e0293b..000000000000 --- a/net-analyzer/tcptrace/files/digest-tcptrace-6.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 11c7a7a7525efb9d30e585d43e0babe7 tcptrace-6.4.0.tar.gz 3065785 diff --git a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild b/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild deleted file mode 100644 index b326c42bb3cb..000000000000 --- a/net-analyzer/tcptrace/tcptrace-6.4.0.ebuild +++ /dev/null @@ -1,28 +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/tcptrace/tcptrace-6.4.0.ebuild,v 1.6 2004/06/24 22:21:20 agriffis Exp $ - -IUSE="" - -DESCRIPTION="A Tool for analyzing network packet dumps" -HOMEPAGE="http://www.tcptrace.org/" -SRC_URI="http://www.tcptrace.org/download/old/6.4/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" - -DEPEND="net-libs/libpcap" - -src_compile() { - econf || die - emake || die -} - -src_install() { - dobin tcptrace - newman tcptrace.man tcptrace.1 -# doman tcptrace.1 - dodoc CHANGES COPYING COPYRIGHT FAQ INSTALL README* THANKS WWW -} - |