summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-18 23:22:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-18 23:22:52 +0000
commitf62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch)
tree9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e /net-analyzer/tcpstat
parentrepoman'd (diff)
downloadgentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz
gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2
gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip
repoman'd
Diffstat (limited to 'net-analyzer/tcpstat')
-rw-r--r--net-analyzer/tcpstat/files/digest-tcpstat-1.31
-rw-r--r--net-analyzer/tcpstat/tcpstat-1.3.ebuild28
-rw-r--r--net-analyzer/tcpstat/tcpstat-1.4.ebuild9
3 files changed, 6 insertions, 32 deletions
diff --git a/net-analyzer/tcpstat/files/digest-tcpstat-1.3 b/net-analyzer/tcpstat/files/digest-tcpstat-1.3
deleted file mode 100644
index 074b0642c9d4..000000000000
--- a/net-analyzer/tcpstat/files/digest-tcpstat-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0367c7d1dc3991735f18650df3797aa7 tcpstat-1.3.tar.gz 66101
diff --git a/net-analyzer/tcpstat/tcpstat-1.3.ebuild b/net-analyzer/tcpstat/tcpstat-1.3.ebuild
deleted file mode 100644
index 06f0de85781d..000000000000
--- a/net-analyzer/tcpstat/tcpstat-1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.7 2002/07/11 06:30:45 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Reports network interface statistics"
-SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
-HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/"
-
-DEPEND="virtual/glibc
- >=net-libs/libpcap-0.5.2
- berkdb? ( <sys-libs/db-2 )"
-
-src_compile() {
-
- econf || die
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- use berkdb && dobin src/tcpprof
-
- dodoc AUTHORS ChangeLog COPYING LICENSE NEWS README*
-
-}
diff --git a/net-analyzer/tcpstat/tcpstat-1.4.ebuild b/net-analyzer/tcpstat/tcpstat-1.4.ebuild
index a8c414a29e48..7fc47fc57129 100644
--- a/net-analyzer/tcpstat/tcpstat-1.4.ebuild
+++ b/net-analyzer/tcpstat/tcpstat-1.4.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.4.ebuild,v 1.2 2002/07/11 06:30:45 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.4.ebuild,v 1.3 2002/07/18 23:22:51 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Reports network interface statistics"
SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz"
HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/"
-DEPEND="virtual/glibc
- >=net-libs/libpcap-0.5.2
+DEPEND=">=net-libs/libpcap-0.5.2
berkdb? ( <sys-libs/db-2 )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
src_install () {
make DESTDIR=${D} install || die