Install this version:
emerge -a =sci-biology/afni-datasets-20240503
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/afni-datasets-20240503
Or alternatively:
emerge --autounmask-write -a =sci-biology/afni-datasets-20240503
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="afni_atlases_dist_2024_0503"
DESCRIPTION="Datasets for using and testing sci-biology/afni"
HOMEPAGE="https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/"
SRC_URI="https://afni.nimh.nih.gov/pub/dist/atlases/${MY_P}.tgz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
insinto /usr/share/${PN}
doins -r *
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | afni-datasets-20240503.tar.gz | 57863597 bytes | https://afni.nimh.nih.gov/pub/dist/atlases/afni_atlases_dist_2024_0503.tgz |