Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Gambit/
Date: Sun, 29 Jan 2017 20:25:26
Message-Id: 1485721515.03b89dba2de9b51e1cc3f2afb9fd937e69af5356.jlec@gentoo
1 commit: 03b89dba2de9b51e1cc3f2afb9fd937e69af5356
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 20:19:10 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:25:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03b89dba
7
8 sci-biology/Gambit: QA fixes
9
10 Bump to EAPI 6
11 shorten DESCRIPTION
12 Add USE=doc
13
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
16
17 sci-biology/Gambit/Gambit-0.4.145.ebuild | 13 +++++++------
18 sci-biology/Gambit/metadata.xml | 2 +-
19 2 files changed, 8 insertions(+), 7 deletions(-)
20
21 diff --git a/sci-biology/Gambit/Gambit-0.4.145.ebuild b/sci-biology/Gambit/Gambit-0.4.145.ebuild
22 index 8302a2b..33c2efe 100644
23 --- a/sci-biology/Gambit/Gambit-0.4.145.ebuild
24 +++ b/sci-biology/Gambit/Gambit-0.4.145.ebuild
25 @@ -1,21 +1,22 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 -EAPI=5
32 +EAPI=6
33
34 inherit qmake-utils
35
36 -DESCRIPTION="Genomic alignments from BAM files with annotations from BED, GFF, GFF3, VCF formats"
37 +DESCRIPTION="Genomic alignments from BAM files"
38 HOMEPAGE="http://code.google.com/p/gambit-viewer/"
39 SRC_URI="
40 http://gambit-viewer.googlecode.com/files/Gambit_v0.4.145_src.tar.gz
41 - http://gambit-viewer.googlecode.com/files/GambitDocumentation_v0.4.145.pdf"
42 + doc? ( http://gambit-viewer.googlecode.com/files/GambitDocumentation_v0.4.145.pdf )
43 +"
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 +IUSE="doc"
50
51 DEPEND="
52 dev-qt/qtcore:4
53 @@ -33,5 +34,5 @@ src_configure() {
54
55 src_install() {
56 dobin ${PN}
57 - dodoc "${DISTDIR}"/GambitDocumentation_v0.4.145.pdf
58 + use doc && dodoc "${DISTDIR}"/GambitDocumentation_v0.4.145.pdf
59 }
60
61 diff --git a/sci-biology/Gambit/metadata.xml b/sci-biology/Gambit/metadata.xml
62 index 1699e58..f68a1b6 100644
63 --- a/sci-biology/Gambit/metadata.xml
64 +++ b/sci-biology/Gambit/metadata.xml
65 @@ -5,7 +5,7 @@
66 <email>mmokrejs@×××××××××××××××.cz</email>
67 <name>Martin Mokrejs</name>
68 </maintainer>
69 -<maintainer type="project">
70 + <maintainer type="project">
71 <email>sci-biology@g.o</email>
72 <name>Gentoo Biology Project</name>
73 </maintainer>