diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-12-24 16:10:29 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-12-24 16:10:29 +0000 |
commit | 9259722b149d7b89445cc374c95f6e1a371d344e (patch) | |
tree | dec39ef6f578b33d37140dc8d9a34f31bfca2e45 /net-analyzer/chaosreader/chaosreader-0.94.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.tar.gz gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.tar.bz2 gentoo-2-9259722b149d7b89445cc374c95f6e1a371d344e.zip |
Add a fix for bug #155957.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'net-analyzer/chaosreader/chaosreader-0.94.ebuild')
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.94.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-analyzer/chaosreader/chaosreader-0.94.ebuild b/net-analyzer/chaosreader/chaosreader-0.94.ebuild index be7fa25dc183..32fc6f03fa52 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.4 2005/08/12 00:08:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.5 2006/12/24 16:10:29 spock Exp $ + +inherit eutils DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs." HOMEPAGE="http://users.tpg.com.au/bdgcvb/chaosreader.html" @@ -12,6 +14,12 @@ IUSE="" DEPEND=">=dev-lang/perl-5.8.0" S=${WORKDIR} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/chaosreader-0.94-zombies.patch +} + src_install() { newbin ${S}/${P} chaosreader } |