commit: 5469d28e186e7235088c89aa04f9a06510e931bf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 08:34:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 08:56:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5469d28e
dev-libs/libdivsufsort: Remove live ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/libdivsufsort/libdivsufsort-9999.ebuild | 36 ------------------------ 1 file changed, 36 deletions(-) diff --git a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild b/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild deleted file mode 100644 index d6c33d70a4c..00000000000 --- a/dev-libs/libdivsufsort/libdivsufsort-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGIT_REPO_URI="https://github.com/y-256/${PN}" -inherit cmake-utils multilib toolchain-funcs git-r3 - -DESCRIPTION="Suffix-sorting library (for BWT)" -HOMEPAGE="https://github.com/y-256/libdivsufsort" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="openmp" - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_prepare() { - cmake-utils_src_prepare - - # will appreciate saner approach, if there is any - sed -i -e "s:\(DESTINATION \)lib:\1$(get_libdir):" \ - */CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=("-DBUILD_DIVSUFSORT64=ON" "-DUSE_OPENMP=$(usex openmp)") - cmake-utils_src_configure -}
