sci-biology/opfvta_bidsdata: version bump 2.1 ahead of Gentoo Science
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
8738e2b801
commit
822f0f9278
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*opfvta_bidsdata-2.1 (03 Oct 2020)
|
||||
|
||||
03 Oct 2020; <chymera@gentoo.org> +metadata.xml, +opfvta_bidsdata-2.1.ebuild:
|
||||
sci-biology/opfvta_bidsdata: version bump 2.1 ahead of Gentoo Science
|
1
sci-biology/opfvta_bidsdata/Manifest
Normal file
1
sci-biology/opfvta_bidsdata/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST opfvta_bidsdata-2.1.tar.xz 12372149752 SHA256 8752205ec4e63482c854a30bcac5e43a7142f1552928461089fd615be65af22f SHA512 b949697ef06b6df53ff0d5126cc0a58e03b5ceb8ee3b163ffb36385af0d4eafc401e7d288b76f37dbff05b7bc9ccfee04a02d6b36f063eb1428e8fbcfae104f7 WHIRLPOOL 02efe5c28812890e53530d0f2b93095f9f54f9f4c2463ab441e483fa9bfbf38eb846c52f1623df5e061e43ec6504b2773c23d44831cc92a7fc401795c9124fe2
|
20
sci-biology/opfvta_bidsdata/metadata.xml
Normal file
20
sci-biology/opfvta_bidsdata/metadata.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?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>
|
33
sci-biology/opfvta_bidsdata/opfvta_bidsdata-2.1.ebuild
Normal file
33
sci-biology/opfvta_bidsdata/opfvta_bidsdata-2.1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 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/3575149/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="36G"
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
# We disable this phase to not check requirements twice.
|
||||
pkg_setup() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user