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-expression-data/
Date: Wed, 16 Jan 2019 18:09:49
Message-Id: 1547661960.944ce87d136aaaf6b656691fc517c412b88dd50c.chymera@gentoo
1 commit: 944ce87d136aaaf6b656691fc517c412b88dd50c
2 Author: Tina Segessemann <tina.seg <AT> bluewin <DOT> ch>
3 AuthorDate: Wed Jan 16 16:03:00 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Jan 16 18:06:00 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=944ce87d
7
8 sci-biology/ABI-expression-data: new package
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-expression-data-0.1.ebuild | 34 ++++++++++++++++++++++
14 sci-biology/ABI-expression-data/metadata.xml | 16 ++++++++++
15 2 files changed, 50 insertions(+)
16
17 diff --git a/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild b/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild
18 new file mode 100644
19 index 000000000..8fc372e55
20 --- /dev/null
21 +++ b/sci-biology/ABI-expression-data/ABI-expression-data-0.1.ebuild
22 @@ -0,0 +1,34 @@
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="Gene expression data form the Allen Mouse Brain data portal"
31 +HOMEPAGE="https://github.com/IBT-FMI/ABI-geneexpression-data"
32 +SRC_URI="
33 + http://chymera.eu/distfiles/${P}.tar.xz
34 + "
35 +
36 +LICENSE="fairuse"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 +
40 +RDEPEND=""
41 +DEPEND=""
42 +
43 +pkg_pretend() {
44 + CHECKREQS_DISK_BUILD="7G"
45 + CHECKREQS_DISK_USR="7G"
46 + CHECKREQS_DISK_VAR="7G"
47 + check-reqs_pkg_pretend
48 +}
49 +
50 +# We disable this phase to not check requirements twice.
51 +pkg_setup() { :; }
52 +
53 +src_install() {
54 + insinto "/usr/share/${PN}"
55 + doins -r *
56 +}
57
58 diff --git a/sci-biology/ABI-expression-data/metadata.xml b/sci-biology/ABI-expression-data/metadata.xml
59 new file mode 100644
60 index 000000000..3c5138f6b
61 --- /dev/null
62 +++ b/sci-biology/ABI-expression-data/metadata.xml
63 @@ -0,0 +1,16 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="person">
68 + <email>tina.seg@×××××××.ch</email>
69 + <name>Tina Segessemann</name>
70 + </maintainer>
71 + <maintainer type="project">
72 + <email>sci@g.o</email>
73 + <name>Gentoo Science Project</name>
74 + </maintainer>
75 + <longdescription lang="en">
76 + A data library of gene expression maps collected
77 + from the Allen Mouse Brain data portal.
78 + </longdescription>
79 +</pkgmetadata>