From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nethogs/
Date: Thu, 20 Aug 2020 07:31:59 +0000 (UTC) [thread overview]
Message-ID: <1597908712.3df1fe61a1972cbe325fc4298099897f42420691.jer@gentoo> (raw)
commit: 3df1fe61a1972cbe325fc4298099897f42420691
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 07:29:53 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 07:31:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df1fe61
net-analyzer/nethogs: Version 0.8.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/738078
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/nethogs/Manifest | 1 +
net-analyzer/nethogs/nethogs-0.8.6.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-analyzer/nethogs/Manifest b/net-analyzer/nethogs/Manifest
index bffab0f8052..16ce4054f3e 100644
--- a/net-analyzer/nethogs/Manifest
+++ b/net-analyzer/nethogs/Manifest
@@ -1 +1,2 @@
DIST nethogs-0.8.5.tar.gz 112385 BLAKE2B 1d4867447455720a11f3131787b731428550f03d106ad476367ae356954c6c9895d02a8e730488b3deb9638d54bd60765cb63bcf599f4ec73c0bdc8da3d52cae SHA512 a2be81fcebc9925dd8a0fd9f71c6e790206819e0cc5efeeeb0c741baa9fd25ec685a1784b6d331d938cf14381403f9c13d619509d0ffe713ce8786a83a380908
+DIST nethogs-0.8.6.tar.gz 116720 BLAKE2B 2d3695c2138f4e88c11a8c515156a430015c2844e09dd599091ff090fd87a3c12a1c5a7d1d9d32d302512a4e027a739a6b864f8d1e549593c6f86ab749989662 SHA512 1116f2e57bbf4d9213080598d04ff41c9ae28bd3e5c45c99068c783beb109eff3ffb02f9c3610f20ef0aa53606b3c500917d5d6983496599904d8c5a35cf2a6f
diff --git a/net-analyzer/nethogs/nethogs-0.8.6.ebuild b/net-analyzer/nethogs/nethogs-0.8.6.ebuild
new file mode 100644
index 00000000000..da998020a02
--- /dev/null
+++ b/net-analyzer/nethogs/nethogs-0.8.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A small 'net top' tool, grouping bandwidth by process"
+HOMEPAGE="https://github.com/raboof/nethogs"
+SRC_URI="https://github.com/raboof/nethogs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+
+RDEPEND="
+ net-libs/libpcap
+ sys-libs/ncurses:0=
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_compile() {
+ tc-export CC CXX
+ emake NCURSES_LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" ${PN}
+}
+
+src_install() {
+ emake DESTDIR="${ED}" PREFIX="/usr" install
+ dodoc DESIGN README.decpcap.txt README.md
+}
next reply other threads:[~2020-08-20 7:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-20 7:31 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:54 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nethogs/ Arthur Zamarin
2025-03-08 15:33 Sam James
2025-01-25 17:03 Sam James
2023-04-25 20:57 Sam James
2022-12-16 7:51 Sam James
2022-12-16 7:51 Sam James
2022-04-05 1:11 Sam James
2021-03-15 23:30 Sam James
2021-03-15 23:30 Sam James
2021-03-15 23:30 Sam James
2021-01-05 20:51 Sam James
2020-12-29 17:14 Sam James
2019-08-22 15:13 Jeroen Roovers
2018-09-20 15:20 Jeroen Roovers
2017-11-26 23:11 David Seifert
2017-03-28 12:05 Lars Wendler
2017-01-15 8:02 Justin Lecher
2016-12-24 10:18 Agostino Sarubbo
2016-12-24 9:47 Agostino Sarubbo
2016-01-15 6:18 Jeroen Roovers
2015-08-21 8:34 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=1597908712.3df1fe61a1972cbe325fc4298099897f42420691.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