aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/irsabi_bidsdata/ChangeLog5
-rw-r--r--sci-biology/irsabi_bidsdata/Manifest1
-rw-r--r--sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild30
-rw-r--r--sci-biology/irsabi_bidsdata/metadata.xml19
4 files changed, 55 insertions, 0 deletions
diff --git a/sci-biology/irsabi_bidsdata/ChangeLog b/sci-biology/irsabi_bidsdata/ChangeLog
new file mode 100644
index 000000000..b50647328
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/ChangeLog
@@ -0,0 +1,5 @@
+*irsabi_bidsdata-1.0 (06 Jan 2019)
+
+ 06 Jan 2019; Horea Christian <h.chr@mail.ru> +irsabi_bidsdata-1.0.ebuild,
+ +metadata.xml:
+ sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science
diff --git a/sci-biology/irsabi_bidsdata/Manifest b/sci-biology/irsabi_bidsdata/Manifest
new file mode 100644
index 000000000..8b3b2dbf4
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/Manifest
@@ -0,0 +1 @@
+DIST irsabi_bidsdata-1.0.tar.xz 4503366188 BLAKE2B 7c0946b2287c082a35c832ee00b353b361abc1325d48414ae99f9f73c52f7e1d14f061781cc2627fe030930fb45f7f0e177d9cef35fb1f2fd2e1680937f503a5 SHA512 3fbb08c50ffc52eb64a5205753fbe0da17fcc2ff87eb6283b7db1462e9143431e1263eae1ce75b0f5960cd987e6d33b9e8a2829608931996b32f8a6c63100f0e
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
new file mode 100644
index 000000000..3bc8b48f7
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="Raw data files released with the IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+ CHECKREQS_DISK_BUILD="10G"
+ 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/irsabi_bidsdata/metadata.xml b/sci-biology/irsabi_bidsdata/metadata.xml
new file mode 100644
index 000000000..9c6323c0a
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ BIDS-formatted MRI data recorded at the ETH/UZH Animal Imaging Center
+ and first associated with the IRSABI publication. The data represents
+ f/MRI mouse brain scans with both BOLD and CBV contrasts, and acquired
+ during optogenetic stimulation over multiple sessions including acute
+ (i.v.) and chronic (s.c.) fluoxetine administration sessions.
+ </longdescription>
+</pkgmetadata>