sci-biology/irsabi_bidsdata: version bump 1.3
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
d2ec74cfd2
commit
334a03fd20
4
sci-biology/irsabi_bidsdata/ChangeLog
Normal file
4
sci-biology/irsabi_bidsdata/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*irsabi_bidsdata-1.3 (19 Sep 2019)
|
||||
|
||||
19 Sep 2019; <chymera@gentoo.org> +irsabi_bidsdata-1.3.ebuild, +metadata.xml:
|
||||
sci-biology/irsabi_bidsdata: version bump 1.3
|
1
sci-biology/irsabi_bidsdata/Manifest
Normal file
1
sci-biology/irsabi_bidsdata/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST irsabi_bidsdata-1.3.tar.xz 4503360400 SHA256 4737eb562ff509931b0d63c6d788b249d71f55df2134998eebdf69a699cb533d SHA512 5e811d81718d9a951206180f04ff98dbcbfb12188a69fb7bc644a360bc198240f0dffc7a088f0d1e5cac32dee2555e1f2a67e53b47acb44cf67599ed761177a9 WHIRLPOOL 890835d7ea5590a3329b1b7ba32b004c7c6ef9645614e99a26eb1134c38b623c1a186809b9f97d9ddff1e7f3a8e470fd888e7e63402907c66bdaeddadff0af7f
|
33
sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.3.ebuild
Normal file
33
sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.3.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# 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 IRSABI publication"
|
||||
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
|
||||
SRC_URI="
|
||||
https://zenodo.org/record/2667635/files/${P}.tar.xz
|
||||
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 *
|
||||
}
|
19
sci-biology/irsabi_bidsdata/metadata.xml
Normal file
19
sci-biology/irsabi_bidsdata/metadata.xml
Normal 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>horea.christ@gmail.com</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 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.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user