From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AAC021384B4 for ; Mon, 16 Nov 2015 05:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13CB521C00A; Mon, 16 Nov 2015 05:20:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8EAD21C00A for ; Mon, 16 Nov 2015 05:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 864AA34086C for ; Mon, 16 Nov 2015 05:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6F5AA96 for ; Mon, 16 Nov 2015 05:20:21 +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: <1447651212.919f920e0c94c2920f9fb111b753041a1ebb39f6.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bmon/bmon-3.8.ebuild X-VCS-Directories: net-analyzer/bmon/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 919f920e0c94c2920f9fb111b753041a1ebb39f6 X-VCS-Branch: master Date: Mon, 16 Nov 2015 05:20: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: 360544ab-8016-478c-afed-9ed7caa95f28 X-Archives-Hash: 2b835c7bd5ecc59e13568e6f1c56ddb2 commit: 919f920e0c94c2920f9fb111b753041a1ebb39f6 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Nov 16 05:20:12 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Nov 16 05:20:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f920e net-analyzer/bmon: Add github HOMEPAGE. Package-Manager: portage-2.2.24 net-analyzer/bmon/bmon-3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/bmon/bmon-3.8.ebuild b/net-analyzer/bmon/bmon-3.8.ebuild index 6e95a10..289eb06 100644 --- a/net-analyzer/bmon/bmon-3.8.ebuild +++ b/net-analyzer/bmon/bmon-3.8.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils linux-info toolchain-funcs DESCRIPTION="interface bandwidth monitor" -HOMEPAGE="http://www.infradead.org/~tgr/bmon/" +HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/" SRC_URI=" https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz "