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 4A64C1388BF for ; Sun, 10 Jan 2016 15:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 725A5E07F1; Sun, 10 Jan 2016 15:32:17 +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 9B615E07AE for ; Sun, 10 Jan 2016 15:32:16 +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 AF673340901 for ; Sun, 10 Jan 2016 15:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E81ECD22 for ; Sun, 10 Jan 2016 15:32:13 +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: <1452431974.eb72853c593bb30f3f345c4c718cdec1437c0616.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nexus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nexus/nexus-4.4.1.ebuild X-VCS-Directories: sci-libs/nexus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: eb72853c593bb30f3f345c4c718cdec1437c0616 X-VCS-Branch: master Date: Sun, 10 Jan 2016 15:32:13 +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: 4088b7b2-8c1f-4e1c-9207-18ad8d2a6b96 X-Archives-Hash: 9270f41802820975e005007a48fd7347 commit: eb72853c593bb30f3f345c4c718cdec1437c0616 Author: Chris Kerr dasganma tk> AuthorDate: Sat Jan 2 14:19:22 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 10 13:19:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb72853c Save the downloaded tarball as ${P}.tar.gz Using the `->` operator in `SRC_URI` sci-libs/nexus/nexus-4.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/nexus/nexus-4.4.1.ebuild b/sci-libs/nexus/nexus-4.4.1.ebuild index 6230c4c..b113f9e 100644 --- a/sci-libs/nexus/nexus-4.4.1.ebuild +++ b/sci-libs/nexus/nexus-4.4.1.ebuild @@ -10,7 +10,7 @@ inherit cmake-utils fortran-2 java-pkg-opt-2 DESCRIPTION="Data format for neutron and x-ray scattering data" HOMEPAGE="http://nexusformat.org/" -SRC_URI="https://github.com/nexusformat/code/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/nexusformat/code/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"