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: Thu, 01 Oct 2015 06:06:46
Message-Id: 1443376629.25864b2932e7cbdf5b89762474dff27c8f7b1e21.jlec@gentoo
1 commit: 25864b2932e7cbdf5b89762474dff27c8f7b1e21
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Sun Sep 27 17:57:09 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 17:57:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=25864b29
7
8 saving archive as ${P}
9
10 sci-biology/spm/spm-12_p6470.ebuild | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/sci-biology/spm/spm-12_p6470.ebuild b/sci-biology/spm/spm-12_p6470.ebuild
14 index da1b1b0..308f8a7 100644
15 --- a/sci-biology/spm/spm-12_p6470.ebuild
16 +++ b/sci-biology/spm/spm-12_p6470.ebuild
17 @@ -10,8 +10,7 @@ MY_PV=$(get_major_version)
18
19 DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab"
20 HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/"
21 -SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${MY_PV}.zip"
22 -
23 +SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${MY_PV}.zip -> ${P}"
24 LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="~amd64"
27 @@ -21,7 +20,7 @@ DEPEND="${RDEPEND}
28 app-arch/unzip
29 "
30
31 -S="${WORKDIR}/${PN}${MY_PV}/src"
32 +S="${WORKDIR}/${PN}${PV}/src"
33
34 src_prepare() {
35 emake distclean PLATFORM=octave