From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C40E9138359 for ; Thu, 20 Aug 2020 07:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1410E0BC6; Thu, 20 Aug 2020 07:32:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C95B8E0BC5 for ; Thu, 20 Aug 2020 07:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF1B534F39C for ; Thu, 20 Aug 2020 07:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289AC30A for ; Thu, 20 Aug 2020 07:31:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1597908712.3df1fe61a1972cbe325fc4298099897f42420691.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nethogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nethogs/Manifest net-analyzer/nethogs/nethogs-0.8.6.ebuild X-VCS-Directories: net-analyzer/nethogs/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3df1fe61a1972cbe325fc4298099897f42420691 X-VCS-Branch: master Date: Thu, 20 Aug 2020 07:31:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdb6510e-b22a-460a-a23c-d9aa13ea95b0 X-Archives-Hash: ac0cb5ab9ce50d0e348e45dd25feb80c commit: 3df1fe61a1972cbe325fc4298099897f42420691 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 20 07:29:53 2020 +0000 Commit: Jeroen Roovers gentoo 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 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 +}