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/samri_bindata/
Date: Tue, 17 Jul 2018 21:13:49
Message-Id: 1531862012.7fd4786a2085d0cd85fd37a48a40cabf25e2ca15.chymera@gentoo
1 commit: 7fd4786a2085d0cd85fd37a48a40cabf25e2ca15
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Jul 17 21:13:32 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 17 21:13:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7fd4786a
7
8 sci-biology/samri_bindata: version bump
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 .../samri_bindata/samri_bindata-0.1.2.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/sci-biology/samri_bindata/samri_bindata-0.1.2.ebuild b/sci-biology/samri_bindata/samri_bindata-0.1.2.ebuild
16 new file mode 100644
17 index 000000000..a6baa0b09
18 --- /dev/null
19 +++ b/sci-biology/samri_bindata/samri_bindata-0.1.2.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="Mouse brain atlasses for SAMRI."
27 +HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
28 +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
29 +
30 +LICENSE="GPL-3"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 +IUSE=""
34 +
35 +RDEPEND=""
36 +DEPEND=""
37 +
38 +src_install() {
39 + insinto "/usr/share/${PN}"
40 + doins -r *
41 +}