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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21333158087 for ; Sun, 23 Jan 2022 13:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 382492BC029; Sun, 23 Jan 2022 13:32:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D5552BC029 for ; Sun, 23 Jan 2022 13:32:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34165343231 for ; Sun, 23 Jan 2022 13:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 524822AE for ; Sun, 23 Jan 2022 13:32:54 +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: <1642944765.ccc86e1e9fe7b3fca58f75d094e1d49edb667e88.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/blasr/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/blasr/blasr-5.3.5.ebuild sci-biology/blasr/blasr-9999.ebuild X-VCS-Directories: sci-biology/blasr/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ccc86e1e9fe7b3fca58f75d094e1d49edb667e88 X-VCS-Branch: master Date: Sun, 23 Jan 2022 13:32:54 +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: 1430c37f-fa2d-4ba2-9f01-02b0371e161b X-Archives-Hash: fb8a15fa84712cd972193495f48ac3f3 commit: ccc86e1e9fe7b3fca58f75d094e1d49edb667e88 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jan 23 13:32:45 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 23 13:32:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccc86e1e sci-biology/blasr: bump to 5.3.5 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../blasr/{blasr-9999.ebuild => blasr-5.3.5.ebuild} | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sci-biology/blasr/blasr-9999.ebuild b/sci-biology/blasr/blasr-5.3.5.ebuild similarity index 53% rename from sci-biology/blasr/blasr-9999.ebuild rename to sci-biology/blasr/blasr-5.3.5.ebuild index cbd012727..8552bff9e 100644 --- a/sci-biology/blasr/blasr-9999.ebuild +++ b/sci-biology/blasr/blasr-5.3.5.ebuild @@ -1,26 +1,24 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit meson git-r3 +inherit meson DESCRIPTION="The PacBio long read aligner" HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR" -EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr.git" -#SRC_URI="https://github.com/PacificBiosciences/blasr/tarball/${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/PacificBiosciences/blasr/tarball/${PV} -> ${P}.tar.gz" LICENSE="blasr" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" BDEPEND=" dev-util/cmake virtual/pkgconfig " DEPEND=" - sci-biology/pbbam sci-biology/libblasr - dev-libs/boost:=[threads(-)] + dev-libs/boost:= " RDEPEND="${DEPEND}"