sci-biology/ABI-connectivity-data: version bump 0.2
Ahead of Gentoo Science Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
394fdd4ebe
commit
880fecbcd9
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit check-reqs
|
||||
|
||||
DESCRIPTION="Connectivity data from the Allen Mouse Brain data portal"
|
||||
HOMEPAGE="https://github.com/IBT-FMI/ABI-connectivity-data"
|
||||
SRC_URI="http://chymera.eu/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="fairuse"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
pkg_pretend() {
|
||||
CHECKREQS_DISK_BUILD="3G"
|
||||
CHECKREQS_DISK_USR="3G"
|
||||
CHECKREQS_DISK_VAR="3G"
|
||||
check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
# We disable this phase to not check requirements twice.
|
||||
pkg_setup() { :; }
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r *
|
||||
}
|
5
sci-biology/ABI-connectivity-data/ChangeLog
Normal file
5
sci-biology/ABI-connectivity-data/ChangeLog
Normal file
@ -0,0 +1,5 @@
|
||||
*ABI-connectivity-data-0.2 (19 May 2020)
|
||||
|
||||
19 May 2020; <chymera@gentoo.org> +ABI-connectivity-data-0.2.ebuild,
|
||||
+metadata.xml:
|
||||
sci-biology/ABI-connectivity-data: version bump 0.2 Ahead of Gentoo Science
|
1
sci-biology/ABI-connectivity-data/Manifest
Normal file
1
sci-biology/ABI-connectivity-data/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ABI-connectivity-data-0.2.tar.xz 2746778304 SHA256 8bcf2187a645546e81285716f30fae3e761c530d35eb987bfe21bad2ea4daaea SHA512 60538a45defaec32b126f7dd639f61fb030d9ef4830ff9ebb63736087493935312209dbd6591eb245a72be1217c35a3f877a7549918cc1bc39dfd34b2c23d478 WHIRLPOOL c31d876ac2d513eaebb97347596c25a8809d9b98a03907b0eb7788d82579b9440d46e559236e35378ecb14e0fee596d560445316d18f44ca70b05c14d6b809e6
|
16
sci-biology/ABI-connectivity-data/metadata.xml
Normal file
16
sci-biology/ABI-connectivity-data/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tina.seg@bluewin.ch</email>
|
||||
<name>Tina Segessemann</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A data library of neural projections collected
|
||||
from the Allen Mouse Brain Connectivity data portal.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user