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 C919B13881D for ; Sat, 26 Sep 2015 15:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA61E0885; Sat, 26 Sep 2015 15:19:42 +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 C8523E0885 for ; Sat, 26 Sep 2015 15:19:41 +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 8DBA2340C24 for ; Sat, 26 Sep 2015 15:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88D21FA for ; Sat, 26 Sep 2015 15:19:36 +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: <1443280767.6642669ecf748cd0dd9f3dbded89a44f425262eb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/spm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/spm/spm-12.ebuild X-VCS-Directories: sci-biology/spm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6642669ecf748cd0dd9f3dbded89a44f425262eb X-VCS-Branch: master Date: Sat, 26 Sep 2015 15:19:36 +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: 8018cb03-3b46-40e7-8770-86da3bf5ef25 X-Archives-Hash: 7122762b346bc80966a44f52df45f0d3 commit: 6642669ecf748cd0dd9f3dbded89a44f425262eb Author: Justin Lecher gentoo org> AuthorDate: Sat Sep 26 15:19:27 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Sep 26 15:19:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6642669e sci-biology/spm: Fix SRC_URI to the original tarball Closes GH #499 Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> sci-biology/spm/spm-12.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sci-biology/spm/spm-12.ebuild b/sci-biology/spm/spm-12.ebuild index 4f69567..0e07e62 100644 --- a/sci-biology/spm/spm-12.ebuild +++ b/sci-biology/spm/spm-12.ebuild @@ -6,18 +6,16 @@ EAPI=5 DESCRIPTION="Analysis of brain imaging data sequences for Octave or Matlab" HOMEPAGE="http://www.fil.ion.ucl.ac.uk/spm/" -SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.zip" +SRC_URI="http://www.fil.ion.ucl.ac.uk/spm/download/restricted/eldorado/${PN}${PV}.0.zip" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=sci-mathematics/octave-3.8 - " - +RDEPEND=">=sci-mathematics/octave-3.8" DEPEND="${RDEPEND} app-arch/unzip - " +" S="${WORKDIR}/${PN}${PV}/src"