commit: fad9d2fb42327765a4398853ba84412a962a0aad Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Thu May 21 09:21:41 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Thu May 21 09:21:41 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fad9d2fb
sci-biology/ABI-expression-data: version bump 0.2 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr <AT> chymera.eu> .../ABI-expression-data-0.2.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/sci-biology/ABI-expression-data/ABI-expression-data-0.2.ebuild b/sci-biology/ABI-expression-data/ABI-expression-data-0.2.ebuild new file mode 100644 index 000000000..4636480f7 --- /dev/null +++ b/sci-biology/ABI-expression-data/ABI-expression-data-0.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit check-reqs + +DESCRIPTION="Gene expression data form the Allen Mouse Brain data portal" +HOMEPAGE="https://github.com/IBT-FMI/ABI-geneexpression-data" +SRC_URI=" + http://chymera.eu/distfiles/${P}.tar.xz + " + +LICENSE="fairuse" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="" + +pkg_pretend() { + CHECKREQS_DISK_BUILD="7G" + CHECKREQS_DISK_USR="7G" + CHECKREQS_DISK_VAR="7G" + check-reqs_pkg_pretend +} + +# We disable this phase to not check requirements twice. +pkg_setup() { :; } + +src_install() { + insinto "/usr/share/${PN}" + doins -r * +}
