sci-biology/drlfom_bidsdata: new package ahead of Gentoo Science
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
945c42d267
commit
c562693cb0
4
sci-biology/drlfom_bidsdata/ChangeLog
Normal file
4
sci-biology/drlfom_bidsdata/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*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.0.tar.xz 22144796464 SHA256 3398c0da91505e36aadd966b08f1cb2795bcdd200bdf36f59ebadc03dcc0bfb8 SHA512 69a04c7209e29a5b19c60fbf667090da4bd43e10d679b9daf4845fbe3c657c1cfad2ed33ecc52aed5ebeccaa0a6038eb4d3f8bb7d1d30c02e17efb58b9b81ae6 WHIRLPOOL c7c8ca67ddd7168d8c9ae9c4dbf3f34de77f174ac846f26417cfacb730c284a44a30e33baf65895d030fb15ebddb4fe43fb163fe78cec9f22fb784d2d9f33f71
|
32
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
Normal file
32
sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="
|
||||
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