diff options
author | 2020-04-12 18:13:14 +0200 | |
---|---|---|
committer | 2020-04-12 18:13:14 +0200 | |
commit | 0b276b057f3e9dfd1299b90f923c727d970fc127 (patch) | |
tree | 80cc04a027fd595732ccba18a220f66c9a81b1b3 /sys-cluster | |
parent | sys-cluster/rankstr: cmake-utils --> cmake (diff) | |
download | guru-0b276b057f3e9dfd1299b90f923c727d970fc127.tar.gz guru-0b276b057f3e9dfd1299b90f923c727d970fc127.tar.bz2 guru-0b276b057f3e9dfd1299b90f923c727d970fc127.zip |
sys-cluster/KVTree: cmake-utils --> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/KVTree/KVTree-1.0.2.ebuild | 8 | ||||
-rw-r--r-- | sys-cluster/KVTree/KVTree-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys-cluster/KVTree/KVTree-1.0.2.ebuild b/sys-cluster/KVTree/KVTree-1.0.2.ebuild index 0be4f18e..4b7e1534 100644 --- a/sys-cluster/KVTree/KVTree-1.0.2.ebuild +++ b/sys-cluster/KVTree/KVTree-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake case "${PV}" in 9999) @@ -46,7 +46,7 @@ src_prepare() { #do not install README.md automatically sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die default - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -55,12 +55,12 @@ src_configure() { -DKVTREE_FILE_LOCK="$(usex flock FLOCK $(usex fcntl FCNTL NONE))" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { chrpath -d "${BUILD_DIR}/src/kvtree_print_file" || die - cmake-utils_src_install + cmake_src_install chrpath -d "${ED}/usr/$(get_libdir)/libkvtree.so" || die dodoc doc/rst/*.rst docinto "${DOCSDIR}/users" diff --git a/sys-cluster/KVTree/KVTree-9999.ebuild b/sys-cluster/KVTree/KVTree-9999.ebuild index 0be4f18e..4b7e1534 100644 --- a/sys-cluster/KVTree/KVTree-9999.ebuild +++ b/sys-cluster/KVTree/KVTree-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake case "${PV}" in 9999) @@ -46,7 +46,7 @@ src_prepare() { #do not install README.md automatically sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die default - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -55,12 +55,12 @@ src_configure() { -DKVTREE_FILE_LOCK="$(usex flock FLOCK $(usex fcntl FCNTL NONE))" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { chrpath -d "${BUILD_DIR}/src/kvtree_print_file" || die - cmake-utils_src_install + cmake_src_install chrpath -d "${ED}/usr/$(get_libdir)/libkvtree.so" || die dodoc doc/rst/*.rst docinto "${DOCSDIR}/users" |