Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/
Date: Sat, 18 Jan 2020 23:29:14
Message-Id: 1579390137.4954e6c3ddc72cb0343c78d68e0bae075e3f3639.asturm@gentoo
1 commit: 4954e6c3ddc72cb0343c78d68e0bae075e3f3639
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 18 23:27:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 18 23:28:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4954e6c3
7
8 dev-libs/quazip: Switch to cmake.eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/quazip/quazip-0.8.1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-libs/quazip/quazip-0.8.1.ebuild b/dev-libs/quazip/quazip-0.8.1.ebuild
17 index 6270dd67e87..dab1691cc98 100644
18 --- a/dev-libs/quazip/quazip-0.8.1.ebuild
19 +++ b/dev-libs/quazip/quazip-0.8.1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils flag-o-matic qmake-utils
28 +inherit cmake flag-o-matic qmake-utils
29
30 DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
31 HOMEPAGE="https://stachenov.github.io/quazip/"
32 @@ -22,7 +22,7 @@ RDEPEND="
33 DEPEND="${RDEPEND}"
34
35 src_prepare() {
36 - cmake-utils_src_prepare
37 + cmake_src_prepare
38 if ! use static-libs ; then
39 sed -e "/^install/ s/quazip_static//" -i quazip/CMakeLists.txt || die
40 fi
41 @@ -37,11 +37,11 @@ src_configure() {
42 -DBUILD_WITH_QT4=OFF
43 -DLIB_SUFFIX=${libdir/lib/}
44 )
45 - cmake-utils_src_configure
46 + cmake_src_configure
47 }
48
49 src_install() {
50 - cmake-utils_src_install
51 + cmake_src_install
52
53 # compatibility with not yet fixed rdeps (Gentoo bug #598136)
54 dosym libquazip5.so /usr/$(get_libdir)/libquazip.so