aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin <jlec@gentoo.org>2015-06-15 08:45:36 +0200
committerJustin <jlec@gentoo.org>2015-06-15 08:45:36 +0200
commitcc4abc758fc880aaaf8fba7202e90f7ad6d86b9a (patch)
treed0a437df08b1481e7fda63c109a62bd0eaec2c83
parentsci-biology/ncbi-tools++: added upstream patch to compile against sys-libs/db... (diff)
parentdownloading tarball instead of zip (diff)
downloadsci-cc4abc758fc880aaaf8fba7202e90f7ad6d86b9a.tar.gz
sci-cc4abc758fc880aaaf8fba7202e90f7ad6d86b9a.tar.bz2
sci-cc4abc758fc880aaaf8fba7202e90f7ad6d86b9a.zip
Merge pull request #434 from TheChymera/nibabel1
sci-lib/nibabel downloading tarball instead of zip
-rw-r--r--sci-libs/nibabel/ChangeLog6
-rw-r--r--sci-libs/nibabel/Manifest2
-rw-r--r--sci-libs/nibabel/nibabel-1.3.0.ebuild4
3 files changed, 7 insertions, 5 deletions
diff --git a/sci-libs/nibabel/ChangeLog b/sci-libs/nibabel/ChangeLog
index c31cec79e..237f97ecf 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 <chymera@gentoo.org> nibabel-1.3.0.ebuild:
+ now downloading as tarball
+
06 Jan 2014; Justin Lecher <jlec@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/Manifest b/sci-libs/nibabel/Manifest
index e3f8516ac..0c4e51b19 100644
--- a/sci-libs/nibabel/Manifest
+++ b/sci-libs/nibabel/Manifest
@@ -1 +1 @@
-DIST 1.3.0.zip 2266889 SHA256 70f7bb33f7c49c94cd264001a89c2df8c455f21d8530e5fb0780e432259edc40 SHA512 31c524385ef68cd6a4693d739d8bcda6c73e48a66417d59fe3825bfacf512117346f610d3aeef1adc62bb95564f52e6a29a64f72de57c86e8e6205fff2c24522 WHIRLPOOL 65ec60d7726eb323522d2efbad4b12747a084fb6b8dd720338a42bc47c7a814217b9ed6fd0c09dfb5fb02188bf2827cd9287f4dea24db920c53c42173513127f
+DIST nibabel-1.3.0.tar.gz 2184060 SHA256 21488202a655eae76bb0c1170271c894bbf08bfae8246e79c71706233d4964b1 SHA512 6970a1345ce9c4ead484a15696bdcd918a292c354d0d5799359f1260a26e0b49a32507511ad5a9446a50c1d374113863e4d717c9b7bd16feecbe49d4f3da6119 WHIRLPOOL d117160713d9e2557cc957ffecc29a339f6ef14c0e60d962768cd4c8b2bbd4ef6a498b3f96f084256a4638a8264b6c8cd0189979329168d2d47c1ea119581541
diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild
index c3d5d279e..886434fba 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"