diff options
Diffstat (limited to 'net-analyzer/nb/nb-0.6.5-r1.ebuild')
-rw-r--r-- | net-analyzer/nb/nb-0.6.5-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/nb/nb-0.6.5-r1.ebuild b/net-analyzer/nb/nb-0.6.5-r1.ebuild deleted file mode 100644 index ff27b793f822..000000000000 --- a/net-analyzer/nb/nb-0.6.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 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.3 2011/10/27 18:42:06 jer 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" -RDEPEND=" - !sys-boot/netboot - !www-apps/nanoblogger -" - -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/* -} |