summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-04-26 04:49:03 +0000
committerJeroen Roovers <jer@gentoo.org>2015-04-26 04:49:03 +0000
commita516aa8ec913f1dbb3a7a65c3c0795130a9e6fbd (patch)
tree83a0944fff293b8b95d8dc16d34a0c2125c57d32 /net-analyzer/tcptrace
parentStable for PPC64 (bug #516556). (diff)
downloadgentoo-2-a516aa8ec913f1dbb3a7a65c3c0795130a9e6fbd.tar.gz
gentoo-2-a516aa8ec913f1dbb3a7a65c3c0795130a9e6fbd.tar.bz2
gentoo-2-a516aa8ec913f1dbb3a7a65c3c0795130a9e6fbd.zip
Old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/tcptrace')
-rw-r--r--net-analyzer/tcptrace/ChangeLog5
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.7.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog
index 36d36c956b0e..58507bd99a66 100644
--- a/net-analyzer/tcptrace/ChangeLog
+++ b/net-analyzer/tcptrace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/tcptrace
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.29 2015/04/26 04:47:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.30 2015/04/26 04:49:03 jer Exp $
+
+ 26 Apr 2015; Jeroen Roovers <jer@gentoo.org> -tcptrace-6.6.7.ebuild:
+ Old.
26 Apr 2015; Jeroen Roovers <jer@gentoo.org> tcptrace-6.6.7-r2.ebuild:
Stable for PPC64 (bug #516556).
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild
deleted file mode 100644
index 1d0b7cf63bc7..000000000000
--- a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.9 2010/07/26 22:56:17 jer Exp $
-
-EAPI="2"
-
-inherit flag-o-matic
-
-IUSE=""
-
-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"
-
-DEPEND="net-libs/libpcap"
-
-src_prepare() {
- append-flags -D_BSD_SOURCE
-}
-
-src_install() {
- dobin tcptrace xpl2gpl
-
- newman tcptrace.man tcptrace.1
- dodoc CHANGES COPYRIGHT FAQ README* THANKS WWW
-}
-
-pkg_postinst() {
- elog
- 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."
- elog
-}