commit:     944ce87d136aaaf6b656691fc517c412b88dd50c
Author:     Tina Segessemann <tina.seg <AT> bluewin <DOT> ch>
AuthorDate: Wed Jan 16 16:03:00 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Jan 16 18:06:00 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=944ce87d

sci-biology/ABI-expression-data: new package

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

 .../ABI-expression-data-0.1.ebuild                 | 34 ++++++++++++++++++++++
 sci-biology/ABI-expression-data/metadata.xml       | 16 ++++++++++
 2 files changed, 50 insertions(+)

diff --git a/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild 
b/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild
new file mode 100644
index 000000000..8fc372e55
--- /dev/null
+++ b/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 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 *
+}

diff --git a/sci-biology/ABI-expression-data/metadata.xml 
b/sci-biology/ABI-expression-data/metadata.xml
new file mode 100644
index 000000000..3c5138f6b
--- /dev/null
+++ b/sci-biology/ABI-expression-data/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>tina....@bluewin.ch</email>
+               <name>Tina Segessemann</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>s...@gentoo.org</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               A data library of gene expression maps collected
+               from the Allen Mouse Brain data portal.
+       </longdescription>
+</pkgmetadata>

Reply via email to