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:
parent
96c965c429
commit
0e92792024
4
sci-biology/irsabi_brudata/ChangeLog
Normal file
4
sci-biology/irsabi_brudata/ChangeLog
Normal 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
|
1
sci-biology/irsabi_brudata/Manifest
Normal file
1
sci-biology/irsabi_brudata/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST irsabi_brudata-1.4.tar.xz 11214820256 SHA256 9291df5142d5ad6ae8ac0cfd22943d54a6ab20c76502bf45c6283270631985d9 SHA512 0caebefeb2bd7b708d59d0ca83fa11bcc6e5d4e74eaec087eedaf8f2627b15e9a6ba5baa2cb5edb6724570ad7dcaf05a40758ab4c9c997e5770eb84180fc63f1 WHIRLPOOL b7815a1acc8076efd0c1b849f299ad3d16e53367f62103ee35a229dba194d6fe544021e460a919473a155fc9784c36baca42df65e29647aba7113127bb3a7054
|
30
sci-biology/irsabi_brudata/irsabi_brudata-1.4.ebuild
Normal file
30
sci-biology/irsabi_brudata/irsabi_brudata-1.4.ebuild
Normal 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 *
|
||||||
|
}
|
20
sci-biology/irsabi_brudata/metadata.xml
Normal file
20
sci-biology/irsabi_brudata/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>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>
|
Loading…
x
Reference in New Issue
Block a user