From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C5C1138334 for ; Wed, 12 Dec 2018 01:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49FAE0D3E; Wed, 12 Dec 2018 01:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A849E0D3E for ; Wed, 12 Dec 2018 01:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3995335CA6 for ; Wed, 12 Dec 2018 01:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEC74D2 for ; Wed, 12 Dec 2018 01:32:59 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1544537537.ef0be902e9859206b08a5ca3808520fa05587dd4.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/samri_bidsdata/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild X-VCS-Directories: sci-biology/samri_bidsdata/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ef0be902e9859206b08a5ca3808520fa05587dd4 X-VCS-Branch: master Date: Wed, 12 Dec 2018 01:32:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6892934a-1bfd-43fa-92ba-22530dad3fa8 X-Archives-Hash: 66ecb0e1735966534dc02758d0b8eb98 commit: ef0be902e9859206b08a5ca3808520fa05587dd4 Author: Horea Christian yandex com> AuthorDate: Tue Dec 11 14:12:03 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Dec 11 14:12:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef0be902 sci-biology/samri_bidsdata: version bump Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Horea Christian yandex.com> .../samri_bidsdata/samri_bidsdata-0.2.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild new file mode 100644 index 000000000..9ab76ec84 --- /dev/null +++ b/sci-biology/samri_bidsdata/samri_bidsdata-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="BIDS-formatted example mouse brain data for SAMRI." +HOMEPAGE="https://github.com/IBT-FMI/SAMRI" +SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + insinto "/usr/share/${PN}" + doins -r * +} + +S=${WORKDIR}/${PN}