sci-biology/opfvta_bidsdata: version bump 1.2 ahead of Gentoo Science
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
26e2274739
commit
b3a73cae6a
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
4
sci-biology/opfvta_bidsdata/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*opfvta_bidsdata-1.2 (06 Dec 2019)
|
||||||
|
|
||||||
|
06 Dec 2019; <chymera@gentoo.org> +metadata.xml, +opfvta_bidsdata-1.2.ebuild:
|
||||||
|
sci-biology/opfvta_bidsdata: version bump 1.2 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.2.tar.xz 12101699696 SHA256 5c48b4214abc8d7cc8c0b8820bba52950427cd44ee397031bfe674503762693f SHA512 213100ccf561b2d805199a876e85f0793545df5d2fed5ac0039e008d0fe9706f9836ca94a351e9651032d2f96b0b91182e1c2d4b129dbf3ec824d852c77880aa WHIRLPOOL 0f0d0fc4a1fcb9324547841517f0584431baef3346c94fcf1e56ff81b5bb62848b72587a0c2d8ca8b53d74a3ac76c2f8c641c38e01290c8637a464db1190f8c1
|
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.2.ebuild
Normal file
33
sci-biology/opfvta_bidsdata/opfvta_bidsdata-1.2.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="
|
||||||
|
http://chymera.eu/distfiles/${P}.tar.xz
|
||||||
|
https://zenodo.org/record/3565897/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="33G"
|
||||||
|
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