summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-10-08 21:58:34 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-10-08 21:58:34 +0000
commitd711d4f57368814fe1899ab78678c0e03c15b0d7 (patch)
treef2d833f2588e2e3df32a14aec47ebb565fb954a0 /net-analyzer/nb
parentremove unused stuff (diff)
downloadhistorical-d711d4f57368814fe1899ab78678c0e03c15b0d7.tar.gz
historical-d711d4f57368814fe1899ab78678c0e03c15b0d7.tar.bz2
historical-d711d4f57368814fe1899ab78678c0e03c15b0d7.zip
Version bump wrt bug #131995
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'net-analyzer/nb')
-rw-r--r--net-analyzer/nb/ChangeLog10
-rw-r--r--net-analyzer/nb/files/digest-nb-0.6.22
-rw-r--r--net-analyzer/nb/files/digest-nb-0.6.53
-rw-r--r--net-analyzer/nb/nb-0.6.2.ebuild6
-rw-r--r--net-analyzer/nb/nb-0.6.5.ebuild22
5 files changed, 38 insertions, 5 deletions
diff --git a/net-analyzer/nb/ChangeLog b/net-analyzer/nb/ChangeLog
index 180fe09376ac..14e620dd4c2e 100644
--- a/net-analyzer/nb/ChangeLog
+++ b/net-analyzer/nb/ChangeLog
@@ -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)
diff --git a/net-analyzer/nb/files/digest-nb-0.6.2 b/net-analyzer/nb/files/digest-nb-0.6.2
index 7ef15b9d40ce..918d32d2ee94 100644
--- a/net-analyzer/nb/files/digest-nb-0.6.2
+++ b/net-analyzer/nb/files/digest-nb-0.6.2
@@ -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
index 000000000000..fe15d04d4c36
--- /dev/null
+++ b/net-analyzer/nb/files/digest-nb-0.6.5
@@ -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
diff --git a/net-analyzer/nb/nb-0.6.2.ebuild b/net-analyzer/nb/nb-0.6.2.ebuild
index 431aa83e027c..c67d217dd953 100644
--- a/net-analyzer/nb/nb-0.6.2.ebuild
+++ b/net-analyzer/nb/nb-0.6.2.ebuild
@@ -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
index 000000000000..b96ebdfa889f
--- /dev/null
+++ b/net-analyzer/nb/nb-0.6.5.ebuild
@@ -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