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 AF8C113888F for ; Wed, 7 Oct 2015 05:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC2E421C003; Wed, 7 Oct 2015 05:42:27 +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 634F521C003 for ; Wed, 7 Oct 2015 05:42:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40B15340854 for ; Wed, 7 Oct 2015 05:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9969B28 for ; Wed, 7 Oct 2015 05:42:23 +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: <1444196530.fc318a2cb3ab4f041a3c5f0897d4c5fb343bcea0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: fc318a2cb3ab4f041a3c5f0897d4c5fb343bcea0 X-VCS-Branch: master Date: Wed, 7 Oct 2015 05:42:23 +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: a842436d-6683-4108-b5a7-972287a5356a X-Archives-Hash: a98aad597fb5055e364f693af502d470 commit: fc318a2cb3ab4f041a3c5f0897d4c5fb343bcea0 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 7 05:41:51 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 7 05:42:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc318a2c net-analyzer/pmacct: Do not use mirror://gentoo/. Package-Manager: portage-2.2.22 net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild b/net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild index 2900099..06a5c51 100644 --- a/net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild +++ b/net-analyzer/pmacct/pmacct-1.5.3_pre20150925.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A network tool to gather IP traffic information" HOMEPAGE="http://www.pmacct.net/" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"