Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/spm/
Date: Sat, 26 Sep 2015 15:19:45
Message-Id: 1443280767.6642669ecf748cd0dd9f3dbded89a44f425262eb.jlec@gentoo
1 commit: 6642669ecf748cd0dd9f3dbded89a44f425262eb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 15:19:27 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 15:19:27 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6642669e
7
8 sci-biology/spm: Fix SRC_URI to the original tarball
9
10 Closes GH #499
11
12 Package-Manager: portage-2.2.22
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-biology/spm/spm-12.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild
19 index 4f69567..0e07e62 100644
20 --- a/sci-biology/spm/spm-12.ebuild
21 +++ b/sci-biology/spm/spm-12.ebuild
22 @@ -6,18 +6,16 @@ EAPI=5
23
24 DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab"
25 HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/"
26 -SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.zip"
27 +SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.0.zip"
28
29 LICENSE="GPL-2+"
30 SLOT="0"
31 KEYWORDS="~amd64"
32
33 -RDEPEND=">=sci-mathematics/octave-3.8
34 - "
35 -
36 +RDEPEND=">=sci-mathematics/octave-3.8"
37 DEPEND="${RDEPEND}
38 app-arch/unzip
39 - "
40 +"
41
42 S="${WORKDIR}/${PN}${PV}/src"