commit:     c545bdffd29bcfb7a4d1f89f5ac08737f622b594
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jul  7 16:45:26 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jul  7 16:45:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c545bdff

sci-biology/drlfom_bidsdata: new data package

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/drlfom_bidsdata/ChangeLog              |  7 +++++
 .../drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild     | 33 ++++++++++++++++++++++
 sci-biology/drlfom_bidsdata/metadata.xml           | 18 ++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/sci-biology/drlfom_bidsdata/ChangeLog 
b/sci-biology/drlfom_bidsdata/ChangeLog
new file mode 100644
index 000000000..39141519e
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/ChangeLog
@@ -0,0 +1,7 @@
+  28 Jun 2019;  <[email protected]> drlfom_bidsdata-1.0.ebuild:
+  sci-biology/drlfom_bidsdata: alternative download link
+
+*drlfom_bidsdata-1.0 (28 Jun 2019)
+
+  28 Jun 2019;  <[email protected]> +drlfom_bidsdata-1.0.ebuild, 
+metadata.xml:
+  sci-biology/drlfom_bidsdata: new package ahead of Gentoo Science

diff --git a/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild 
b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
new file mode 100644
index 000000000..d997dd151
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/drlfom_bidsdata-1.0.ebuild
@@ -0,0 +1,33 @@
+# 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="
+       https://zenodo.org/record/3260745/files/${P}.tar.xz
+       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 *
+}

diff --git a/sci-biology/drlfom_bidsdata/metadata.xml 
b/sci-biology/drlfom_bidsdata/metadata.xml
new file mode 100644
index 000000000..0df40cb4a
--- /dev/null
+++ b/sci-biology/drlfom_bidsdata/metadata.xml
@@ -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>[email protected]</email>
+               <name>Horea Christian</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</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>

Reply via email to