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 C3B3A58973 for ; Mon, 8 Feb 2016 13:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A6D21C138; Mon, 8 Feb 2016 13:16:19 +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 B8A5321C03B for ; Mon, 8 Feb 2016 13:16:18 +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 D0BA034087C for ; Mon, 8 Feb 2016 13:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B07E5F for ; Mon, 8 Feb 2016 13:16:15 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1454688072.b03e02f96b5296231157912581b0a00f85146db7.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy-templates/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipy-templates/metadata.xml sci-libs/nipy-templates/nipy-templates-0.2.ebuild X-VCS-Directories: sci-libs/nipy-templates/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: b03e02f96b5296231157912581b0a00f85146db7 X-VCS-Branch: master Date: Mon, 8 Feb 2016 13:16:15 +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: 248f0978-54f2-406b-90c4-efcb2957b4b3 X-Archives-Hash: 82aee62da50880ad101e48cded1f9c65 commit: b03e02f96b5296231157912581b0a00f85146db7 Author: Horea Christian mail ru> AuthorDate: Fri Feb 5 16:01:12 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Feb 5 16:01:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b03e02f9 sci-libs/nipy-templates: new ebuild Package-Manager: portage-2.2.27 sci-libs/nipy-templates/metadata.xml | 12 ++++++++++++ sci-libs/nipy-templates/nipy-templates-0.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sci-libs/nipy-templates/metadata.xml b/sci-libs/nipy-templates/metadata.xml new file mode 100644 index 0000000..46539ff --- /dev/null +++ b/sci-libs/nipy-templates/metadata.xml @@ -0,0 +1,12 @@ + + + + sci + + h.chr@mail.ru + Horea Christian + + + Nipy-templates is a package containing template files needed by some nipy functions. + + diff --git a/sci-libs/nipy-templates/nipy-templates-0.2.ebuild b/sci-libs/nipy-templates/nipy-templates-0.2.ebuild new file mode 100644 index 0000000..d1de919 --- /dev/null +++ b/sci-libs/nipy-templates/nipy-templates-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Normalization templates for Python Neuroimaging" +HOMEPAGE="http://nipy.org/" +SRC_URI="http://nipy.org/data-packages/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND=""