commit: ccc86e1e9fe7b3fca58f75d094e1d49edb667e88
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 13:32:45 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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}"