aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2019-05-05 20:43:59 +0200
committerHorea Christian <horea.christ@yandex.com>2019-05-05 20:43:59 +0200
commit2654a9821c7adb7def3662fe885e75fba0096efb (patch)
treee9182ed239b7147b3c1314c05d0f6def0fad8371
parentsci-biology/irsabi_bidsdata: version bump 1.1 (diff)
downloadsci-2654a9821c7adb7def3662fe885e75fba0096efb.tar.gz
sci-2654a9821c7adb7def3662fe885e75fba0096efb.tar.bz2
sci-2654a9821c7adb7def3662fe885e75fba0096efb.zip
sci-biology/irsabi_bidsdata: version bump 1.2
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Horea Christian <horea.christ@yandex.com>
-rw-r--r--sci-biology/irsabi_bidsdata/Manifest1
-rw-r--r--sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sci-biology/irsabi_bidsdata/Manifest b/sci-biology/irsabi_bidsdata/Manifest
index 5eacb191b..e500688ef 100644
--- a/sci-biology/irsabi_bidsdata/Manifest
+++ b/sci-biology/irsabi_bidsdata/Manifest
@@ -1,2 +1,3 @@
DIST irsabi_bidsdata-1.0.tar.xz 4503366188 BLAKE2B 7c0946b2287c082a35c832ee00b353b361abc1325d48414ae99f9f73c52f7e1d14f061781cc2627fe030930fb45f7f0e177d9cef35fb1f2fd2e1680937f503a5 SHA512 3fbb08c50ffc52eb64a5205753fbe0da17fcc2ff87eb6283b7db1462e9143431e1263eae1ce75b0f5960cd987e6d33b9e8a2829608931996b32f8a6c63100f0e
DIST irsabi_bidsdata-1.1.tar.xz 4503359284 BLAKE2B de1720b221d826bb1609ec040a8b3d0ebe2e3cd531debcf62626433265afab08ab39369d20aad1ffa55efe91acd49c30717fc110ccfc16b5e6e70ce2fb8fa2a0 SHA512 d50bd53939c4dee4fe604de17d28565b7f52ca7d0e5549b503eee4764a6e6493dd88af2f0414f8994049887fd1f4e32395e1dd8b5e8e5d2b2425f0bd1440b4b7
+DIST irsabi_bidsdata-1.2.tar.xz 4503358828 BLAKE2B 5fc4e373e851f522a6a4627980855b7d77ac30325728dfa7590870f43a9f4c63ebdf0c781118df6d47803119c2d5e7684f712db090cbcb20698f0066b84e1c75 SHA512 4e1dfc02d0fd56454a1a80bc7b74612527136e6ae0a4c834b1cebe7606137f828db5f0955892c46f6710050c6acb4f2f59072b5206a4d0b723fd28a7cb14fb63
diff --git a/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
new file mode 100644
index 000000000..9c7dba40b
--- /dev/null
+++ b/sci-biology/irsabi_bidsdata/irsabi_bidsdata-1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs
+
+DESCRIPTION="BIDS data files released with the IRSABI publication"
+HOMEPAGE="http://www.aic-fmi.ethz.ch/"
+SRC_URI="
+ https://zenodo.org/record/2667635/files/${P}.tar.xz
+ http://chymera.eu/distfiles/${P}.tar.xz
+ "
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND=""
+
+pkg_pretend() {
+ CHECKREQS_DISK_BUILD="10G"
+ check-reqs_pkg_pretend
+}
+
+# We disable this phase to not check requirements twice.
+pkg_setup() { :; }
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins -r *
+}