jer         14/08/15 08:55:03

  Modified:             ChangeLog
  Added:                nb-0.8.17.ebuild nb-0.9.02.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.21                 net-analyzer/nb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   14 Jul 2014 12:15:28 -0000      1.20
+++ ChangeLog   15 Aug 2014 08:55:03 -0000      1.21
@@ -1,6 +1,13 @@
 # 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.20 2014/07/14 
12:15:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.21 2014/08/15 
08:55:03 jer Exp $
+
+*nb-0.9.02 (15 Aug 2014)
+*nb-0.8.17 (15 Aug 2014)
+
+  15 Aug 2014; Jeroen Roovers <[email protected]> +nb-0.8.17.ebuild,
+  +nb-0.9.02.ebuild:
+  Version bump.
 
   14 Jul 2014; Jeroen Roovers <[email protected]> -nb-0.8.14.ebuild,
   -files/nb-0.8.14-configure.patch:



1.1                  net-analyzer/nb/nb-0.8.17.ebuild

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

Index: nb-0.8.17.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.17.ebuild,v 1.1 
2014/08/15 08:55:03 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"

CDEPEND="dev-libs/libedit"
DEPEND="
        ${CDEPEND}
        dev-lang/perl
        virtual/pkgconfig
        sys-apps/texinfo
"
RDEPEND="
        ${CDEPEND}
        !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/*
}



1.1                  net-analyzer/nb/nb-0.9.02.ebuild

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

Index: nb-0.9.02.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.9.02.ebuild,v 1.1 
2014/08/15 08:55:03 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"

CDEPEND="dev-libs/libedit"
DEPEND="
        ${CDEPEND}
        dev-lang/perl
        virtual/pkgconfig
        sys-apps/texinfo
"
RDEPEND="
        ${CDEPEND}
        !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/*
}




Reply via email to