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 908FE138334 for ; Mon, 25 Mar 2019 08:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95694E097E; Mon, 25 Mar 2019 08:52:45 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B78AE097E for ; Mon, 25 Mar 2019 08:52:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56902335C16 for ; Mon, 25 Mar 2019 08:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68604B2 for ; Mon, 25 Mar 2019 08:52:40 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1553503953.487854338866a64efbd9ec434743f7ab7a23bccd.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/MolBioLib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/MolBioLib/MolBioLib-5.ebuild X-VCS-Directories: sci-biology/MolBioLib/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 487854338866a64efbd9ec434743f7ab7a23bccd X-VCS-Branch: master Date: Mon, 25 Mar 2019 08:52:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 131b3dbc-3ec3-41bc-9abe-7e0b138f1e65 X-Archives-Hash: eb78c81fd7b831fdccb5801a339b0ca3 commit: 487854338866a64efbd9ec434743f7ab7a23bccd Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Mar 25 08:52:33 2019 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Mar 25 08:52:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=48785433 sci-biology/MolBioLib: fix RDEPEND.suspect at least Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/MolBioLib/MolBioLib-5.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/sci-biology/MolBioLib/MolBioLib-5.ebuild b/sci-biology/MolBioLib/MolBioLib-5.ebuild index 681758724..ac54cfcaf 100644 --- a/sci-biology/MolBioLib/MolBioLib-5.ebuild +++ b/sci-biology/MolBioLib/MolBioLib-5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -DESCRIPTION="C++11 framework for rapid develop and deploy of bioinformatic tasks" +DESCRIPTION="C++11 framework for bioinformatics tasks" HOMEPAGE="https://sourceforge.net/projects/molbiolib" SRC_URI="https://sourceforge.net/projects/molbiolib/files/MolBioLib_public.version${PV}.tar.gz" @@ -12,16 +12,16 @@ SLOT="0" KEYWORDS="" # does not build IUSE="doc" -# contains bundled samtools-0.1.18 and bamtools (pezmaster31-bamtools-d553a62) which contains jsoncpp -# also needs app-doc/doxygen +# contains bundled samtools-0.1.18 and bamtools (pezmaster31-bamtools-d553a62) +# which contains jsoncpp, also needs app-doc/doxygen DEPEND=" dev-lang/perl sys-devel/gcc:* sys-devel/clang:* - >=sci-biology/samtools-0.1.18:0 - =sci-biology/samtools-0.1.18:0.1-legacy +