# ChangeLog for net-analyzer/nb
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.3 2005/07/30 03:19:48 vanquirius Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.4 2006/10/08 21:58:34 jokey Exp $
+
+*nb-0.6.5 (08 Oct 2006)
+
+ 08 Oct 2006; Markus Ullmann <jokey@gentoo.org> -nb-0.6.1.ebuild,
+ nb-0.6.2.ebuild, +nb-0.6.5.ebuild:
+ Version bump wrt bug #131995
*nb-0.6.2 (30 Jul 2005)
MD5 669b1404eace19b76ae52e0586209a99 nb-0.6.2-source.tar.gz 514411
+RMD160 fd136cdf41efce87a86557c4d24f763fd70b500c nb-0.6.2-source.tar.gz 514411
+SHA256 09c05456f5aa1bde562c4658de0a452c4fd0a8da6997b9e8aaec353993a80d58 nb-0.6.2-source.tar.gz 514411
--- /dev/null
+MD5 4f5d6fbf0925961d5c5355908c0b8a1d nb-0.6.5-source.tar.gz 558732
+RMD160 8bb21a2e4e253af75bd206108e4cbf662343350c nb-0.6.5-source.tar.gz 558732
+SHA256 fb8e0de88cd87dee81b6952d613b7010acecae35fc94a353198efc9cd5da9048 nb-0.6.5-source.tar.gz 558732
-# 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/nb/nb-0.6.2.ebuild,v 1.1 2005/07/30 03:19:48 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.2.ebuild,v 1.2 2006/10/08 21:58:34 jokey Exp $
DESCRIPTION="Nodebrain is a tool to monitor and do event correlation."
HOMEPAGE="http://www.nodebrain.org/"
KEYWORDS="~ppc ~x86"
IUSE=""
-DEPEND=">=dev-lang/perl-5.6.0"
+DEPEND="dev-lang/perl"
src_compile() {
./build-nb || die
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.5.ebuild,v 1.1 2006/10/08 21:58:34 jokey Exp $
+
+DESCRIPTION="Nodebrain is a tool to monitor and do event correlation."
+HOMEPAGE="http://www.nodebrain.org/"
+SRC_URI="mirror://sourceforge/nodebrain/${P}-source.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+src_compile() {
+ ./build-nb || die "build failed"
+}
+
+src_install() {
+ DIR=${D}/usr ./install-nb || die "install failed"
+}
\ No newline at end of file