commit:     4954e6c3ddc72cb0343c78d68e0bae075e3f3639
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 23:27:36 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 23:28:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4954e6c3

dev-libs/quazip: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/quazip/quazip-0.8.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/quazip/quazip-0.8.1.ebuild 
b/dev-libs/quazip/quazip-0.8.1.ebuild
index 6270dd67e87..dab1691cc98 100644
--- a/dev-libs/quazip/quazip-0.8.1.ebuild
+++ b/dev-libs/quazip/quazip-0.8.1.ebuild
@@ -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

Reply via email to