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_bidsdata/
Date: Wed, 12 Dec 2018 01:33:05
Message-Id: 1544537537.ef0be902e9859206b08a5ca3808520fa05587dd4.chymera@gentoo
1 commit: ef0be902e9859206b08a5ca3808520fa05587dd4
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Dec 11 14:12:03 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 11 14:12:17 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef0be902
7
8 sci-biology/samri_bidsdata: version bump
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 .../samri_bidsdata/samri_bidsdata-0.2.ebuild | 23 ++++++++++++++++++++++
14 1 file changed, 23 insertions(+)
15
16 diff --git a/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild
17 new file mode 100644
18 index 000000000..9ab76ec84
19 --- /dev/null
20 +++ b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2018 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="BIDS-formatted example mouse brain data for SAMRI."
28 +HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
29 +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
30 +
31 +LICENSE="GPL-3"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
34 +IUSE=""
35 +
36 +RDEPEND=""
37 +DEPEND=""
38 +
39 +src_install() {
40 + insinto "/usr/share/${PN}"
41 + doins -r *
42 +}
43 +
44 +S=${WORKDIR}/${PN}