commit: c5f9dd190b73cc211914231982a3ab72ddcc6a83
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 13:32:33 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 13:32:33 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5f9dd19
sci-biology/libblasr: bump to 5.3.5
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{libblasr-9999.ebuild => libblasr-5.3.5.ebuild} | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/sci-biology/libblasr/libblasr-9999.ebuild
b/sci-biology/libblasr/libblasr-5.3.5.ebuild
similarity index 57%
rename from sci-biology/libblasr/libblasr-9999.ebuild
rename to sci-biology/libblasr/libblasr-5.3.5.ebuild
index 5f5ba504c..a12dc25ac 100644
--- a/sci-biology/libblasr/libblasr-9999.ebuild
+++ b/sci-biology/libblasr/libblasr-5.3.5.ebuild
@@ -1,26 +1,25 @@
-# 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="Library for blasr"
HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR"
-EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr_libcpp.git"
-#SRC_URI="https://github.com/PacificBiosciences/blasr_libcpp/archive/${PV}.tar.gz
-> ${P}.tar.gz"
+SRC_URI="https://github.com/PacificBiosciences/blasr_libcpp/archive/${PV}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}/blasr_libcpp-${PV}"
LICENSE="blasr"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
BDEPEND="
dev-util/cmake
virtual/pkgconfig
"
DEPEND="
+ sci-biology/pbbam
sci-libs/hdf5[cxx]
"
RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/blasr_libcpp-${PV}"