Install this version:
emerge -a =sci-biology/prosite-2017.02
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/prosite-2017.02
Or alternatively:
emerge --autounmask-write -a =sci-biology/prosite-2017.02
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A protein families and domains database"
HOMEPAGE="https://prosite.expasy.org/"
SRC_URI="ftp://ftp.expasy.org/databases/prosite/old_releases/prosite${PV//./_}.tar.bz2"
S="${WORKDIR}"
LICENSE="swiss-prot"
SLOT="0"
# Minimal build keeps only the indexed files (if applicable).
# The non-indexed database is not installed.
KEYWORDS="~amd64 ~x86"
IUSE="emboss minimal"
BDEPEND="emboss? ( sci-biology/emboss )"
RDEPEND="${BDEPEND}"
src_compile() {
if use emboss; then
mkdir PROSITE || die
einfo
einfo "Indexing PROSITE for usage with EMBOSS"
EMBOSS_DATA="." prosextract -auto -prositedir "${S}" || die "Indexing PROSITE failed"
einfo
fi
}
src_install() {
if ! use minimal; then
insinto /usr/share/${PN}
doins *.{doc,dat}
fi
if use emboss; then
insinto /usr/share/EMBOSS/data/PROSITE
doins -r PROSITE/.
fi
}
Manage flags for this package:
euse -i <flag> -p sci-biology/prosite |
euse -E <flag> -p sci-biology/prosite |
euse -D <flag> -p sci-biology/prosite
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | prosite2017_02.tar.bz2 | 9234253 bytes | ftp://ftp.expasy.org/databases/prosite/old_releases/prosite2017_02.tar.bz2 |