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 AE413138247 for ; Mon, 11 Nov 2013 21:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00A9E0848; Mon, 11 Nov 2013 21:48:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3719EE0848 for ; Mon, 11 Nov 2013 21:48:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58B733F01C for ; Mon, 11 Nov 2013 21:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B3BDE530A for ; Mon, 11 Nov 2013 21:48:47 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1384122177.6d34e48349d67abccf3a90600cbf58aec0d1504e.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-1.3.0.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 6d34e48349d67abccf3a90600cbf58aec0d1504e X-VCS-Branch: master Date: Mon, 11 Nov 2013 21:48:47 +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: c42474c9-ca50-4b4a-954d-d8aac6a2837c X-Archives-Hash: 6e304bf3b0e6a93fad07176bdb01b13d commit: 6d34e48349d67abccf3a90600cbf58aec0d1504e Author: Martin Luessi nmr mgh harvard edu> AuthorDate: Sun Nov 10 22:22:57 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Sun Nov 10 22:22:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6d34e483 ENH: nibabel stable ebuild --- sci-libs/nibabel/{nibabel-9999.ebuild => nibabel-1.3.0.ebuild} | 4 ++-- sci-libs/nibabel/nibabel-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild similarity index 90% copy from sci-libs/nibabel/nibabel-9999.ebuild copy to sci-libs/nibabel/nibabel-1.3.0.ebuild index 0070d0b..39bcc91 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild @@ -6,11 +6,11 @@ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) -inherit distutils-r1 git-2 +inherit distutils-r1 DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" -EGIT_REPO_URI="https://github.com/nipy/nibabel.git" +SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.zip" LICENSE="MIT" SLOT="0" diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index 0070d0b..a2c3555 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" EGIT_REPO_URI="https://github.com/nipy/nibabel.git" +KEYWORDS="~amd64 ~x86" + LICENSE="MIT" SLOT="0" IUSE="dicom doc test"