Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nettop/
Date: Sat, 09 Jul 2016 08:57:31
Message-Id: 1468052809.7863251050a4b3c5640488810ac9b61735906a13.monsieurp@gentoo
1 commit: 7863251050a4b3c5640488810ac9b61735906a13
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 7 17:32:20 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 08:26:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78632510
7
8 net-analyzer/nettop: fix HOMEPAGE and SRC_URI.
9
10 Gentoo-Bug: https://bugs.gentoo.org/353666
11 Closes: https://github.com/gentoo/gentoo/pull/1848
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
19 index d1bc2d0..c027b46 100644
20 --- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
21 +++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
22 @@ -7,8 +7,8 @@ EAPI=5
23 inherit eutils toolchain-funcs
24
25 DESCRIPTION="top like program for network activity"
26 -SRC_URI="http://srparish.net/scripts/${P}.tar.gz"
27 -HOMEPAGE="http://srparish.net/software/"
28 +SRC_URI="mirror://gentoo/${P}.tar.gz"
29 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
30
31 SLOT="0"
32 LICENSE="BSD"