public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nb: ChangeLog nb-0.6.5-r1.ebuild nb-0.6.5.ebuild
@ 2008-11-16 20:28 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2008-11-16 20:28 UTC (permalink / raw
  To: gentoo-commits

pva         08/11/16 20:28:46

  Modified:             ChangeLog
  Added:                nb-0.6.5-r1.ebuild
  Removed:              nb-0.6.5.ebuild
  Log:
  Fixed wrong installation path for man pages (bug #246661) and not respecting C{,XX}FLAGS (bug #240858), thank Diego Pettenò for both. General ebuild cleanup, fixed build with --as-needed and now we respect LDFLAGS.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)

Revision  Changes    Path
1.7                  net-analyzer/nb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nb/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nb/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Sep 2007 17:33:08 -0000	1.6
+++ ChangeLog	16 Nov 2008 20:28:46 -0000	1.7
@@ -1,6 +1,16 @@
 # ChangeLog for net-analyzer/nb
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.6 2007/09/06 17:33:08 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/ChangeLog,v 1.7 2008/11/16 20:28:46 pva Exp $
+
+*nb-0.6.5-r1 (16 Nov 2008)
+
+  16 Nov 2008; Peter Volkov <pva@gentoo.org>
+  +files/nb-0.6.5-CFLAGS-as-needed.patch, -nb-0.6.5.ebuild,
+  +nb-0.6.5-r1.ebuild:
+  Fixed wrong installation path for man pages (bug #246661) and not
+  respecting C{,XX}FLAGS (bug #240858), thank Diego Pettenò for both.
+  General ebuild cleanup, fixed build with --as-needed and now we respect
+  LDFLAGS.
 
   06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -nb-0.6.2.ebuild:
   Cleanup



1.1                  net-analyzer/nb/nb-0.6.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nb/nb-0.6.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nb/nb-0.6.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: nb-0.6.5-r1.ebuild
===================================================================
# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/11/16 20:28:46 pva Exp $

inherit eutils autotools

DESCRIPTION="Nodebrain is a tool to monitor and do event correlation."
HOMEPAGE="http://nodebrain.sourceforge.net/"
SRC_URI="mirror://sourceforge/nodebrain/${P}-source.tar.gz"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""

DEPEND="dev-lang/perl"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-CFLAGS-as-needed.patch"
	eautoreconf
}

src_install() {
	#DIR="${D}/usr" ./install-nb || die "install failed"
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS NEWS README THANKS sample/*
	dohtml html/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-16 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 20:28 [gentoo-commits] gentoo-x86 commit in net-analyzer/nb: ChangeLog nb-0.6.5-r1.ebuild nb-0.6.5.ebuild Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox