jer         14/12/19 14:54:23

  Modified:             ChangeLog nb-0.9.03.ebuild
  Removed:              nb-0.8.17.ebuild
  Log:
  Remove fdl.texi sed script and parallel make restriction, by Ed Trettevik.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.24                 net-analyzer/nb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   17 Dec 2014 07:21:06 -0000      1.23
+++ ChangeLog   19 Dec 2014 14:54:23 -0000      1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.23 2014/12/17 
07:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.24 2014/12/19 
14:54:23 jer Exp $
+
+  19 Dec 2014; Jeroen Roovers <[email protected]> -nb-0.8.17.ebuild,
+  nb-0.9.03.ebuild:
+  Remove fdl.texi sed script and parallel make restriction, by Ed Trettevik.
 
 *nb-0.9.03 (17 Dec 2014)
 



1.2                  net-analyzer/nb/nb-0.9.03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild?r1=1.1&r2=1.2

Index: nb-0.9.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.9.03.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nb-0.9.03.ebuild    17 Dec 2014 07:21:06 -0000      1.1
+++ nb-0.9.03.ebuild    19 Dec 2014 14:54:23 -0000      1.2
@@ -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 @@
 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 @@
                --include=/usr/include
 }
 
-src_compile() {
-       # Fails at parallel make
-       emake -j1
-}
-
 src_install() {
        default
        use static-libs || prune_libtool_files




Reply via email to