commit: 03b89dba2de9b51e1cc3f2afb9fd937e69af5356 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 20:19:10 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 20:25:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03b89dba
sci-biology/Gambit: QA fixes Bump to EAPI 6 shorten DESCRIPTION Add USE=doc Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/Gambit/Gambit-0.4.145.ebuild | 13 +++++++------ sci-biology/Gambit/metadata.xml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sci-biology/Gambit/Gambit-0.4.145.ebuild b/sci-biology/Gambit/Gambit-0.4.145.ebuild index 8302a2b..33c2efe 100644 --- a/sci-biology/Gambit/Gambit-0.4.145.ebuild +++ b/sci-biology/Gambit/Gambit-0.4.145.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit qmake-utils -DESCRIPTION="Genomic alignments from BAM files with annotations from BED, GFF, GFF3, VCF formats" +DESCRIPTION="Genomic alignments from BAM files" HOMEPAGE="http://code.google.com/p/gambit-viewer/" SRC_URI=" http://gambit-viewer.googlecode.com/files/Gambit_v0.4.145_src.tar.gz - http://gambit-viewer.googlecode.com/files/GambitDocumentation_v0.4.145.pdf" + doc? ( http://gambit-viewer.googlecode.com/files/GambitDocumentation_v0.4.145.pdf ) +" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="doc" DEPEND=" dev-qt/qtcore:4 @@ -33,5 +34,5 @@ src_configure() { src_install() { dobin ${PN} - dodoc "${DISTDIR}"/GambitDocumentation_v0.4.145.pdf + use doc && dodoc "${DISTDIR}"/GambitDocumentation_v0.4.145.pdf } diff --git a/sci-biology/Gambit/metadata.xml b/sci-biology/Gambit/metadata.xml index 1699e58..f68a1b6 100644 --- a/sci-biology/Gambit/metadata.xml +++ b/sci-biology/Gambit/metadata.xml @@ -5,7 +5,7 @@ <email>[email protected]</email> <name>Martin Mokrejs</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>[email protected]</email> <name>Gentoo Biology Project</name> </maintainer>
