diff options
author | 2006-10-08 22:01:16 +0000 | |
---|---|---|
committer | 2006-10-08 22:01:16 +0000 | |
commit | 1ef51b4dbca2794225d74ac3242da6672975fb95 (patch) | |
tree | a568640e144cef05e4cf507a4b5dc6e413ee695f /net-analyzer | |
parent | Version bump wrt bug #131995 (diff) | |
download | gentoo-2-1ef51b4dbca2794225d74ac3242da6672975fb95.tar.gz gentoo-2-1ef51b4dbca2794225d74ac3242da6672975fb95.tar.bz2 gentoo-2-1ef51b4dbca2794225d74ac3242da6672975fb95.zip |
Adding samples and docs
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nb/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nb/nb-0.6.5.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/nb/ChangeLog b/net-analyzer/nb/ChangeLog index 14e620dd4c2e..2bb0a22345ac 100644 --- a/net-analyzer/nb/ChangeLog +++ b/net-analyzer/nb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nb # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.5 2006/10/08 22:01:16 jokey Exp $ + + 08 Oct 2006; Markus Ullmann <jokey@gentoo.org> nb-0.6.5.ebuild: + Adding samples and docs *nb-0.6.5 (08 Oct 2006) diff --git a/net-analyzer/nb/nb-0.6.5.ebuild b/net-analyzer/nb/nb-0.6.5.ebuild index b96ebdfa889f..b475e1b3add9 100644 --- a/net-analyzer/nb/nb-0.6.5.ebuild +++ b/net-analyzer/nb/nb-0.6.5.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.5.ebuild,v 1.2 2006/10/08 22:01:16 jokey Exp $ DESCRIPTION="Nodebrain is a tool to monitor and do event correlation." HOMEPAGE="http://www.nodebrain.org/" @@ -19,4 +19,7 @@ src_compile() { src_install() { DIR=${D}/usr ./install-nb || die "install failed" -}
\ No newline at end of file + + dodoc AUTHORS NEWS README THANKS sample/* + dohtml html/* +} |