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 8FA0E138334 for ; Sun, 24 Jun 2018 03:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66620E09CC; Sun, 24 Jun 2018 03:49:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BFEAE09CC for ; Sun, 24 Jun 2018 03:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E2B3335C7E for ; Sun, 24 Jun 2018 03:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7A52B3 for ; Sun, 24 Jun 2018 03:49:31 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1529812141.f771bcddb249fa82ded2a0858a76ac0e781f2cc9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/mouse-brain-atlases/metadata.xml sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild X-VCS-Directories: sci-biology/mouse-brain-atlases/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: f771bcddb249fa82ded2a0858a76ac0e781f2cc9 X-VCS-Branch: master Date: Sun, 24 Jun 2018 03:49:31 +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: 984634a9-722c-4c82-bef3-73cd569135cc X-Archives-Hash: 3a90c080a46d530c939133cbd5359945 commit: f771bcddb249fa82ded2a0858a76ac0e781f2cc9 Author: Horea Christian yandex com> AuthorDate: Sun Jun 24 03:49:01 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Jun 24 03:49:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f771bcdd sci-biology/mouse-brain-atlases: new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-biology/mouse-brain-atlases/metadata.xml | 16 ++++++++++++++++ .../mouse-brain-atlases-0.1.20180623.ebuild | 21 +++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sci-biology/mouse-brain-atlases/metadata.xml b/sci-biology/mouse-brain-atlases/metadata.xml new file mode 100644 index 000000000..4562cfeb1 --- /dev/null +++ b/sci-biology/mouse-brain-atlases/metadata.xml @@ -0,0 +1,16 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + Digital mouse brain atlases in NIfTI format for use in magnetic + resonance mouse brain imaging. + + diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild new file mode 100644 index 000000000..61d8d55e4 --- /dev/null +++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180623.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A collection of mouse brain atlases in NIfTI format" +HOMEPAGE="http://imaging.org.au/AMBMC/Model" +SRC_URI="http://chymera.eu/pkgdata/${P}.zip" + +LICENSE="fairuse" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + insinto "/usr/share/${PN}" + doins * +}