Install this version:
emerge -a =sci-biology/hexamer-19990330
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/hexamer-19990330
Or alternatively:
emerge --autounmask-write -a =sci-biology/hexamer-19990330
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 19990330 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Predict CDS using 6mers without deriving information from base composition"
HOMEPAGE="http://www.sanger.ac.uk/resources/software"
SRC_URI="ftp://ftp.sanger.ac.uk/pub/users/rd/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"/hexamer
src_prepare(){
default
sed -e "s#cc -g#$(tc-getCC) ${CFLAGS}#" -i Makefile || die
}
src_install(){
dobin hexamer hextable
dodoc README
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hexamer-19990330.tar.gz | 142855 bytes | ftp://ftp.sanger.ac.uk/pub/users/rd/hexamer.tar.gz |