From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4DAE659CA3 for ; Sun, 14 Feb 2016 17:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5953C21C012; Sun, 14 Feb 2016 17:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5BC621C00D for ; Sun, 14 Feb 2016 17:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19CB4340A38 for ; Sun, 14 Feb 2016 17:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E824E15F5 for ; Sun, 14 Feb 2016 17:32:44 +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: <1455471014.2a3502b66122751757dd86d441bd520d57e900cf.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/freebayes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/freebayes/freebayes-9999.ebuild X-VCS-Directories: sci-biology/freebayes/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2a3502b66122751757dd86d441bd520d57e900cf X-VCS-Branch: master Date: Sun, 14 Feb 2016 17:32:44 +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: 7311bff1-8194-472a-bd12-dc0547c0e967 X-Archives-Hash: 8042c3217cbe86f63d0f088532bfe293 commit: 2a3502b66122751757dd86d441bd520d57e900cf Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 14 17:30:14 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 14 17:30:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a3502b6 sci-biology/freebayes: Bump to EAPI=6 * Use git-r3.eclass Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sci-biology/freebayes/freebayes-9999.ebuild | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index c344fd0..a21a4da 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -1,33 +1,18 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit eutils +inherit eutils git-r3 -[ "$PV" == "9999" ] && inherit git-2 - -DESCRIPTION="Bayesian gen. variant detector to find small polymorphisms: SNPs, indels, MNPs and complex events" +DESCRIPTION="Bayesian gen. variant detector to find small polymorphisms" HOMEPAGE="https://github.com/ekg/freebayes" - -if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="git://github.com/ekg/freebayes.git" - EGIT_OPTIONS="--recursive --recurse-submodules" - KEYWORDS="" -else - EGIT_REPO_URI="git://github.com/ekg/freebayes.git" - EGIT_OPTIONS="--recursive --recurse-submodules" - EGIT_BRANCH="v0.9.21" - KEYWORDS="" -fi - -# To build freebayes you must use git to also download its submodules. -# Do so by downloading freebayes again using this command (note --recursive flag): -# git clone --recursive git://github.com/ekg/freebayes.git +EGIT_REPO_URI="git://github.com/ekg/freebayes.git" LICENSE="MIT" SLOT="0" +KEYWORDS="" IUSE="" DEPEND=""