Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opentoonz/
Date: Sat, 08 Feb 2020 07:58:14
Message-Id: 1581148678.d3f2ea1289796133ad07f28d13603bc38ee40cd5.juippis@gentoo
1 commit: d3f2ea1289796133ad07f28d13603bc38ee40cd5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 07:17:31 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 07:57:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f2ea12
7
8 media-gfx/opentoonz: switch 1.4.0 to cmake.eclass
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/opentoonz/opentoonz-1.4.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
16 index 16a8634aa4c..cccd2e4ca02 100644
17 --- a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
18 +++ b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit cmake-utils xdg-utils
24 +inherit cmake xdg-utils
25
26 DESCRIPTION="An open-source full-featured 2D animation creation software"
27 HOMEPAGE="https://github.com/opentoonz/opentoonz"
28 @@ -67,14 +67,14 @@ src_configure() {
29 --enable-static \
30 --disable-shared
31
32 - cmake-utils_src_configure
33 + cmake_src_configure
34 }
35
36 src_compile() {
37 cd "${S}"/thirdparty/tiff-4.0.3 || die
38 emake
39
40 - cmake-utils_src_compile
41 + cmake_src_compile
42 }
43
44 pkg_postinst() {