1
0
Fork 0

sci-biology/opfvta_brudata: new package

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-06-18 19:01:49 -04:00
parent 54ab579496
commit 9fcb5c668d
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*opfvta_brudata-2.0 (18 Jun 2020)
18 Jun 2020; <chymera@gentoo.org> +metadata.xml, +opfvta_brudata-2.0.ebuild:
sci-biology/opfvta_brudata: new package

View File

@ -0,0 +1 @@
DIST opfvta_brudata-2.0.tar.xz 27147976748 SHA256 7f7e0de994db83100b11897840bd90e2ee828d8098f5c5e7e0e368c75a0d37a0 SHA512 74771061fbcb9c211839b3b34ca35afc5437b345bf5996226f409219bb481a95d7a0c36d6c0ce23d478f3d8fb1470989f1b7eb9edb68c160c0e9a2ddaf2cfb46 WHIRLPOOL 2ee8a703ac52071c3f5e3626c7cc7be05631fcbb9bbcad6a25c69cbde74d8d4248a2ff901af89ec0d078fa7365dfc3c22e476e5bcf3942dc3c67343c8815fef6

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
</pkgmetadata>

View File

@ -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 *
}