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/irsabi_bidsdata/
Date: Sun, 05 May 2019 18:46:14
Message-Id: 1557081839.2654a9821c7adb7def3662fe885e75fba0096efb.chymera@gentoo
1 commit: 2654a9821c7adb7def3662fe885e75fba0096efb
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun May 5 18:43:59 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun May 5 18:43:59 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2654a982
7
8 sci-biology/irsabi_bidsdata: version bump 1.2
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 .../irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild | 33 ++++++++++++++++++++++
14 1 file changed, 33 insertions(+)
15
16 diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
17 new file mode 100644
18 index 000000000..9c7dba40b
19 --- /dev/null
20 +++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
21 @@ -0,0 +1,33 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit check-reqs
28 +
29 +DESCRIPTION="BIDS data files released with the IRSABI publication"
30 +HOMEPAGE="http://www.aic-fmi.ethz.ch/"
31 +SRC_URI="
32 + https://zenodo.org/record/2667635/files/${P}.tar.xz
33 + http://chymera.eu/distfiles/${P}.tar.xz
34 + "
35 +
36 +LICENSE="CC-BY-SA-4.0"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 +
40 +RDEPEND=""
41 +DEPEND=""
42 +
43 +pkg_pretend() {
44 + CHECKREQS_DISK_BUILD="10G"
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 +}