From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFB5B1395E8 for ; Sun, 29 Jan 2017 20:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3096941C8; Sun, 29 Jan 2017 20:25:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C41FA14579 for ; Sun, 29 Jan 2017 20:25:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDCEE3414D6 for ; Sun, 29 Jan 2017 20:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33CDD3A28 for ; Sun, 29 Jan 2017 20:25:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485721515.03b89dba2de9b51e1cc3f2afb9fd937e69af5356.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Gambit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Gambit/Gambit-0.4.145.ebuild sci-biology/Gambit/metadata.xml X-VCS-Directories: sci-biology/Gambit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 03b89dba2de9b51e1cc3f2afb9fd937e69af5356 X-VCS-Branch: master Date: Sun, 29 Jan 2017 20:25:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a3d70df-193c-4024-b906-defdced051c5 X-Archives-Hash: f2241506b0d84922a149811ff0dc0d57 commit: 03b89dba2de9b51e1cc3f2afb9fd937e69af5356 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 20:19:10 2017 +0000 Commit: Justin Lecher gentoo 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 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 @@ mmokrejs@fold.natur.cuni.cz Martin Mokrejs - + sci-biology@gentoo.org Gentoo Biology Project