From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78D2213832E for ; Wed, 20 Jul 2016 17:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB9521C091; Wed, 20 Jul 2016 17:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E929821C060 for ; Wed, 20 Jul 2016 17:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C2F340E11 for ; Wed, 20 Jul 2016 17:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2A57D0 for ; Wed, 20 Jul 2016 17:48:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1468938255.985547a76c2c2072b0e29ea4651729174794c91f.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-0.11.0.ebuild sci-libs/nipype/nipype-0.12.0.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 985547a76c2c2072b0e29ea4651729174794c91f X-VCS-Branch: master Date: Wed, 20 Jul 2016 17:48:50 +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: 54596ede-e4a1-4183-9c99-13f516d42999 X-Archives-Hash: 58ee03ee47de53d26f724414d6b104af commit: 985547a76c2c2072b0e29ea4651729174794c91f Author: Horea Christian yandex com> AuthorDate: Tue Jul 19 14:24:15 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Jul 19 14:24:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=985547a7 sci-libs/nipype: corrected PV reference and bumped to newest version Package-Manager: portage-2.3.0 sci-libs/nipype/nipype-0.11.0.ebuild | 2 +- sci-libs/nipype/{nipype-0.11.0.ebuild => nipype-0.12.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.11.0.ebuild index ea3f1c1..7afa841 100644 --- a/sci-libs/nipype/nipype-0.11.0.ebuild +++ b/sci-libs/nipype/nipype-0.11.0.ebuild @@ -13,7 +13,7 @@ inherit distutils-r1 DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" HOMEPAGE="http://nipy.sourceforge.net/nipype/" -SRC_URI="https://github.com/nipy/nipype/archive/{PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.12.0.ebuild similarity index 91% copy from sci-libs/nipype/nipype-0.11.0.ebuild copy to sci-libs/nipype/nipype-0.12.0.ebuild index ea3f1c1..7afa841 100644 --- a/sci-libs/nipype/nipype-0.11.0.ebuild +++ b/sci-libs/nipype/nipype-0.12.0.ebuild @@ -13,7 +13,7 @@ inherit distutils-r1 DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" HOMEPAGE="http://nipy.sourceforge.net/nipype/" -SRC_URI="https://github.com/nipy/nipype/archive/{PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"