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 634CD1382BD for ; Wed, 15 Jun 2016 14:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED2B7E0A10; Wed, 15 Jun 2016 14:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 834FDE0A10 for ; Wed, 15 Jun 2016 14:19:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66031340662 for ; Wed, 15 Jun 2016 14:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6152413 for ; Wed, 15 Jun 2016 14:19:15 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1465818079.f8176bd04081ba7aa4368aed4b1b253449126fd1.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-0.2.4.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: f8176bd04081ba7aa4368aed4b1b253449126fd1 X-VCS-Branch: master Date: Wed, 15 Jun 2016 14:19:15 +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: a8ecd8b6-7f36-412e-89f4-c52d318d1a25 X-Archives-Hash: 222a84f0c854e8db9d4c87fadd7cd841 commit: f8176bd04081ba7aa4368aed4b1b253449126fd1 Author: Horea Christian yandex com> AuthorDate: Mon Jun 13 11:41:19 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Mon Jun 13 11:41:19 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8176bd0 sci-biology/nilearn: updated download link Package-Manager: portage-2.3.0_rc1 sci-biology/nilearn/nilearn-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild b/sci-biology/nilearn/nilearn-0.2.4.ebuild index fb74713..0d3b294 100644 --- a/sci-biology/nilearn/nilearn-0.2.4.ebuild +++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" HOMEPAGE="http://nilearn.github.io/" -SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}" +SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"