sci-biology/opfvta_bidsdata: version bump 1.1 ahead of Gentoo Science
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
fe9433456e
commit
e2ad32eb15
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*opfvta_bidsdata-1.1 (06 Nov 2019)
|
||||||
|
|
||||||
|
06 Nov 2019; <chymera@gentoo.org> +metadata.xml, +opfvta_bidsdata-1.1.ebuild:
|
||||||
|
sci-biology/opfvta_bidsdata: version bump 1.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-1.1.tar.xz 12029390364 SHA256 73410f67899da24e79138082062ca11394ec5089626c635a491897c47f0d70ad SHA512 80d213b5539a254605f3ce3162a5b5f4f0e7b0b1dbaff6862dbe0fa7fd173020fd38978c97d335939ca667df677feef954ad122e970295f0c28a8bc827e13aec WHIRLPOOL 0d35dea47d5752a24ef4eda933e50b199ea7cf5e571081debf0416d4632cb3f979744c39cd3b665139a95372a9f0484d0539989ff8f80511c5620c9ee34a129e
|
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-1.1.ebuild
Normal file
33
sci-biology/opfvta_bidsdata/opfvta_bidsdata-1.1.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 OPFVTA publication"
|
||||||
|
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
|
||||||
|
SRC_URI="
|
||||||
|
https://zenodo.org/record/3236930/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="11G"
|
||||||
|
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