summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ttt/ttt-1.8.1-r1.ebuild')
-rw-r--r--net-analyzer/ttt/ttt-1.8.1-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild
deleted file mode 100644
index 0d010d709e80..000000000000
--- a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.5 2007/07/22 08:06:57 pva Exp $
-
-inherit eutils
-
-DESCRIPTION="Tele Traffic Taper (ttt) - Real-time Graphical Remote Traffic Monitor"
-SRC_URI="ftp://ftp.csl.sony.co.jp/pub/kjc/${P}.tar.gz"
-HOMEPAGE="http://www.csl.sony.co.jp/person/kjc/kjc/software.html"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~ppc x86"
-IUSE="ipv6"
-
-DEPEND="dev-lang/tcl
- dev-lang/tk
- >=dev-tcltk/blt-2.4
- net-libs/libpcap
- x11-libs/libXt
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- grep 'pcap_lookupnet.*const' /usr/include/pcap.h &>/dev/null && \
- epatch "${FILESDIR}"/${PN}-1.8-pcap.patch
-
- epatch "${FILESDIR}"/${PN}-1.8-linux-sll.patch
-
- epatch "${FILESDIR}"/${PN}-gcc4.diff
- # remove -Wwrite-strings -fwritable-strings (naughty)
- sed -i 's/\(GCCFLAGS="\).*\("\)/\1-Wall\2/' configure || die "sed failed"
-}
-
-src_compile() {
- econf $(use_enable ipv6) || die "econf failed"
- emake || die "make failed"
-}
-
-src_install() {
- dodoc README
- dodir /usr/bin
- dodir /usr/lib/ttt
- dodir /usr/share/man/man1
- einstall exec_prefix="${D}"/usr install-man || die "make install failed"
-}