diff options
author | Chris Kerr <debdepba@dasganma.tk> | 2016-01-02 15:19:22 +0100 |
---|---|---|
committer | Chris Kerr <debdepba@dasganma.tk> | 2016-01-10 14:19:34 +0100 |
commit | eb72853c593bb30f3f345c4c718cdec1437c0616 (patch) | |
tree | 5c91e511125ec046855f48c6627f974f37de24d0 | |
parent | Update copyright year (diff) | |
download | sci-eb72853c593bb30f3f345c4c718cdec1437c0616.tar.gz sci-eb72853c593bb30f3f345c4c718cdec1437c0616.tar.bz2 sci-eb72853c593bb30f3f345c4c718cdec1437c0616.zip |
Save the downloaded tarball as ${P}.tar.gz
Using the `->` operator in `SRC_URI`
-rw-r--r-- | sci-libs/nexus/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/nexus/nexus-4.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/nexus/Manifest b/sci-libs/nexus/Manifest index 0828e19bb..ae75bd58b 100644 --- a/sci-libs/nexus/Manifest +++ b/sci-libs/nexus/Manifest @@ -1 +1 @@ -DIST v4.4.1.tar.gz 4820168 SHA256 5674ff3ac5573e80a33963804975ae1dadf55a95bcee818f23f485569d72bf1b SHA512 f561e5dcb48d6bb5d8acbfecae0e447fe7ca5c82ef85d03d3a9874a2f31e47769ac4229579a31321e2462160f39f6a1f1af28e7d05d5ff9985b1c4281cf053d1 WHIRLPOOL e86d2407eac3ca65274e9e622d3859321550966077b378f918eaafd9a37f68e0958f2b25329f07b8a93fd535613cbe2a9b5ef0d4a7a003acbc199ae9acf99915 +DIST nexus-4.4.1.tar.gz 4820168 SHA256 5674ff3ac5573e80a33963804975ae1dadf55a95bcee818f23f485569d72bf1b SHA512 f561e5dcb48d6bb5d8acbfecae0e447fe7ca5c82ef85d03d3a9874a2f31e47769ac4229579a31321e2462160f39f6a1f1af28e7d05d5ff9985b1c4281cf053d1 WHIRLPOOL e86d2407eac3ca65274e9e622d3859321550966077b378f918eaafd9a37f68e0958f2b25329f07b8a93fd535613cbe2a9b5ef0d4a7a003acbc199ae9acf99915 diff --git a/sci-libs/nexus/nexus-4.4.1.ebuild b/sci-libs/nexus/nexus-4.4.1.ebuild index 6230c4c30..b113f9e82 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" |