Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptrace/
Date: Thu, 08 Feb 2018 19:49:01
Message-Id: 1518119336.023d3b2d736dbb56295d079f0354652b165f8bab.jer@gentoo
1 commit: 023d3b2d736dbb56295d079f0354652b165f8bab
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 19:48:39 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 19:48:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d3b2d
7
8 net-analyzer/tcptrace: Old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild | 47 --------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild
16 deleted file mode 100644
17 index c00386bbbde..00000000000
18 --- a/net-analyzer/tcptrace/tcptrace-6.6.7-r2.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit autotools eutils flag-o-matic
27 -
28 -DESCRIPTION="A Tool for analyzing network packet dumps"
29 -HOMEPAGE="http://www.tcptrace.org/"
30 -SRC_URI="
31 - http://www.tcptrace.org/download/${P}.tar.gz
32 - http://www.tcptrace.org/download/old/6.6/${P}.tar.gz
33 -"
34 -
35 -SLOT="0"
36 -LICENSE="GPL-2"
37 -KEYWORDS="amd64 ~ppc ppc64 x86"
38 -IUSE=""
39 -
40 -DEPEND="net-libs/libpcap"
41 -RDEPEND="${DEPEND}"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${P}-cross-compile.patch
45 - eautoreconf
46 - append-cppflags -D_BSD_SOURCE
47 -}
48 -
49 -src_compile() {
50 - emake CCOPT="${CFLAGS}"
51 -}
52 -
53 -src_install() {
54 - dobin tcptrace xpl2gpl
55 -
56 - newman tcptrace.man tcptrace.1
57 - dodoc CHANGES COPYRIGHT FAQ README* THANKS WWW
58 -}
59 -
60 -pkg_postinst() {
61 - if ! has_version ${CATEGORY}/${PN}; then
62 - elog "Note: tcptrace outputs its graphs in the xpl (xplot)"
63 - elog "format. Since xplot is unavailable, you will have to"
64 - elog "use the included xpl2gpl utility to convert it to"
65 - elog "the gnuplot format."
66 - fi
67 -}