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 43E89139085 for ; Sun, 15 Jan 2017 07:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E689234268; Sun, 15 Jan 2017 07:50:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48408234268 for ; Sun, 15 Jan 2017 07:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FC93340988 for ; Sun, 15 Jan 2017 07:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B58E27AE for ; Sun, 15 Jan 2017 07:50:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1484466443.28e190ff218be5771f4e58fe414296f818128b26.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: net-analyzer/nethogs/ X-VCS-Repository: proj/betagarden X-VCS-Files: net-analyzer/nethogs/nethogs-9999.ebuild X-VCS-Directories: net-analyzer/nethogs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 28e190ff218be5771f4e58fe414296f818128b26 X-VCS-Branch: master Date: Sun, 15 Jan 2017 07:50:21 +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-Archives-Salt: b06a925d-3109-425b-8cb6-9a73cb1f46a9 X-Archives-Hash: a9d09baf702ddbd42f3d3fd4f0b99a01 commit: 28e190ff218be5771f4e58fe414296f818128b26 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 15 07:47:23 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 15 07:47:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=28e190ff net-analyzer/nethogs: Fix after latest tree updates Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/nethogs/nethogs-9999.ebuild | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/net-analyzer/nethogs/nethogs-9999.ebuild b/net-analyzer/nethogs/nethogs-9999.ebuild index 405b6dd..419fc75 100644 --- a/net-analyzer/nethogs/nethogs-9999.ebuild +++ b/net-analyzer/nethogs/nethogs-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils git-r3 toolchain-funcs DESCRIPTION="A small 'net top' tool, grouping bandwidth by process" -HOMEPAGE="http://nethogs.sf.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/raboof/nethogs" +SRC_URI="" EGIT_REPO_URI="https://github.com/raboof/nethogs.git" LICENSE="GPL-2" @@ -17,21 +17,18 @@ KEYWORDS="" RDEPEND=" net-libs/libpcap - sys-libs/ncurses + sys-libs/ncurses:0= " DEPEND=" ${RDEPEND} virtual/pkgconfig " -DOCS=( Changelog DESIGN README ) - -src_prepare() { - tc-export CC CXX PKG_CONFIG -} +DOCS=( DESIGN README.decpcap.txt README.md ) src_compile() { - emake NCURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" + tc-export CC CXX PKG_CONFIG + emake NCURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" ${PN} } src_install() {