sci-biology/drlfom_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
7c4012b4c4
commit
95d7a3a3b7
7
sci-biology/drlfom_bidsdata/ChangeLog
Normal file
7
sci-biology/drlfom_bidsdata/ChangeLog
Normal file
@ -0,0 +1,7 @@
|
||||
28 Jun 2019; <chymera@gentoo.org> drlfom_bidsdata-1.0.ebuild:
|
||||
sci-biology/drlfom_bidsdata: alternative download link
|
||||
|
||||
*drlfom_bidsdata-1.0 (28 Jun 2019)
|
||||
|
||||
28 Jun 2019; <chymera@gentoo.org> +drlfom_bidsdata-1.0.ebuild, +metadata.xml:
|
||||
sci-biology/drlfom_bidsdata: new package ahead of Gentoo Science
|
1
sci-biology/drlfom_bidsdata/Manifest
Normal file
1
sci-biology/drlfom_bidsdata/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST drlfom_bidsdata-1.1.tar.xz 22144796704 SHA256 4b33cb51be1c560ff12f37de027a697631979ef2fe8fe20fec25484feae0015b SHA512 84e574cb6714060292d07cacb6ae84aed051100f966713db6b6ac0dd08d3c01e84da8afde66980eb9b0625e8de2f100444ab84d933d7a280af5a39b4b6eab531 WHIRLPOOL 0b74171b9b356397c1b12f7247d602bd1da77ff409fa522c126febf9cde387f9931d61cef3360b11388d4094a53ff0c5990cc0257418c3bafae203c224264e68
|
33
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.1.ebuild
Normal file
33
sci-biology/drlfom_bidsdata/drlfom_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 DRLFOM publication"
|
||||
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
|
||||
SRC_URI="
|
||||
https://zenodo.org/record/3260745/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="21G"
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
# We disable this phase to not check requirements twice.
|
||||
pkg_setup() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r *
|
||||
}
|
18
sci-biology/drlfom_bidsdata/metadata.xml
Normal file
18
sci-biology/drlfom_bidsdata/metadata.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?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 DRLFOM publication. The data represents
|
||||
optp-fMRI mouse brain scans with CBV contrast, tracking serotonergic
|
||||
stimulation over the course of a fluoxetine drinking water treatment.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user