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/mouse-brain-atlases/
Date: Wed, 04 Jul 2018 17:39:41
Message-Id: 1530725868.b0b4ad02cf16ba67145141541b6af619a0945592.chymera@gentoo
1 commit: b0b4ad02cf16ba67145141541b6af619a0945592
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Wed Jul 4 17:37:48 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 4 17:37:48 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0b4ad02
7
8 sci-biology/mouse-brain-atlases: version bump
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 .../mouse-brain-atlases-0.1.20180704.ebuild | 27 ++++++++++++++++++++++
13 1 file changed, 27 insertions(+)
14
15 diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild
16 new file mode 100644
17 index 000000000..3a3b1b9ff
18 --- /dev/null
19 +++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.1.20180704.ebuild
20 @@ -0,0 +1,27 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit check-reqs
27 +
28 +DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
29 +HOMEPAGE="http://imaging.org.au/AMBMC/Model"
30 +SRC_URI="http://chymera.eu/distfiles/${P}.zip"
31 +
32 +LICENSE="fairuse"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 +IUSE=""
36 +
37 +RDEPEND=""
38 +DEPEND=""
39 +
40 +CHECKREQS_DISK_BUILD=4G
41 +CHECKREQS_DISK_USR=4G
42 +CHECKREQS_DISK_VAR=8G
43 +
44 +src_install() {
45 + insinto "/usr/share/${PN}"
46 + doins *
47 +}