commit:     6d8c49f94895c2ec1cc33579c4360de18ecbbdfd
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Jan  6 16:40:11 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan  6 16:42:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d8c49f9

sci-biology/irsabi_bidsdata: new package

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 sci-biology/irsabi_bidsdata/ChangeLog              |  5 ++++
 .../irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild     | 30 ++++++++++++++++++++++
 sci-biology/irsabi_bidsdata/metadata.xml           | 19 ++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/sci-biology/irsabi_bidsdata/ChangeLog 
b/sci-biology/irsabi_bidsdata/ChangeLog
new file mode 100644
index 000000000..b50647328
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/ChangeLog
@@ -0,0 +1,5 @@
+*irsabi_bidsdata-1.0 (06 Jan 2019)
+
+  06 Jan 2019; Horea Christian <h....@mail.ru> +irsabi_bidsdata-1.0.ebuild,
+  +metadata.xml:
+  sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science

diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild 
b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
new file mode 100644
index 000000000..3bc8b48f7
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
@@ -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 *
+}

diff --git a/sci-biology/irsabi_bidsdata/metadata.xml 
b/sci-biology/irsabi_bidsdata/metadata.xml
new file mode 100644
index 000000000..9c6323c0a
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>horea.chr...@gmail.com</email>
+               <name>Horea Christian</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>s...@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 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>

Reply via email to