summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-02-26 00:18:15 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-02-26 00:18:15 +0000
commit28dfd84bc44b8fee746154352dc38d449858b79c (patch)
treeb3b6b9113b85f42e543f64c39ce6a25eb47d4cb8 /net-analyzer/tcpflow
parentMark 3.9.4 x86 stable. (diff)
downloadgentoo-2-28dfd84bc44b8fee746154352dc38d449858b79c.tar.gz
gentoo-2-28dfd84bc44b8fee746154352dc38d449858b79c.tar.bz2
gentoo-2-28dfd84bc44b8fee746154352dc38d449858b79c.zip
Remove old ebuild, do not set RDEPEND=DEPEND, add die after make install.
(Portage version: 2.1_pre4-r1 vanquishing potions will fly)
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r--net-analyzer/tcpflow/ChangeLog6
-rw-r--r--net-analyzer/tcpflow/files/digest-tcpflow-0.201
-rw-r--r--net-analyzer/tcpflow/tcpflow-0.20.ebuild21
-rw-r--r--net-analyzer/tcpflow/tcpflow-0.21.ebuild5
4 files changed, 7 insertions, 26 deletions
diff --git a/net-analyzer/tcpflow/ChangeLog b/net-analyzer/tcpflow/ChangeLog
index 12aeb9a84921..f5eda0ea51d4 100644
--- a/net-analyzer/tcpflow/ChangeLog
+++ b/net-analyzer/tcpflow/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcpflow
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.11 2006/02/16 00:00:49 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/ChangeLog,v 1.12 2006/02/26 00:18:15 vanquirius Exp $
+
+ 26 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> -tcpflow-0.20.ebuild,
+ tcpflow-0.21.ebuild:
+ Remove old ebuild, do not set RDEPEND=DEPEND, add die after make install.
16 Feb 2006; Markus Ullmann <jokey@gentoo.org> tcpflow-0.20.ebuild,
tcpflow-0.21.ebuild:
diff --git a/net-analyzer/tcpflow/files/digest-tcpflow-0.20 b/net-analyzer/tcpflow/files/digest-tcpflow-0.20
deleted file mode 100644
index f77710c1c986..000000000000
--- a/net-analyzer/tcpflow/files/digest-tcpflow-0.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cce28bfb13fa7a9eea17af9ff50b6580 tcpflow-0.20.tar.gz 72131
diff --git a/net-analyzer/tcpflow/tcpflow-0.20.ebuild b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
deleted file mode 100644
index ee999efd9844..000000000000
--- a/net-analyzer/tcpflow/tcpflow-0.20.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.9 2006/02/16 00:00:49 jokey Exp $
-
-DESCRIPTION="A Tool for monitoring, capturing and storing TCP connections flows"
-HOMEPAGE="http://www.circlemud.org/~jelson/software/tcpflow/"
-SRC_URI="http://www.circlemud.org/pub/jelson/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-SLOT="0"
-IUSE=""
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-src_install() {
- einstall
- doman tcpflow.1
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
diff --git a/net-analyzer/tcpflow/tcpflow-0.21.ebuild b/net-analyzer/tcpflow/tcpflow-0.21.ebuild
index 4dc33bfb844b..9a61939d2a9e 100644
--- a/net-analyzer/tcpflow/tcpflow-0.21.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.21.ebuild,v 1.6 2006/02/16 00:00:49 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.21.ebuild,v 1.7 2006/02/26 00:18:15 vanquirius Exp $
inherit toolchain-funcs
@@ -14,7 +14,6 @@ SLOT="0"
IUSE=""
DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
src_compile() {
econf || die
@@ -22,6 +21,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
}