1
0
mirror of synced 2024-12-31 09:01:52 +01:00

sci-biology/samri_bidsdata: migrated to Gentoo Science

https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ff7f7144a335cd5ab1bdf1bb477dca36461d9a1
This commit is contained in:
Horea Christian 2019-11-25 19:27:10 +01:00
parent d3539004e7
commit 68d184ab67
4 changed files with 0 additions and 43 deletions

View File

@ -1,4 +0,0 @@
*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

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

View File

@ -1,15 +0,0 @@
<?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

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