1
0
Fork 0

sci-biology/samri_bidsdata: version bump

ahead of Gentoo Science

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-02-06 04:41:09 +01:00
parent 2270630304
commit 6f1b5f8ab2
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,5 @@
*samri_bidsdata-0.2.1 (06 Feb 2019)
06 Feb 2019; <chymera@gentoo.org> +metadata.xml,
+samri_bidsdata-0.2.1.ebuild:
sci-biology/samri_bidsdata: version bump ahead of Gentoo Science

View File

@ -0,0 +1 @@
DIST samri_bidsdata-0.2.1.tar.xz 11498379580 SHA256 578ec6aa20476d6d5c8cba4fa3089de9030efb9c9cc6516c34c4b7095c42bceb SHA512 798ad9405dba3d9ce6c21b04bac62dfc01b3ddea95808cae5867d4e805b23359eaed88b3c99abcfa1a4ce3a2037ceaf3a6804d7b218ce10c37e44a82b48eebf2 WHIRLPOOL 0d14b3ddfd3e085088cace65dbdabcef501dccfb0ae7d31014458cfca015a717bc80defeaa2d5ccbfe3b209332f3bd278946ed47214961ed50dd9abfc857bd61

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Larger BIDS example data package for sci-biology/samri.
</longdescription>
</pkgmetadata>

View File

@ -0,0 +1,21 @@
# Copyright 1999-2019 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 *
}