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/ABI-connectivity-data/
Date: Wed, 16 Jan 2019 17:52:28
Message-Id: 1547658813.b1d0216bbbebaaa7a256320c7ec4056c4fb3c855.chymera@gentoo
1 commit: b1d0216bbbebaaa7a256320c7ec4056c4fb3c855
2 Author: Tina Segessemann <tina.seg <AT> bluewin <DOT> ch>
3 AuthorDate: Wed Jan 16 15:56:41 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 16 17:13:33 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b1d0216b
7
8 sci-biology/ABI-connectivity-data:
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 .../ABI-connectivity-data-0.1.ebuild | 32 ++++++++++++++++++++++
14 sci-biology/ABI-connectivity-data/metadata.xml | 16 +++++++++++
15 2 files changed, 48 insertions(+)
16
17 diff --git a/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild b/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild
18 new file mode 100644
19 index 000000000..cc3bb4bad
20 --- /dev/null
21 +++ b/sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.1.ebuild
22 @@ -0,0 +1,32 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit check-reqs
29 +
30 +DESCRIPTION="Connectivity data from the Allen Mouse Brain data portal"
31 +HOMEPAGE="https://github.com/IBT-FMI/ABI-connectivity-data"
32 +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
33 +
34 +LICENSE="fairuse"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 +
38 +RDEPEND=""
39 +DEPEND=""
40 +
41 +pkg_pretend() {
42 + CHECKREQS_DISK_BUILD="3G"
43 + CHECKREQS_DISK_USR="3G"
44 + CHECKREQS_DISK_VAR="3G"
45 + check-reqs_pkg_pretend
46 +}
47 +
48 +# We disable this phase to not check requirements twice.
49 +pkg_setup() { :; }
50 +
51 +src_install() {
52 + insinto "/usr/share/${PN}"
53 + doins -r *
54 +}
55
56 diff --git a/sci-biology/ABI-connectivity-data/metadata.xml b/sci-biology/ABI-connectivity-data/metadata.xml
57 new file mode 100644
58 index 000000000..15c6fa66f
59 --- /dev/null
60 +++ b/sci-biology/ABI-connectivity-data/metadata.xml
61 @@ -0,0 +1,16 @@
62 +<?xml version="1.0" encoding="UTF-8"?>
63 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 +<pkgmetadata>
65 + <maintainer type="person">
66 + <email>tina.seg@×××××××.ch</email>
67 + <name>Tina Segessemann</name>
68 + </maintainer>
69 + <maintainer type="project">
70 + <email>sci@g.o</email>
71 + <name>Gentoo Science Project</name>
72 + </maintainer>
73 + <longdescription lang="en">
74 + A data library of neural projections collected
75 + from the Allen Mouse Brain Connectivity data portal.
76 + </longdescription>
77 +</pkgmetadata>