public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnstop/
Date: Mon, 26 Sep 2016 11:48:18 +0000 (UTC)	[thread overview]
Message-ID: <1474890471.dd10ed8f733239e09ebe82949e68a9c36ad8b37a.xmw@gentoo> (raw)

commit:     dd10ed8f733239e09ebe82949e68a9c36ad8b37a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 11:46:41 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 11:47:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd10ed8f

net-dns/dnstop: Fix for ncurses[tinfo], thanks Fabio Scaccabarozzi, bug 595068.

Package-Manager: portage-2.2.28

 net-dns/dnstop/dnstop-20140915-r1.ebuild | 38 ++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/net-dns/dnstop/dnstop-20140915-r1.ebuild b/net-dns/dnstop/dnstop-20140915-r1.ebuild
new file mode 100644
index 00000000..cb7eeef
--- /dev/null
+++ b/net-dns/dnstop/dnstop-20140915-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Displays various tables of DNS traffic on your network"
+HOMEPAGE="http://dnstop.measurement-factory.com/"
+SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="ipv6"
+
+RDEPEND="sys-libs/ncurses:0
+	net-libs/libpcap[ipv6?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	epatch_user
+}
+
+src_configure() {
+	if has_version sys-libs/ncurses:0[tinfo] ; then
+		append-libs -ltinfo	#bug 595068
+	fi
+	econf \
+		$(use_enable ipv6)
+}
+
+src_install() {
+	dobin dnstop
+	doman dnstop.8
+	dodoc CHANGES
+}


             reply	other threads:[~2016-09-26 11:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 11:48 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-29 14:04 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnstop/ Florian Schmaus
2024-04-14 13:48 Arthur Zamarin
2024-04-13 18:53 Arthur Zamarin
2024-04-13 18:52 Arthur Zamarin
2024-04-13 18:37 Arthur Zamarin
2020-11-27 15:59 Aaron Bauman
2020-05-09  7:48 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-05-08 17:11 Agostino Sarubbo
2020-05-08 17:10 Agostino Sarubbo
2017-01-22 16:37 Jeroen Roovers
2016-03-15 15:27 Agostino Sarubbo

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=1474890471.dd10ed8f733239e09ebe82949e68a9c36ad8b37a.xmw@gentoo \
    --to=xmw@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