Install this version:
emerge -a =sci-biology/biogrep-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/biogrep-1.0
Or alternatively:
emerge --autounmask-write -a =sci-biology/biogrep-1.0
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Multithreaded tool for matching large sets of patterns against biosequence DBs"
HOMEPAGE="http://stephanopoulos.openwetware.org/BIOGREP.html"
SRC_URI="
http://www.openwetware.org/images/3/3d/${P^}.tar.gz -> ${P}.tar.gz
doc? ( http://www.openwetware.org/images/4/49/${PN^}.pdf -> ${P}.pdf )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
PATCHES=( "${FILESDIR}"/${P}-c23.patch )
src_prepare() {
default
eautoreconf
}
src_install() {
default
use doc && dodoc "${DISTDIR}"/${P}.pdf
if use examples; then
# remove cruft before installing examples
find examples/ \( -name 'CVS' -o -name '*~' \) -exec rm -rf '{}' + || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}
Manage flags for this package:
euse -i <flag> -p sci-biology/biogrep |
euse -E <flag> -p sci-biology/biogrep |
euse -D <flag> -p sci-biology/biogrep
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | biogrep-1.0.pdf | 22179 bytes | http://www.openwetware.org/images/4/49/Biogrep.pdf |
| DIST | biogrep-1.0.tar.gz | 71867 bytes | http://www.openwetware.org/images/3/3d/Biogrep-1.0.tar.gz |