1
0
Fork 0

sci-biology/ztau_bidsdata: version bump 1.1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2019-10-10 02:19:58 +02:00
parent 6b5c12bb5e
commit b131d90ce5
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,8 @@
*ztau_bidsdata-1.1 (10 Oct 2019)
10 Oct 2019; <chymera@gentoo.org> +ztau_bidsdata-1.1.ebuild:
sci-biology/ztau_bidsdata: version bump 1.1
*ztau_bidsdata-1.0 (11 Sep 2019)
11 Sep 2019; <chymera@gentoo.org> +metadata.xml, +ztau_bidsdata-1.0.ebuild:

View File

@ -1 +1,2 @@
DIST ztau_bidsdata-1.0.tar.xz 3031481036 SHA256 c1e4f796edd34f5ba82b87fbee068d0a63316783cdc907c15903f540102862d2 SHA512 089c6435ac9a40c0c576a0ee3f1d72ec5f6d2d4abcb233c031879ca6d28efef5143ae06465eb29aa06b5608af50ccbb2c6c52c53a4b027a106c711d6d779c85f WHIRLPOOL 33112e93f7611cafe6b515e17d970277d5ad792d27f0572a5682395a4b07967ae183477677a6cc179e88ee1b68601cb2e6c5f81f2fa1fe208785d1230c19e98a
DIST ztau_bidsdata-1.1.tar.xz 3031480792 SHA256 00c8a979893586452ed4125038a4d2b5ff8242fd6dafba9ab546f979fe01070c SHA512 c2b424b1bc29176b32e96cc771f7aa3ac7d6f33f31ab0b98acce2263ce96f82b7c7533c753c1716aec25dbda6f5a9b90ed9d7ab3098dc5db6491543c244a599c WHIRLPOOL de7e419e010bd3bddc9c8866402f571dfc965106ea4ed39805515d770997cc8b7d7be5aa5f7b3fa02aff375e8734e0425819a948ecccd820d230effb05e5a772

View File

@ -0,0 +1,32 @@
# 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 OPFVTA publication"
HOMEPAGE="http://www.aic-fmi.ethz.ch/"
SRC_URI="
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="6G"
check-reqs_pkg_pretend
}
# We disable this phase to not check requirements twice.
pkg_setup() { :; }
src_install() {
insinto "/usr/share/${PN}"
doins -r *
}