aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina Segessemann <tina.seg@bluewin.ch>2019-01-16 15:56:41 +0000
committerHorea Christian <horea.christ@yandex.com>2019-01-16 18:13:33 +0100
commitb1d0216bbbebaaa7a256320c7ec4056c4fb3c855 (patch)
treef93d09df7bb11b050f6caaf29876384c838028c8
parentsci-libs/nipype: Updated license, copyright, EAPI (diff)
downloadsci-b1d0216bbbebaaa7a256320c7ec4056c4fb3c855.tar.gz
sci-b1d0216bbbebaaa7a256320c7ec4056c4fb3c855.tar.bz2
sci-b1d0216bbbebaaa7a256320c7ec4056c4fb3c855.zip
sci-biology/ABI-connectivity-data:
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com>
-rw-r--r--sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild32
-rw-r--r--sci-biology/ABI-connectivity-data/Manifest1
-rw-r--r--sci-biology/ABI-connectivity-data/metadata.xml16
3 files changed, 49 insertions, 0 deletions
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/Manifest b/sci-biology/ABI-connectivity-data/Manifest
new file mode 100644
index 000000000..7eba5b6fb
--- /dev/null
+++ b/sci-biology/ABI-connectivity-data/Manifest
@@ -0,0 +1 @@
+DIST ABI-connectivity-data-0.1.tar.xz 2748929360 BLAKE2B 1380c6a8442136ab8a4f4d8ad7ff0cec844836243deb877f771582f93375ecdf8437b9095919a4eb291bca91775114d0d695eb1fe70c2992a6837371fcf6b78b SHA512 eec1fb1f7a96c8442a134172f476e5b00522f78dda2bc72564daef838e8604a92fdacd2b7de3288b3fb529891af1b68e7f76bca3184fa63796804b2ffeee9cb9
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.seg@bluewin.ch</email>
+ <name>Tina Segessemann</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@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>