Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83145 - Request for addition of the nodebrain package (.ebuild attached)
Summary: Request for addition of the nodebrain package (.ebuild attached)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-02-24 00:04 UTC by Luc Stepniewski
Modified: 2005-03-14 05:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for nodebrain (nb-0.6.1.ebuild,476 bytes, text/plain)
2005-02-24 00:04 UTC, Luc Stepniewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luc Stepniewski 2005-02-24 00:04:03 UTC
The nodebrain package, developed by Boeing and release as GPL isn't included in the Gentoo distribution. I made a .ebuild to be able to install it cleanly.

I put it as "net-analyzer/nb" (nb is it's "official name").

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




root@nefesh nb # cat nb-0.6.1.ebuild 
# Copyright 1999-2004 Gentoo Foundation 
# Distributed under the terms of the GNU General Public License v2 
 
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="x86" 
IUSE="" 
 
DEPEND=">=dev-lang/perl-5.6.0" 
 
src_compile() { 
        local myconf 
        ./build-nb || die 
} 
 
src_install() { 
        local myconf 
        DIR=${D}/usr ./install-nb || die 
}
Comment 1 Luc Stepniewski 2005-02-24 00:04:48 UTC
Created attachment 52022 [details]
ebuild for nodebrain
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2005-03-14 05:15:49 UTC
From first glace, the "local myconf" is unused, and should be omitted.
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2005-03-14 05:40:13 UTC
arch should be ~x86 and not stable...

anyway, there's a couple of more changes, check the ebuild in the tree.

thanks!