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 C404A138247 for ; Mon, 6 Jan 2014 18:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0ACE0B6C; Mon, 6 Jan 2014 18:33:23 +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 3CE72E0B42 for ; Mon, 6 Jan 2014 18:33:22 +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 60AD033F73D for ; Mon, 6 Jan 2014 18:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1CD14E5535 for ; Mon, 6 Jan 2014 18:33:19 +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: <1389032614.0af68e434e9f5c0bbbd6e04e57253377937ed2d9.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/metadata.xml 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: 0af68e434e9f5c0bbbd6e04e57253377937ed2d9 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:19 +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: 3f560023-9119-4694-8d21-8625367f03d1 X-Archives-Hash: 19f5f6e7ec7d804c50dcb5b9cb72fd5f commit: 0af68e434e9f5c0bbbd6e04e57253377937ed2d9 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:23:34 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:23:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0af68e43 sci-libs/nipype: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-libs/nipype/ChangeLog | 8 ++++++++ sci-libs/nipype/metadata.xml | 12 ++++++------ sci-libs/nipype/nipype-9999.ebuild | 9 +++++---- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog new file mode 100644 index 0000000..e4f160f --- /dev/null +++ b/sci-libs/nipype/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-libs/nipype +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 06 Jan 2014; Justin Lecher nipype-9999.ebuild, + metadata.xml: + Switch from git-2 to git-r3 + diff --git a/sci-libs/nipype/metadata.xml b/sci-libs/nipype/metadata.xml index d41e11f..1f3c091 100644 --- a/sci-libs/nipype/metadata.xml +++ b/sci-libs/nipype/metadata.xml @@ -1,12 +1,12 @@ -sci - - h.chr@mail.ru - Horea Christian - - + sci + + h.chr@mail.ru + Horea Christian + + Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that provides a uniform interface to existing neuroimaging software and facilitates interaction between diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index 7afb3b5..9fd57b5 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/scikits_image-0.8.2.ebuild,v 1.3 2013/06/18 04:33:25 patrick Exp $ @@ -8,14 +8,17 @@ EAPI=5 # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" HOMEPAGE="http://nipy.sourceforge.net/nipype/" +SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/nipype" LICENSE="BSD" SLOT="0" +KEYWORDS="" +IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -29,5 +32,3 @@ RDEPEND=" python_test() { nosetests -v || die } - -