| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.12.0 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A desktop genome browser using GFF inputs"
HOMEPAGE="https://www.sanger.ac.uk/science/tools/zmap"
SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/production/zmap-${PV}.tar.gz
ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/ZMap_User_Manual.pdf"
LICENSE="GPL-2" # website states Apache-2.0, bundled COPYING says GPL-2
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl"
DEPEND="
sys-libs/readline:=
dev-libs/glib
x11-libs/gtk+:=
curl? ( net-misc/curl )
dev-db/sqlite:3
virtual/mysql
dev-libs/openssl:0="
RDEPEND="${DEPEND}
sci-biology/seqtools"
pkg_postinst(){
einfo "Optionally also install sci-biology/seqtools"
}
sys-libs/readline:= dev-libs/glib x11-libs/gtk+:= curl? ( net-misc/curl ) dev-db/sqlite:3 virtual/mysql dev-libs/openssl:0=
sys-libs/readline:= dev-libs/glib x11-libs/gtk+:= curl? ( net-misc/curl ) dev-db/sqlite:3 virtual/mysql dev-libs/openssl:0= sci-biology/seqtools
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ZMap_User_Manual.pdf | 5512092 bytes | ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/ZMap_User_Manual.pdf |
| DIST | zmap-2.12.0.tar.gz | 22068950 bytes | ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/production/zmap-2.12.0.tar.gz |