From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nodebrain/
Date: Mon, 17 Apr 2017 05:11:42 +0000 (UTC) [thread overview]
Message-ID: <1492405900.1b83413ccdfc7b363fb230d16a469eee4b65822c.jer@gentoo> (raw)
commit: 1b83413ccdfc7b363fb230d16a469eee4b65822c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 05:10:37 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 05:11:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b83413c
net-analyzer/nodebrain: Add live ebuild.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/nodebrain/nodebrain-9999.ebuild | 52 ++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/net-analyzer/nodebrain/nodebrain-9999.ebuild b/net-analyzer/nodebrain/nodebrain-9999.ebuild
new file mode 100644
index 00000000000..c27ee0d59ed
--- /dev/null
+++ b/net-analyzer/nodebrain/nodebrain-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils git-r3
+
+DESCRIPTION="Monitor and do event correlation"
+HOMEPAGE="http://nodebrain.sourceforge.net/"
+EGIT_REPO_URI="https://github.com/trettevik/nodebrain-nb"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+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
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.8.14-include.patch
+)
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --include=/usr/include
+}
+
+src_install() {
+ default
+
+ dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
+
+ prune_libtool_files
+}
next reply other threads:[~2017-04-17 5:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-17 5:11 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-17 5:11 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nodebrain/ Jeroen Roovers
2015-09-26 6:29 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1492405900.1b83413ccdfc7b363fb230d16a469eee4b65822c.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox