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 9F4C21382C5 for ; Sun, 24 Jan 2021 13:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E662FE0A8D; Sun, 24 Jan 2021 13:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE6B9E0A8D for ; Sun, 24 Jan 2021 13:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A81DB335D8A for ; Sun, 24 Jan 2021 13:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4690446F for ; Sun, 24 Jan 2021 13:54:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611496451.da86f4336db39ba5430c386b296791fc0f5c86ae.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/Sibelia/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/Sibelia/Sibelia-9999.ebuild X-VCS-Directories: sci-biology/Sibelia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: da86f4336db39ba5430c386b296791fc0f5c86ae X-VCS-Branch: master Date: Sun, 24 Jan 2021 13:54:15 +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: 78fd2b79-4475-4c51-8b98-7fbf99afc349 X-Archives-Hash: 0d45be2c28547a4743451b4b4a1f0d59 commit: da86f4336db39ba5430c386b296791fc0f5c86ae Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 24 13:53:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 24 13:54:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da86f433 sci-biology/Sibelia: cmake-utils --> cmake Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/Sibelia/Sibelia-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-biology/Sibelia/Sibelia-9999.ebuild b/sci-biology/Sibelia/Sibelia-9999.ebuild index b173755c4..9235b5abb 100644 --- a/sci-biology/Sibelia/Sibelia-9999.ebuild +++ b/sci-biology/Sibelia/Sibelia-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="Draw synteny plots using circos" HOMEPAGE="http://bioinf.spbau.ru/en/sibelia" @@ -14,7 +14,6 @@ EGIT_REPO_URI="https://github.com/bioinf/Sibelia.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="" DEPEND=" dev-lang/perl @@ -32,4 +31,4 @@ DEPEND=" # it install stuff into /usr/lib/Sibelia/{lagan,snpEff}/ RDEPEND="${DEPEND}" -S="${WORKDIR}"/"${P}"/src +S="${WORKDIR}/${P}/src"