commit:     b1d0216bbbebaaa7a256320c7ec4056c4fb3c855
Author:     Tina Segessemann <tina.seg <AT> bluewin <DOT> ch>
AuthorDate: Wed Jan 16 15:56:41 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Jan 16 17:13:33 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b1d0216b

sci-biology/ABI-connectivity-data:

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

 .../ABI-connectivity-data-0.1.ebuild               | 32 ++++++++++++++++++++++
 sci-biology/ABI-connectivity-data/metadata.xml     | 16 +++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild 
b/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild
new file mode 100644
index 000000000..cc3bb4bad
--- /dev/null
+++ b/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="Connectivity data from the Allen Mouse Brain data portal"
+HOMEPAGE="https://github.com/IBT-FMI/ABI-connectivity-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="3G"
+       CHECKREQS_DISK_USR="3G"
+       CHECKREQS_DISK_VAR="3G"
+       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-connectivity-data/metadata.xml 
b/sci-biology/ABI-connectivity-data/metadata.xml
new file mode 100644
index 000000000..15c6fa66f
--- /dev/null
+++ b/sci-biology/ABI-connectivity-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 neural projections collected 
+               from the Allen Mouse Brain Connectivity data portal.
+       </longdescription>
+</pkgmetadata>

Reply via email to