commit: 0b276b057f3e9dfd1299b90f923c727d970fc127
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 16:13:14 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 16:13:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b276b05
sys-cluster/KVTree: cmake-utils --> cmake
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-cluster/KVTree/KVTree-1.0.2.ebuild | 8 ++++----
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 0be4f18..4b7e153 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 0be4f18..4b7e153 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"