1
0
Fork 0

sci-biology/ztau_bidsdata: new data package

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-09-12 01:12:43 +02:00
parent 6127c5592c
commit d2ec74cfd2
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*ztau_bidsdata-1.0 (11 Sep 2019)
11 Sep 2019; <chymera@gentoo.org> +metadata.xml, +ztau_bidsdata-1.0.ebuild:
sci-biology/ztau_bidsdata: new data package

View File

@ -0,0 +1 @@
DIST ztau_bidsdata-1.0.tar.xz 3031481036 SHA256 c1e4f796edd34f5ba82b87fbee068d0a63316783cdc907c15903f540102862d2 SHA512 089c6435ac9a40c0c576a0ee3f1d72ec5f6d2d4abcb233c031879ca6d28efef5143ae06465eb29aa06b5608af50ccbb2c6c52c53a4b027a106c711d6d779c85f WHIRLPOOL 33112e93f7611cafe6b515e17d970277d5ad792d27f0572a5682395a4b07967ae183477677a6cc179e88ee1b68601cb2e6c5f81f2fa1fe208785d1230c19e98a

View File

@ -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>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 ZTAU study. The archive contains
longitudinal f/MRI mouse brain scans using both T2 and T2* (BOLD)
contrasts. Functional data is acquired during anesthetized resting
state.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,32 @@
# 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
"
LICENSE="CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND=""
DEPEND=""
pkg_pretend() {
CHECKREQS_DISK_BUILD="6G"
check-reqs_pkg_pretend
}
# We disable this phase to not check requirements twice.
pkg_setup() { :; }
src_install() {
insinto "/usr/share/${PN}"
doins -r *
}