public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: net-analyzer/nethogs/
Date: Sun, 15 Jan 2017 07:50:21 +0000 (UTC)	[thread overview]
Message-ID: <1484466443.28e190ff218be5771f4e58fe414296f818128b26.jlec@gentoo> (raw)

commit:     28e190ff218be5771f4e58fe414296f818128b26
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 07:47:23 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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() {


             reply	other threads:[~2017-01-15  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15  7:50 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-20  0:30 [gentoo-commits] proj/betagarden:master commit in: net-analyzer/nethogs/ Sebastian Pipping
2014-07-28  6:23 Justin Lecher
2014-07-21  6:33 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=1484466443.28e190ff218be5771f4e58fe414296f818128b26.jlec@gentoo \
    --to=jlec@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