diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-30 03:19:48 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-30 03:19:48 +0000 |
commit | a48365b3a8c820ff65a202639af42bb2c86341c1 (patch) | |
tree | dc7189be25b42fa623306fddf4cdf34bf7875b6c /net-analyzer | |
parent | version bump thanks to meatoo (diff) | |
download | gentoo-2-a48365b3a8c820ff65a202639af42bb2c86341c1.tar.gz gentoo-2-a48365b3a8c820ff65a202639af42bb2c86341c1.tar.bz2 gentoo-2-a48365b3a8c820ff65a202639af42bb2c86341c1.zip |
version bump 0.6.2
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nb/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nb/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/nb/files/digest-nb-0.6.2 | 1 | ||||
-rw-r--r-- | net-analyzer/nb/nb-0.6.2.ebuild | 30 |
4 files changed, 40 insertions, 2 deletions
diff --git a/net-analyzer/nb/ChangeLog b/net-analyzer/nb/ChangeLog index 53842c458e12..180fe09376ac 100644 --- a/net-analyzer/nb/ChangeLog +++ b/net-analyzer/nb/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2005/07/19 15:29:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.3 2005/07/30 03:19:48 vanquirius Exp $ + +*nb-0.6.2 (30 Jul 2005) + + 30 Jul 2005; Marcelo Goes <vanquirius@gentoo.org> +nb-0.6.2.ebuild: + Version bump. 19 Jul 2005; David Holm <dholm@gentoo.org> nb-0.6.1.ebuild: Added to ~ppc. diff --git a/net-analyzer/nb/Manifest b/net-analyzer/nb/Manifest index 45f219e1c167..ce561403e0dd 100644 --- a/net-analyzer/nb/Manifest +++ b/net-analyzer/nb/Manifest @@ -1,4 +1,6 @@ +MD5 1bc2b900b117c27e422d6879919d0ce8 nb-0.6.2.ebuild 654 +MD5 1bc2b900b117c27e422d6879919d0ce8 nb-0.6.1.ebuild 654 MD5 d383444667ddab60cad8e10f14c7cc2b ChangeLog 485 MD5 090f3acbc5287dc8a7887b6a9398aa86 metadata.xml 251 -MD5 1bc2b900b117c27e422d6879919d0ce8 nb-0.6.1.ebuild 654 MD5 3169a9c3837808f0ccebe7e02fbb4584 files/digest-nb-0.6.1 67 +MD5 27f4b6931715afec862f2b52bd3f4659 files/digest-nb-0.6.2 67 diff --git a/net-analyzer/nb/files/digest-nb-0.6.2 b/net-analyzer/nb/files/digest-nb-0.6.2 new file mode 100644 index 000000000000..7ef15b9d40ce --- /dev/null +++ b/net-analyzer/nb/files/digest-nb-0.6.2 @@ -0,0 +1 @@ +MD5 669b1404eace19b76ae52e0586209a99 nb-0.6.2-source.tar.gz 514411 diff --git a/net-analyzer/nb/nb-0.6.2.ebuild b/net-analyzer/nb/nb-0.6.2.ebuild new file mode 100644 index 000000000000..431aa83e027c --- /dev/null +++ b/net-analyzer/nb/nb-0.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 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 $ + +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-5.6.0" + +src_compile() { + ./build-nb || die +} + +src_install() { + DIR=${D}/usr ./install-nb || die + + exeinto /usr/bin + doexe bin/nb* + + dodoc AUTHORS NEWS README THANKS sample/* + dohtml html/* +} + + |