aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 20:19:10 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 20:25:15 +0000
commit03b89dba2de9b51e1cc3f2afb9fd937e69af5356 (patch)
tree30b965783986240419cbeeee3e9f9e6c9d63236d
parentsci-biology/FLASH: QA fixes (diff)
downloadsci-03b89dba2de9b51e1cc3f2afb9fd937e69af5356.tar.gz
sci-03b89dba2de9b51e1cc3f2afb9fd937e69af5356.tar.bz2
sci-03b89dba2de9b51e1cc3f2afb9fd937e69af5356.zip
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@gentoo.org>
-rw-r--r--sci-biology/Gambit/Gambit-0.4.145.ebuild13
-rw-r--r--sci-biology/Gambit/metadata.xml2
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 8302a2b51..33c2efe41 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 1699e58b2..f68a1b6fa 100644
--- a/sci-biology/Gambit/metadata.xml
+++ b/sci-biology/Gambit/metadata.xml
@@ -5,7 +5,7 @@
<email>mmokrejs@fold.natur.cuni.cz</email>
<name>Martin Mokrejs</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>