commit: b0b4ad02cf16ba67145141541b6af619a0945592 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Wed Jul 4 17:37:48 2018 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Wed Jul 4 17:37:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0b4ad02
sci-biology/mouse-brain-atlases: version bump Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../mouse-brain-atlases-0.1.20180704.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild new file mode 100644 index 000000000..3a3b1b9ff --- /dev/null +++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit check-reqs + +DESCRIPTION="A collection of mouse brain atlases in NIfTI format" +HOMEPAGE="http://imaging.org.au/AMBMC/Model" +SRC_URI="http://chymera.eu/distfiles/${P}.zip" + +LICENSE="fairuse" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +CHECKREQS_DISK_BUILD=4G +CHECKREQS_DISK_USR=4G +CHECKREQS_DISK_VAR=8G + +src_install() { + insinto "/usr/share/${PN}" + doins * +}
