diff --git a/sci-biology/bids-schema/ChangeLog b/sci-biology/bids-schema/ChangeLog new file mode 100644 index 0000000..c7b242d --- /dev/null +++ b/sci-biology/bids-schema/ChangeLog @@ -0,0 +1,6 @@ +*bids-schema-1.6.0 (05 Jan 2022) +*bids-schema-9999 (05 Jan 2022) + + 05 Jan 2022; +bids-schema-1.6.0.ebuild, + +bids-schema-9999.ebuild, +metadata.xml: + sci-biology/bids-schema: new package diff --git a/sci-biology/bids-schema/Manifest b/sci-biology/bids-schema/Manifest new file mode 100644 index 0000000..19f8ecd --- /dev/null +++ b/sci-biology/bids-schema/Manifest @@ -0,0 +1 @@ +DIST bids-specification-1.6.0.tar.gz 4749495 SHA256 c1971bf3df7dbadfcfc87a62e27f70c9612e461961355bb48e3af66a55d2aa78 SHA512 ecd2474753d0469479f2f9057925dd627282ac0c0e831aec576f121f37a8850448b00c5a962b1b579fe0673adf30f6280b3d225244cfe724c6d309a8cf1a03f5 WHIRLPOOL c295b7b63db6a5ed1874f7c2f4ffe1d843eb02368b0c5b1bc6ad0ca7afcbda77fd360d83daa7a926bdc2b60f5e5f5e42cbb30a8022f36eeedf67bfdccc1364cd diff --git a/sci-biology/bids-schema/bids-schema-1.6.0.ebuild b/sci-biology/bids-schema/bids-schema-1.6.0.ebuild new file mode 100644 index 0000000..9551a2c --- /dev/null +++ b/sci-biology/bids-schema/bids-schema-1.6.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="bids-specification" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Official YAML schema for BIDS specification" +HOMEPAGE="https://github.com/bids-standard/bids-specification" +SRC_URI="https://github.com/bids-standard/bids-specification/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="CC-BY-SA-4.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto "/usr/share/${PN}" + cd src/schema + ls + die + doins -r src/schema/ +} diff --git a/sci-biology/bids-schema/bids-schema-9999.ebuild b/sci-biology/bids-schema/bids-schema-9999.ebuild new file mode 100644 index 0000000..235f0cc --- /dev/null +++ b/sci-biology/bids-schema/bids-schema-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +MY_PN="bids-specification" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Official YAML schema for BIDS specification" +HOMEPAGE="https://github.com/bids-standard/bids-specification" +#SRC_URI="https://github.com/bids-standard/bids-specification/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tar.gz" +EGIT_REPO_URI="https://github.com/bids-standard/bids-specification" + +LICENSE="CC-BY-SA-4.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="" + +src_install() { + insinto "/usr/share/${PN}" + doins -r src/schema/* +} diff --git a/sci-biology/bids-schema/metadata.xml b/sci-biology/bids-schema/metadata.xml new file mode 100644 index 0000000..729ebaa --- /dev/null +++ b/sci-biology/bids-schema/metadata.xml @@ -0,0 +1,20 @@ + + + + + chr@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + 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. + +