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 F0D29138CE8 for ; Mon, 15 Jun 2015 07:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7837BE08D0; Mon, 15 Jun 2015 07:24:03 +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 D6D6FE08B1 for ; Mon, 15 Jun 2015 07:24:02 +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 038FC340C23 for ; Mon, 15 Jun 2015 07:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825CDA29 for ; Mon, 15 Jun 2015 07:24:00 +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: <1434061522.7ff729074e0b2e9a0d9abbd8bd046137347c9525.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/ChangeLog sci-libs/nibabel/nibabel-1.3.0.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7ff729074e0b2e9a0d9abbd8bd046137347c9525 X-VCS-Branch: master Date: Mon, 15 Jun 2015 07:24:00 +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: 409ba196-2e71-43b7-a4b7-6b4449a7775e X-Archives-Hash: 18c5f9d2500a7f06234c4a76aa692660 commit: 7ff729074e0b2e9a0d9abbd8bd046137347c9525 Author: Horea Christian mail ru> AuthorDate: Thu Jun 11 22:25:22 2015 +0000 Commit: Justin Lecher gentoo 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 nibabel-1.3.0.ebuild: + now downloading as tarball + 06 Jan 2014; Justin Lecher 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"