Version bump wrt bug #131995
authorMarkus Ullmann <jokey@gentoo.org>
Sun, 8 Oct 2006 21:58:34 +0000 (21:58 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Sun, 8 Oct 2006 21:58:34 +0000 (21:58 +0000)
Package-Manager: portage-2.1.2_pre2-r6

net-analyzer/nb/ChangeLog
net-analyzer/nb/files/digest-nb-0.6.2
net-analyzer/nb/files/digest-nb-0.6.5 [new file with mode: 0644]
net-analyzer/nb/nb-0.6.2.ebuild
net-analyzer/nb/nb-0.6.5.ebuild [new file with mode: 0644]

index 180fe09376acdef7dac3ade4cb78d65dc1ca8e31..14e620dd4c2ec2383e5bd9990c36793eb481c445 100644 (file)
@@ -1,6 +1,12 @@
 # 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)
 
index 7ef15b9d40cec916c0ce3f55b9ae396016a9a49a..918d32d2ee94ad43ba8a8c0303b9927d23300424 100644 (file)
@@ -1 +1,3 @@
 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
diff --git a/net-analyzer/nb/files/digest-nb-0.6.5 b/net-analyzer/nb/files/digest-nb-0.6.5
new file mode 100644 (file)
index 0000000..fe15d04
--- /dev/null
@@ -0,0 +1,3 @@
+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
index 431aa83e027c90396597a066fb8d9000be98b9b2..c67d217dd9530389ad140a356b3e4ae575352e18 100644 (file)
@@ -1,6 +1,6 @@
-# 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/"
@@ -11,7 +11,7 @@ SLOT="0"
 KEYWORDS="~ppc ~x86"
 IUSE=""
 
-DEPEND=">=dev-lang/perl-5.6.0"
+DEPEND="dev-lang/perl"
 
 src_compile() {
        ./build-nb || die
diff --git a/net-analyzer/nb/nb-0.6.5.ebuild b/net-analyzer/nb/nb-0.6.5.ebuild
new file mode 100644 (file)
index 0000000..b96ebdf
--- /dev/null
@@ -0,0 +1,22 @@
+# 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