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: Wed, 29 May 2019 19:29:26
Message-Id: 1559158149.87700aab626c65fdd4d9ef05bedf03946f13c0a1.chymera@gentoo
1 commit: 87700aab626c65fdd4d9ef05bedf03946f13c0a1
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed May 29 19:29:09 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed May 29 19:29:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87700aab
7
8 sci-biology/samri_bindata: version bump
9
10 and metadata update
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 sci-biology/samri_bindata/samri_bindata-0.2.ebuild | 24 ++++++++++++++++++++++
16 1 file changed, 24 insertions(+)
17
18 diff --git a/sci-biology/samri_bindata/samri_bindata-0.2.ebuild b/sci-biology/samri_bindata/samri_bindata-0.2.ebuild
19 new file mode 100644
20 index 000000000..eac0e1b24
21 --- /dev/null
22 +++ b/sci-biology/samri_bindata/samri_bindata-0.2.ebuild
23 @@ -0,0 +1,24 @@
24 +# Copyright 1999-2019 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="ParaVision Mouse, Rat, and Lemur Testing Data for SAMRI"
30 +HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
31 +SRC_URI="
32 + https://zenodo.org/record/3234924/files/${P}.tar.xz
33 + http://chymera.eu/distfiles/${P}.tar.xz
34 + "
35 +
36 +LICENSE="GPL-3"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 +IUSE=""
40 +
41 +RDEPEND=""
42 +DEPEND=""
43 +
44 +src_install() {
45 + insinto "/usr/share/${PN}"
46 + doins -r *
47 +}