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 467721387B1 for ; Tue, 22 Sep 2015 10:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3987F21C042; Tue, 22 Sep 2015 10:07:06 +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 DE29621C042 for ; Tue, 22 Sep 2015 10:07:00 +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 25BB1340998 for ; Tue, 22 Sep 2015 10:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0AE242 for ; Tue, 22 Sep 2015 10:06:56 +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: <1442915800.3f7581d96fb010ca19225d7861ffafb7966dac97.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/ganglia_jobmonarch/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild X-VCS-Directories: sys-cluster/ganglia_jobmonarch/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3f7581d96fb010ca19225d7861ffafb7966dac97 X-VCS-Branch: master Date: Tue, 22 Sep 2015 10:06:56 +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: e1cbc203-9e9d-4a96-9b95-39b6becf4ee5 X-Archives-Hash: 40a2bcea7927b7bab81619292d23e2c6 commit: 3f7581d96fb010ca19225d7861ffafb7966dac97 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 09:56:40 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:56:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f7581d9 sys-cluster/ganglia_jobmonarch: Fix SRC_URI Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild b/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild index b846c3b..c5d8a29 100644 --- a/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild +++ b/sys-cluster/ganglia_jobmonarch/ganglia_jobmonarch-0.3.1.ebuild @@ -10,7 +10,7 @@ inherit eutils webapp depend.php python-r1 DESCRIPTION="Ganglia addons for Torque" HOMEPAGE="https://oss.trac.surfsara.nl/jobmonarch/" -SRC_URI="http://ftp.surfsara.nl/pub/outgoing/${PN}/${PV}/${P}.tar.bz2" +SRC_URI="http://ftp.surfsara.nl/pub/outgoing/jobmonarch/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"