diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-02-08 20:48:39 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-02-08 20:48:56 +0100 |
commit | 023d3b2d736dbb56295d079f0354652b165f8bab (patch) | |
tree | abc78fe54313f1cefdbbc9ba7c505583c5fc6c40 /net-analyzer/tcptrace | |
parent | app-admin/ksonnet: Initial version (diff) | |
download | gentoo-023d3b2d736dbb56295d079f0354652b165f8bab.tar.gz gentoo-023d3b2d736dbb56295d079f0354652b165f8bab.tar.bz2 gentoo-023d3b2d736dbb56295d079f0354652b165f8bab.zip |
net-analyzer/tcptrace: Old.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild deleted file mode 100644 index c00386bbbde0..000000000000 --- a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils flag-o-matic - -DESCRIPTION="A Tool for analyzing network packet dumps" -HOMEPAGE="http://www.tcptrace.org/" -SRC_URI=" - http://www.tcptrace.org/download/${P}.tar.gz - http://www.tcptrace.org/download/old/6.6/${P}.tar.gz -" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ppc64 x86" -IUSE="" - -DEPEND="net-libs/libpcap" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-cross-compile.patch - eautoreconf - append-cppflags -D_BSD_SOURCE -} - -src_compile() { - emake CCOPT="${CFLAGS}" -} - -src_install() { - dobin tcptrace xpl2gpl - - newman tcptrace.man tcptrace.1 - dodoc CHANGES COPYRIGHT FAQ README* THANKS WWW -} - -pkg_postinst() { - if ! has_version ${CATEGORY}/${PN}; then - elog "Note: tcptrace outputs its graphs in the xpl (xplot)" - elog "format. Since xplot is unavailable, you will have to" - elog "use the included xpl2gpl utility to convert it to" - elog "the gnuplot format." - fi -} |