diff --git a/sci-biology/opfvta_brudata/ChangeLog b/sci-biology/opfvta_brudata/ChangeLog new file mode 100644 index 0000000..99265ab --- /dev/null +++ b/sci-biology/opfvta_brudata/ChangeLog @@ -0,0 +1,4 @@ +*opfvta_brudata-2.0 (18 Jun 2020) + + 18 Jun 2020; +metadata.xml, +opfvta_brudata-2.0.ebuild: + sci-biology/opfvta_brudata: new package diff --git a/sci-biology/opfvta_brudata/Manifest b/sci-biology/opfvta_brudata/Manifest new file mode 100644 index 0000000..44f282c --- /dev/null +++ b/sci-biology/opfvta_brudata/Manifest @@ -0,0 +1 @@ +DIST opfvta_brudata-2.0.tar.xz 27147976748 SHA256 7f7e0de994db83100b11897840bd90e2ee828d8098f5c5e7e0e368c75a0d37a0 SHA512 74771061fbcb9c211839b3b34ca35afc5437b345bf5996226f409219bb481a95d7a0c36d6c0ce23d478f3d8fb1470989f1b7eb9edb68c160c0e9a2ddaf2cfb46 WHIRLPOOL 2ee8a703ac52071c3f5e3626c7cc7be05631fcbb9bbcad6a25c69cbde74d8d4248a2ff901af89ec0d078fa7365dfc3c22e476e5bcf3942dc3c67343c8815fef6 diff --git a/sci-biology/opfvta_brudata/metadata.xml b/sci-biology/opfvta_brudata/metadata.xml new file mode 100644 index 0000000..4668fd4 --- /dev/null +++ b/sci-biology/opfvta_brudata/metadata.xml @@ -0,0 +1,20 @@ + + + + + chr@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + Raw ParaVision (Bruker vendor acquisition system) MRI data recorded at + the ETH/UZH Animal Imaging Center and first associated with the OPFVTA + publication. The data represents f/MRI mouse brain scans with both + BOLD and CBV contrasts, using block and phasic stimulation protocols + delivered via a laser to the VTA, which is rendered sensitive by + channelrhodopsin expression under the dopamine transporter promoter. + + diff --git a/sci-biology/opfvta_brudata/opfvta_brudata-2.0.ebuild b/sci-biology/opfvta_brudata/opfvta_brudata-2.0.ebuild new file mode 100644 index 0000000..f45212e --- /dev/null +++ b/sci-biology/opfvta_brudata/opfvta_brudata-2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit check-reqs + +DESCRIPTION="BIDS data files released with the OPFVTA 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="33G" + check-reqs_pkg_pretend +} + +# We disable this phase to not check requirements twice. +pkg_setup() { :; } + +src_install() { + insinto "/usr/share/${PN}" + doins -r * +}