Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/irsabi_bidsdata/
Date: Sun, 06 Jan 2019 16:42:43
Message-Id: 1546792946.6d8c49f94895c2ec1cc33579c4360de18ecbbdfd.chymera@gentoo
1 commit: 6d8c49f94895c2ec1cc33579c4360de18ecbbdfd
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun Jan 6 16:40:11 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 6 16:42:26 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d8c49f9
7
8 sci-biology/irsabi_bidsdata: new package
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-biology/irsabi_bidsdata/ChangeLog | 5 ++++
14 .../irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild | 30 ++++++++++++++++++++++
15 sci-biology/irsabi_bidsdata/metadata.xml | 19 ++++++++++++++
16 3 files changed, 54 insertions(+)
17
18 diff --git a/sci-biology/irsabi_bidsdata/ChangeLog b/sci-biology/irsabi_bidsdata/ChangeLog
19 new file mode 100644
20 index 000000000..b50647328
21 --- /dev/null
22 +++ b/sci-biology/irsabi_bidsdata/ChangeLog
23 @@ -0,0 +1,5 @@
24 +*irsabi_bidsdata-1.0 (06 Jan 2019)
25 +
26 + 06 Jan 2019; Horea Christian <h.chr@××××.ru> +irsabi_bidsdata-1.0.ebuild,
27 + +metadata.xml:
28 + sci-biology/irsabi_bidsdata: new package ahead of Gentoo Science
29
30 diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
31 new file mode 100644
32 index 000000000..3bc8b48f7
33 --- /dev/null
34 +++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.0.ebuild
35 @@ -0,0 +1,30 @@
36 +# Copyright 1999-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +inherit check-reqs
42 +
43 +DESCRIPTION="Raw data files released with the IRSABI publication"
44 +HOMEPAGE="http://www.aic-fmi.ethz.ch/"
45 +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
46 +
47 +LICENSE="CC-BY-SA-4.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 +
51 +RDEPEND=""
52 +DEPEND=""
53 +
54 +pkg_pretend() {
55 + CHECKREQS_DISK_BUILD="10G"
56 + check-reqs_pkg_pretend
57 +}
58 +
59 +# We disable this phase to not check requirements twice.
60 +pkg_setup() { :; }
61 +
62 +src_install() {
63 + insinto "/usr/share/${PN}"
64 + doins -r *
65 +}
66
67 diff --git a/sci-biology/irsabi_bidsdata/metadata.xml b/sci-biology/irsabi_bidsdata/metadata.xml
68 new file mode 100644
69 index 000000000..9c6323c0a
70 --- /dev/null
71 +++ b/sci-biology/irsabi_bidsdata/metadata.xml
72 @@ -0,0 +1,19 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 + <maintainer type="person">
77 + <email>horea.christ@×××××.com</email>
78 + <name>Horea Christian</name>
79 + </maintainer>
80 + <maintainer type="project">
81 + <email>sci@g.o</email>
82 + <name>Gentoo Science Project</name>
83 + </maintainer>
84 + <longdescription lang="en">
85 + BIDS-formatted MRI data recorded at the ETH/UZH Animal Imaging Center
86 + and first associated with the IRSABI publication. The data represents
87 + f/MRI mouse brain scans with both BOLD and CBV contrasts, and acquired
88 + during optogenetic stimulation over multiple sessions including acute
89 + (i.v.) and chronic (s.c.) fluoxetine administration sessions.
90 + </longdescription>
91 +</pkgmetadata>