commit:     7ff729074e0b2e9a0d9abbd8bd046137347c9525
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Thu Jun 11 22:25:22 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 22:25:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ff72907

downloading tarball instead of zip

Package-Manager: portage-2.2.20

 sci-libs/nibabel/ChangeLog            | 6 ++++--
 sci-libs/nibabel/nibabel-1.3.0.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-libs/nibabel/ChangeLog b/sci-libs/nibabel/ChangeLog
index c31cec7..237f97e 100644
--- a/sci-libs/nibabel/ChangeLog
+++ b/sci-libs/nibabel/ChangeLog
@@ -1,8 +1,10 @@
 # ChangeLog for sci-libs/nibabel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jun 2015; Chymera <chym...@gentoo.org> nibabel-1.3.0.ebuild:
+  now downloading as tarball
+
   06 Jan 2014; Justin Lecher <j...@gentoo.org> nibabel-1.3.0.ebuild,
   nibabel-9999.ebuild, metadata.xml:
   Switch from git-2 to git-r3
-

diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild 
b/sci-libs/nibabel/nibabel-1.3.0.ebuild
index c3d5d27..886434f 100644
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Access a cacophony of neuro-imaging file formats"
 HOMEPAGE="http://nipy.org/nibabel/";
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.zip";
+SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 KEYWORDS="~amd64 ~x86"
 

Reply via email to