jer 14/05/03 21:30:16 Modified: nb-0.8.14.ebuild ChangeLog Added: nb-0.8.16.ebuild Removed: nb-0.6.5-r1.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-analyzer/nb/nb-0.8.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild?r1=1.2&r2=1.3 Index: nb-0.8.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nb-0.8.14.ebuild 9 Mar 2013 18:23:17 -0000 1.2 +++ nb-0.8.14.ebuild 3 May 2014 21:30:16 -0000 1.3 @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild,v 1.2 2013/03/09 18:23:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.8.14.ebuild,v 1.3 2014/05/03 21:30:16 jer Exp $ EAPI=5 inherit autotools eutils -DESCRIPTION="Nodebrain is a tool to monitor and do event correlation." +DESCRIPTION="Nodebrain is a tool to monitor and do event correlation" HOMEPAGE="http://nodebrain.sourceforge.net/" SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz" 1.19 net-analyzer/nb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 9 Mar 2013 18:23:17 -0000 1.18 +++ ChangeLog 3 May 2014 21:30:16 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nb -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.18 2013/03/09 18:23:17 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.19 2014/05/03 21:30:16 jer Exp $ + +*nb-0.8.16 (03 May 2014) + + 03 May 2014; Jeroen Roovers <[email protected]> -nb-0.6.5-r1.ebuild, + nb-0.8.14.ebuild, +nb-0.8.16.ebuild, -files/nb-0.6.5-CFLAGS-as-needed.patch: + Version bump. 09 Mar 2013; Jeroen Roovers <[email protected]> nb-0.8.14.ebuild: Remove testing cruft. 1.1 net-analyzer/nb/nb-0.8.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.8.16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.8.16.ebuild?rev=1.1&content-type=text/plain Index: nb-0.8.16.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.8.16.ebuild,v 1.1 2014/05/03 21:30:16 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Nodebrain is a tool to monitor and do event correlation" HOMEPAGE="http://nodebrain.sourceforge.net/" SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="static-libs" DEPEND=" dev-lang/perl virtual/pkgconfig sys-apps/texinfo " RDEPEND=" !sys-boot/netboot !www-apps/nanoblogger " S="${WORKDIR}/nodebrain-${PV}" src_prepare() { # fdl.texi is not included in the sources sed -i \ -e '/@include fdl.texi/d' \ doc/nbTutorial/nbTutorial.texi || die epatch "${FILESDIR}"/${PN}-0.8.14-include.patch eautoreconf } src_configure() { econf \ $(use_enable static-libs static) \ --include=/usr/include } src_compile() { # Fails at parallel make emake -j1 } src_install() { default use static-libs || prune_libtool_files dodoc AUTHORS NEWS README THANKS sample/* dohtml html/* }
