diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 11:14:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-05 18:40:24 +0100 |
commit | 4ffa10f6a70318d6b036be816b8da47711eeebb7 (patch) | |
tree | 35b94fcd095507458864e1f62a5504867c75d61e /sci-biology/bamtools | |
parent | sci-mathematics: Switch to cmake.eclass (diff) | |
download | gentoo-4ffa10f6a70318d6b036be816b8da47711eeebb7.tar.gz gentoo-4ffa10f6a70318d6b036be816b8da47711eeebb7.tar.bz2 gentoo-4ffa10f6a70318d6b036be816b8da47711eeebb7.zip |
*/*: Switch sci-biology proj to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-biology/bamtools')
-rw-r--r-- | sci-biology/bamtools/bamtools-2.5.1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/bamtools/bamtools-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-biology/bamtools/bamtools-2.5.1.ebuild b/sci-biology/bamtools/bamtools-2.5.1.ebuild index b5affe9f0fa9..78a0c3cd2553 100644 --- a/sci-biology/bamtools/bamtools-2.5.1.ebuild +++ b/sci-biology/bamtools/bamtools-2.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files" HOMEPAGE="https://github.com/pezmaster31/bamtools" @@ -29,5 +29,5 @@ src_prepare() { # delete bundled libs, just to be safe rm -rf src/third_party/{gtest-1.6.0,jsoncpp} || die - cmake-utils_src_prepare + cmake_src_prepare } diff --git a/sci-biology/bamtools/bamtools-9999.ebuild b/sci-biology/bamtools/bamtools-9999.ebuild index b5affe9f0fa9..78a0c3cd2553 100644 --- a/sci-biology/bamtools/bamtools-9999.ebuild +++ b/sci-biology/bamtools/bamtools-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files" HOMEPAGE="https://github.com/pezmaster31/bamtools" @@ -29,5 +29,5 @@ src_prepare() { # delete bundled libs, just to be safe rm -rf src/third_party/{gtest-1.6.0,jsoncpp} || die - cmake-utils_src_prepare + cmake_src_prepare } |