public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/
Date: Tue, 25 Dec 2018 18:05:15 +0000 (UTC)	[thread overview]
Message-ID: <1545761099.4e8c7d067a434f1bc18ab12b11df44b927abe14f.chymera@gentoo> (raw)

commit:     4e8c7d067a434f1bc18ab12b11df44b927abe14f
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Dec 25 18:04:37 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Dec 25 18:04:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e8c7d06

sci-biology/mouse-brain-atlases: version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 .../mouse-brain-atlases-0.5.1.ebuild               | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.1.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.1.ebuild
new file mode 100644
index 000000000..65963d55a
--- /dev/null
+++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="A collection of mouse brain atlases in NIfTI format"
+HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases"
+SRC_URI="
+	http://chymera.eu/distfiles/${P}.tar.xz
+	hires? ( http://chymera.eu/distfiles/${PN}HD-${PV}.tar.xz )
+	"
+
+LICENSE="fairuse"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="hires"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+	if use hires; then
+		CHECKREQS_DISK_BUILD="4G"
+		CHECKREQS_DISK_USR="4G"
+		CHECKREQS_DISK_VAR="8G"
+	else
+		CHECKREQS_DISK_BUILD="500M"
+	fi
+	check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+	insinto "/usr/share/${PN}"
+	doins *
+	if use hires; then
+		cd "../${PN}HD-${PV}"
+		doins *
+	fi
+}


             reply	other threads:[~2018-12-25 18:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-25 18:05 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-16  8:44 [gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/ Horea Christian
2023-02-16  8:36 Horea Christian
2023-02-16  8:36 Horea Christian
2021-03-04 13:53 Andrew Ammerlaan
2020-05-12  7:15 Horea Christian
2018-12-31  2:08 Horea Christian
2018-12-26 19:05 Horea Christian
2018-12-23 20:55 Horea Christian
2018-12-20 13:05 Horea Christian
2018-12-20 13:02 Horea Christian
2018-11-17 20:22 Horea Christian
2018-11-17 20:05 Horea Christian
2018-11-17 20:02 Horea Christian
2018-07-19 21:24 Horea Christian
2018-07-19 19:51 Horea Christian
2018-07-19 18:35 Horea Christian
2018-07-17 21:16 Horea Christian
2018-07-04 17:39 Horea Christian
2018-07-04 17:39 Horea Christian
2018-07-01  2:00 Horea Christian
2018-06-24  3:49 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1545761099.4e8c7d067a434f1bc18ab12b11df44b927abe14f.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox