commit:     bafe7129d4e421c76435c51fa05278598e88b0b6
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Dec 20 13:01:23 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Dec 20 13:02:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bafe7129

sci-biology/mouse-brain-atlases: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 .../mouse-brain-atlases-0.4.ebuild                 | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.4.ebuild 
b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.4.ebuild
new file mode 100644
index 000000000..65963d55a
--- /dev/null
+++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
+HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases";
+SRC_URI="
+       http://chymera.eu/distfiles/${P}.tar.xz
+       hires? ( http://chymera.eu/distfiles/${PN}HD-${PV}.tar.xz )
+       "
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="hires"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+       if use hires; then
+               CHECKREQS_DISK_BUILD="4G"
+               CHECKREQS_DISK_USR="4G"
+               CHECKREQS_DISK_VAR="8G"
+       else
+               CHECKREQS_DISK_BUILD="500M"
+       fi
+       check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+       insinto "/usr/share/${PN}"
+       doins *
+       if use hires; then
+               cd "../${PN}HD-${PV}"
+               doins *
+       fi
+}

Reply via email to