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 D121B13832E for ; Wed, 20 Jul 2016 17:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F96D21C073; 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 22DDE21C060 for ; Wed, 20 Jul 2016 17:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 52948340E0A for ; Wed, 20 Jul 2016 17:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A8C97CE 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: <1468938108.57e1361bcc6941bf647da439bd8f69deeffd058a.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 X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 57e1361bcc6941bf647da439bd8f69deeffd058a 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: 4eb9b55e-3d72-4827-b7dd-d48a3023f57e X-Archives-Hash: f75eeeffbd347fd9566599b2a6645945 commit: 57e1361bcc6941bf647da439bd8f69deeffd058a Author: Horea Christian yandex com> AuthorDate: Tue Jul 19 14:21:48 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Jul 19 14:21:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=57e1361b sci-libs/nipype: taking version number from ebuild filename Package-Manager: portage-2.3.0 sci-libs/nipype/nipype-0.11.0.ebuild | 4 ++-- 1 file 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 0b9dc1f..ea3f1c1 100644 --- a/sci-libs/nipype/nipype-0.11.0.ebuild +++ b/sci-libs/nipype/nipype-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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/0.11.0.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nipy/nipype/archive/{PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"