1
0
mirror of synced 2024-06-18 10:29:41 +02:00

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

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-01-11 23:40:19 +01:00
parent 96c965c429
commit 0e92792024
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,4 @@
*irsabi_brudata-1.4 (11 Jan 2020)
11 Jan 2020; <chymera@gentoo.org> +irsabi_brudata-1.4.ebuild, +metadata.xml:
sci-biology/irsabi_brudata: new package ahead of Gentoo Science

View File

@ -0,0 +1 @@
DIST irsabi_brudata-1.4.tar.xz 11214820256 SHA256 9291df5142d5ad6ae8ac0cfd22943d54a6ab20c76502bf45c6283270631985d9 SHA512 0caebefeb2bd7b708d59d0ca83fa11bcc6e5d4e74eaec087eedaf8f2627b15e9a6ba5baa2cb5edb6724570ad7dcaf05a40758ab4c9c997e5770eb84180fc63f1 WHIRLPOOL b7815a1acc8076efd0c1b849f299ad3d16e53367f62103ee35a229dba194d6fe544021e460a919473a155fc9784c36baca42df65e29647aba7113127bb3a7054

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 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="12G"
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>