summaryrefslogtreecommitdiff
path: root/net-analyzer/tcpstat/tcpstat-1.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tcpstat/tcpstat-1.5.ebuild')
-rw-r--r--net-analyzer/tcpstat/tcpstat-1.5.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild
deleted file mode 100644
index 3be19c53a62a..000000000000
--- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE="berkdb"
-
-DESCRIPTION="Reports network interface statistics"
-SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
-HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/"
-
-DEPEND="net-libs/libpcap
- berkdb? ( <sys-libs/db-2 )"
-
-SLOT="0"
-LICENSE="BSD-2"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-
-src_install () {
-
- make DESTDIR=${D} install || die
- use berkdb && dobin src/tcpprof
-
- dodoc AUTHORS ChangeLog COPYING LICENSE NEWS README*
-
-}