commit: 0006ddc33304292d16472bc6afa12a2dbce12c28 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 19:07:02 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 24 12:44:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0006ddc3
sci-biology/iqpnni: Port to EAPI=6 Package-Manager: portage-2.3.1 sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild b/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild new file mode 100644 index 00000000..2b4991a --- /dev/null +++ b/sci-biology/iqpnni/iqpnni-3.3.2-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Important Quartet Puzzling and NNI Operation" +HOMEPAGE="http://www.cibiv.at/software/iqpnni/" +SRC_URI="http://www.cibiv.at/software/iqpnni/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-cpp14.patch" # bug #594332 +) + +src_install() { + dobin src/iqpnni + + if use doc ; then + HTML_DOCS+=( manual/iqpnni-manual.html ) + dodoc manual/iqpnni-manual.pdf + fi + einstalldocs +}
