From 6d8c49f94895c2ec1cc33579c4360de18ecbbdfd Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 6 Jan 2019 17:40:11 +0100 Subject: sci-biology/irsabi_bidsdata: new package Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Horea Christian --- sci-biology/irsabi_bidsdata/ChangeLog | 5 ++++ sci-biology/irsabi_bidsdata/Manifest | 1 + .../irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 30 ++++++++++++++++++++++ sci-biology/irsabi_bidsdata/metadata.xml | 19 ++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 sci-biology/irsabi_bidsdata/ChangeLog create mode 100644 sci-biology/irsabi_bidsdata/Manifest create mode 100644 sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild create mode 100644 sci-biology/irsabi_bidsdata/metadata.xml 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 +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 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + 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. + + -- cgit v1.2.3-65-gdbad