commit:     eb72853c593bb30f3f345c4c718cdec1437c0616
Author:     Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Sat Jan  2 14:19:22 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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"

Reply via email to