1
0
Fork 0

sci-biology/samri_bidsdata: version bump 0.3

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

View File

@ -0,0 +1,4 @@
*samri_bidsdata-0.3 (25 Oct 2019)
25 Oct 2019; <chymera@gentoo.org> +metadata.xml, +samri_bidsdata-0.3.ebuild:
sci-biology/samri_bidsdata: version bump 0.3

View File

@ -0,0 +1 @@
DIST samri_bidsdata-0.3.tar.xz 11498387144 SHA256 6d8d01f100793bb930d531630c8c1badcef66e90878421bf75a2910195271836 SHA512 bed72df1e5288c0597168f3100b4e839cee869173217df0f3cbdc47ea5b5167d4fcd7f1e8efa681a723bd47d017e6a502a2acf4ce2b225487fff7b8911aa0ff1 WHIRLPOOL b6b53c78ececd4bb2ca3f0cbfd1ed35f4bd592f25b140651c5ced5df407466e47e294344972a48eae09ce529970b34dc04d118bf284bb7f97c66d6acdfce0fa1

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,23 @@
# 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 *
}