summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-03-17 10:44:09 +0000
committerPacho Ramos <pacho@gentoo.org>2012-03-17 10:44:09 +0000
commit191b86ae1007d3c0c1de1946d423796f2f18183e (patch)
tree67fe0bf709641e432361d6f51e066736d769089b /net-analyzer/chaosreader
parentVersion bump, remove old. (diff)
downloadgentoo-2-191b86ae1007d3c0c1de1946d423796f2f18183e.tar.gz
gentoo-2-191b86ae1007d3c0c1de1946d423796f2f18183e.tar.bz2
gentoo-2-191b86ae1007d3c0c1de1946d423796f2f18183e.zip
Include some upstream fixes, bug #408017 by rainbow.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/chaosreader')
-rw-r--r--net-analyzer/chaosreader/ChangeLog9
-rw-r--r--net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/net-analyzer/chaosreader/ChangeLog b/net-analyzer/chaosreader/ChangeLog
index 44e3dc3561da..e0d0b9ab4e90 100644
--- a/net-analyzer/chaosreader/ChangeLog
+++ b/net-analyzer/chaosreader/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/chaosreader
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.13 2010/05/26 16:11:43 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.14 2012/03/17 10:44:09 pacho Exp $
+
+*chaosreader-0.94-r1 (17 Mar 2012)
+
+ 17 Mar 2012; Pacho Ramos <pacho@gentoo.org> +chaosreader-0.94-r1.ebuild:
+ Include some upstream fixes, bug #408017 by rainbow.
26 May 2010; Jonathan Callen <abcd@gentoo.org> chaosreader-0.94.ebuild:
Bump to EAPI=2, fix QA violations, add prefix keywords
diff --git a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild
new file mode 100644
index 000000000000..32800f3cdebf
--- /dev/null
+++ b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild,v 1.1 2012/03/17 10:44:09 pacho Exp $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs."
+HOMEPAGE="http://chaosreader.sourceforge.net"
+SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+LICENSE="GPL-2"
+
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5.8.0"
+S=${WORKDIR}
+
+src_prepare() {
+ epatch "${FILESDIR}"/chaosreader-0.94-zombies.patch
+ epatch "${FILESDIR}"/chaosreader-0.94-chunkcheck.patch
+ epatch "${FILESDIR}"/chaosreader-0.94-darwin.patch
+ epatch "${FILESDIR}"/chaosreader-0.94-divisionbyzero.patch
+ epatch "${FILESDIR}"/chaosreader-0.94-oldmultiline.patch
+}
+
+src_install() {
+ newbin ${P} chaosreader
+}