From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-808692-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BC72138CD3 for <garchives@archives.gentoo.org>; Sun, 7 Jun 2015 18:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F044E089C; Sun, 7 Jun 2015 18:33:55 +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 8E4CEE0897 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 18:33:54 +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 D57733406CF for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 18:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86484A30 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Jun 2015 18:33:52 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1433577274.e04095ce38eee7d280d766c76e90fb707443de83.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/ChangeLog sci-libs/nipype/nipype-9999.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e04095ce38eee7d280d766c76e90fb707443de83 X-VCS-Branch: master Date: Sun, 7 Jun 2015 18:33:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ba88dd9-2497-4e32-8655-d132f0418b36 X-Archives-Hash: f3588d80c1f21a39e5e0bf376a368930 commit: e04095ce38eee7d280d766c76e90fb707443de83 Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Sat Jun 6 07:54:34 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 07:54:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e04095ce no longer depending on outdated version Package-Manager: portage-2.2.20 sci-libs/nipype/ChangeLog | 6 ++++-- sci-libs/nipype/nipype-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog index e4f160f..09e1407 100644 --- a/sci-libs/nipype/ChangeLog +++ b/sci-libs/nipype/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for sci-libs/nipype -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jun 2015; Horea Christian <h.chr@mail.ru> nipype-9999.ebuild: + no longer depending on outdated version + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> nipype-9999.ebuild, metadata.xml: Switch from git-2 to git-r3 - diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index 0b833f8..018340f 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.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: $ @@ -23,7 +23,7 @@ IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]" + sci-libs/nibabel[${PYTHON_USEDEP}]" RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] dev-python/traits[${PYTHON_USEDEP}]