sci-biology/bids-schema: updated repo source and versions
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
b928619a4a
commit
e00cef6a90
@ -1,6 +0,0 @@
|
||||
*bids-schema-1.6.0 (05 Jan 2022)
|
||||
*bids-schema-9999 (05 Jan 2022)
|
||||
|
||||
05 Jan 2022; <chymera@gentoo.org> +bids-schema-1.6.0.ebuild,
|
||||
+bids-schema-9999.ebuild, +metadata.xml:
|
||||
sci-biology/bids-schema: new package
|
@ -1 +0,0 @@
|
||||
DIST bids-specification-1.6.0.tar.gz 4749495 SHA256 c1971bf3df7dbadfcfc87a62e27f70c9612e461961355bb48e3af66a55d2aa78 SHA512 ecd2474753d0469479f2f9057925dd627282ac0c0e831aec576f121f37a8850448b00c5a962b1b579fe0673adf30f6280b3d225244cfe724c6d309a8cf1a03f5 WHIRLPOOL c295b7b63db6a5ed1874f7c2f4ffe1d843eb02368b0c5b1bc6ad0ca7afcbda77fd360d83daa7a926bdc2b60f5e5f5e42cbb30a8022f36eeedf67bfdccc1364cd
|
@ -1,28 +0,0 @@
|
||||
# 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/
|
||||
}
|
23
sci-biology/bids-schema/bids-schema-1.7.0_p20220217.ebuild
Normal file
23
sci-biology/bids-schema/bids-schema-1.7.0_p20220217.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="YAML schema reference for BIDS specification"
|
||||
HOMEPAGE="https://github.com/bids-standard/bids-schema"
|
||||
EGIT_REPO_URI="https://github.com/bids-standard/bids-schema.git"
|
||||
EGIT_COMMIT="1072684f5a86915f0ee03732dc558db188972c67"
|
||||
|
||||
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 versions/*
|
||||
}
|
@ -1,26 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 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"
|
||||
DESCRIPTION="YAML schema reference for BIDS specification"
|
||||
HOMEPAGE="https://github.com/bids-standard/bids-schema"
|
||||
EGIT_REPO_URI="https://github.com/bids-standard/bids-schema.git"
|
||||
|
||||
LICENSE="CC-BY-SA-4.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r src/schema/*
|
||||
doins -r versions/*
|
||||
}
|
||||
|
@ -10,11 +10,8 @@
|
||||
<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.
|
||||
Reference repository for BIDS schema, maintained by under the purview of
|
||||
BIDS authors. Multiple individual versions are distributed under directory
|
||||
names corresponding to the versions.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user