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 6ADA8138E20 for ; Fri, 21 Feb 2014 16:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40EE9E0F7F; Fri, 21 Feb 2014 16:19:20 +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 661D8E0ED4 for ; Fri, 21 Feb 2014 16:19:19 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 956EA33F692 for ; Fri, 21 Feb 2014 16:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8143C188CB for ; Fri, 21 Feb 2014 16:19:16 +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: <1392769702.8070e9d0f441118054f5abadecc8c621db15e27d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/likwid/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/likwid/likwid-3.1.1.ebuild X-VCS-Directories: sys-apps/likwid/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8070e9d0f441118054f5abadecc8c621db15e27d X-VCS-Branch: master Date: Fri, 21 Feb 2014 16:19:16 +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: efc3db75-9c54-41a1-83cc-2b8e5b904676 X-Archives-Hash: aea3a67511ca02963297f717e43fb235 commit: 8070e9d0f441118054f5abadecc8c621db15e27d Author: Andreas Schäfer gmx de> AuthorDate: Wed Feb 19 00:28:22 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 19 00:28:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8070e9d0 fixed download link --- sys-apps/likwid/likwid-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/likwid/likwid-3.1.1.ebuild b/sys-apps/likwid/likwid-3.1.1.ebuild index e6c6a5e..54f18ca 100644 --- a/sys-apps/likwid/likwid-3.1.1.ebuild +++ b/sys-apps/likwid/likwid-3.1.1.ebuild @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="Command line tools for developing high performance multi threaded programs" HOMEPAGE="http://code.google.com/p/likwid/" -SRC_URI="http://likwid.googlecode.com/files/${P}.tar.gz" +SRC_URI="http://gentryx.de/~gentryx/${P}.tar.gz" SLOT="0" LICENSE="GPL-3"