-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
-CMAKE_ECLASS=cmake
+
inherit cmake-multilib distutils-r1
DESCRIPTION="Generic-purpose lossless compression algorithm"
src_prepare() {
use python && distutils-r1_src_prepare
- cmake_src_prepare
+ cmake-utils_src_prepare
}
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
)
- cmake_src_configure
+ cmake-utils_src_configure
}
src_configure() {
cmake-multilib_src_configure
}
multilib_src_compile() {
- cmake_src_compile
+ cmake-utils_src_compile
}
src_compile() {
cmake-multilib_src_compile
}
multilib_src_test() {
- cmake_src_test
+ cmake-utils_src_test
}
src_test() {
cmake-multilib_src_test
}
multilib_src_install() {
- cmake_src_install
+ cmake-utils_src_install
}
multilib_src_install_all() {
use python && distutils-r1_src_install
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
DISTUTILS_OPTIONAL="1"
DISTUTILS_IN_SOURCE_BUILD="1"
-CMAKE_ECLASS=cmake
+
inherit cmake-multilib distutils-r1
DESCRIPTION="Generic-purpose lossless compression algorithm"
src_prepare() {
use python && distutils-r1_src_prepare
- cmake_src_prepare
+ cmake-utils_src_prepare
}
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_TESTING="$(usex test)"
)
- cmake_src_configure
+ cmake-utils_src_configure
}
src_configure() {
cmake-multilib_src_configure
}
multilib_src_compile() {
- cmake_src_compile
+ cmake-utils_src_compile
}
src_compile() {
cmake-multilib_src_compile
}
multilib_src_test() {
- cmake_src_test
+ cmake-utils_src_test
}
src_test() {
cmake-multilib_src_test
}
multilib_src_install() {
- cmake_src_install
+ cmake-utils_src_install
}
multilib_src_install_all() {
use python && distutils-r1_src_install