From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46716138350 for ; Sat, 18 Jan 2020 23:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C25E092F; Sat, 18 Jan 2020 23:29:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55803E092F for ; Sat, 18 Jan 2020 23:29:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 196D234E252 for ; Sat, 18 Jan 2020 23:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C834A90 for ; Sat, 18 Jan 2020 23:29:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1579390137.4954e6c3ddc72cb0343c78d68e0bae075e3f3639.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/quazip-0.8.1.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4954e6c3ddc72cb0343c78d68e0bae075e3f3639 X-VCS-Branch: master Date: Sat, 18 Jan 2020 23:29:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97b9692b-32c7-4675-8fda-726ab5a967fa X-Archives-Hash: b7e27c683f284f667b6a96f1a59b2032 commit: 4954e6c3ddc72cb0343c78d68e0bae075e3f3639 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 18 23:27:36 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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