dev-libs/quazip: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Jan 2020 23:27:36 +0000 (00:27 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 18 Jan 2020 23:28:57 +0000 (00:28 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/quazip/quazip-0.8.1.ebuild

index 6270dd67e87c1bb375fcc749aae90b09286349f4..dab1691cc988dd9d092f2dc14b28addedc4a3326 100644 (file)
@@ -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 flag-o-matic qmake-utils
+inherit cmake flag-o-matic qmake-utils
 
 DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
 HOMEPAGE="https://stachenov.github.io/quazip/"
@@ -22,7 +22,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-       cmake-utils_src_prepare
+       cmake_src_prepare
        if ! use static-libs ; then
                sed -e "/^install/ s/quazip_static//" -i quazip/CMakeLists.txt || die
        fi
@@ -37,11 +37,11 @@ src_configure() {
                -DBUILD_WITH_QT4=OFF
                -DLIB_SUFFIX=${libdir/lib/}
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        # compatibility with not yet fixed rdeps (Gentoo bug #598136)
        dosym libquazip5.so /usr/$(get_libdir)/libquazip.so