1
0
mirror of synced 2024-06-18 10:29:41 +02:00
Horea Christian 2019-11-22 17:30:48 +01:00
parent 402bc1bf30
commit 40de0dd473
4 changed files with 0 additions and 58 deletions

View File

@ -1,4 +0,0 @@
*opfvta_bidsdata-1.1 (06 Nov 2019)
06 Nov 2019; <chymera@gentoo.org> +metadata.xml, +opfvta_bidsdata-1.1.ebuild:
sci-biology/opfvta_bidsdata: version bump 1.1 ahead of Gentoo Science

View File

@ -1 +0,0 @@
DIST opfvta_bidsdata-1.1.tar.xz 12029390364 SHA256 73410f67899da24e79138082062ca11394ec5089626c635a491897c47f0d70ad SHA512 80d213b5539a254605f3ce3162a5b5f4f0e7b0b1dbaff6862dbe0fa7fd173020fd38978c97d335939ca667df677feef954ad122e970295f0c28a8bc827e13aec WHIRLPOOL 0d35dea47d5752a24ef4eda933e50b199ea7cf5e571081debf0416d4632cb3f979744c39cd3b665139a95372a9f0484d0539989ff8f80511c5620c9ee34a129e

View File

@ -1,20 +0,0 @@
<?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">
BIDS-formatted 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

@ -1,33 +0,0 @@
# Copyright 1999-2019 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
https://zenodo.org/record/3546177/files/${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 *
}