1
0
mirror of synced 2024-12-22 12:50:33 +01:00

sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@gmail.com>
This commit is contained in:
Horea Christian 2019-01-06 11:55:56 +01:00
parent 934be39104
commit 4a13ac4ad7
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,5 @@
*irsabi_bidsdata-1.0 (06 Jan 2019)
06 Jan 2019; Horea Christian <h.chr@mail.ru> +irsabi_bidsdata-1.0.ebuild,
+metadata.xml:
sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science

View File

@ -0,0 +1 @@
DIST irsabi_bidsdata-1.0.tar.xz 4503366188 SHA256 238a0ad5ae66fbc1090742d0cf88c4b04f7a50aa020147e9194d43c275829230 SHA512 3fbb08c50ffc52eb64a5205753fbe0da17fcc2ff87eb6283b7db1462e9143431e1263eae1ce75b0f5960cd987e6d33b9e8a2829608931996b32f8a6c63100f0e WHIRLPOOL 64279b213d7540f10a2210983963db82260c0ab46300540b7356d99f19c6a2fe2151d4b5f0106f60a18e3c6083ba4fa68dfce37ed43fcdbeec98dab0e7bc3fce

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit check-reqs
DESCRIPTION="Raw data files released with the IRSABI 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="10G"
check-reqs_pkg_pretend
}
# We disable this phase to not check requirements twice.
pkg_setup() { :; }
src_install() {
insinto "/usr/share/${PN}"
doins -r *
}

View 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>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Bruker ParaVision raw data recorded at the ETH/UZH Animal Imaging
Center and first associated with the IRSABI publication. The data
represents f/MRI mouse brain scans with both BOLD and CBV contrasts,
and acquired during optogenetic stimulation over multiple sessions
including acute (i.v.) and chronic (s.c.) fluoxetine administration
sessions.
</longdescription>
</pkgmetadata>