diff options
Diffstat (limited to 'net-analyzer/nb/nb-0.9.03.ebuild')
-rw-r--r-- | net-analyzer/nb/nb-0.9.03.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net-analyzer/nb/nb-0.9.03.ebuild b/net-analyzer/nb/nb-0.9.03.ebuild index 3caf3ea813b9..4cc306d73c1c 100644 --- a/net-analyzer/nb/nb-0.9.03.ebuild +++ b/net-analyzer/nb/nb-0.9.03.ebuild @@ -1,9 +1,9 @@ # 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.9.03.ebuild,v 1.1 2014/12/17 07:21:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild,v 1.2 2014/12/19 14:54:23 jer Exp $ EAPI=5 -inherit autotools eutils +inherit eutils DESCRIPTION="Nodebrain is a tool to monitor and do event correlation" HOMEPAGE="http://nodebrain.sourceforge.net/" @@ -30,14 +30,7 @@ RDEPEND=" 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() { @@ -46,11 +39,6 @@ src_configure() { --include=/usr/include } -src_compile() { - # Fails at parallel make - emake -j1 -} - src_install() { default use static-libs || prune_libtool_files |