Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sigil/
Date: Sat, 11 Jan 2020 23:52:00
Message-Id: 1578786702.0e2e1aa9cb3268b83c3d046fd7050b1b1a2e5137.asturm@gentoo
1 commit: 0e2e1aa9cb3268b83c3d046fd7050b1b1a2e5137
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 23:49:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 23:51:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2e1aa9
7
8 app-text/sigil: 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 app-text/sigil/sigil-0.9.16.ebuild | 8 ++++----
14 app-text/sigil/sigil-0.9.18.ebuild | 6 +++---
15 app-text/sigil/sigil-1.0.0.ebuild | 6 +++---
16 3 files changed, 10 insertions(+), 10 deletions(-)
17
18 diff --git a/app-text/sigil/sigil-0.9.16.ebuild b/app-text/sigil/sigil-0.9.16.ebuild
19 index a06e4addd82..a712ce00178 100644
20 --- a/app-text/sigil/sigil-0.9.16.ebuild
21 +++ b/app-text/sigil/sigil-0.9.16.ebuild
22 @@ -6,7 +6,7 @@ EAPI=7
23 PYTHON_COMPAT=( python3_{6,7} )
24 PYTHON_REQ_USE="tk"
25
26 -inherit cmake-utils python-single-r1 readme.gentoo-r1 xdg-utils
27 +inherit cmake python-single-r1 readme.gentoo-r1 xdg-utils
28
29 DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format"
30 HOMEPAGE="https://sigil-ebook.com/"
31 @@ -72,7 +72,7 @@ for best performance with Sigil."
32 src_prepare() {
33 # bundled is a exact copy of the package, and upstream plan to switch soon
34 rm -r src/Resource_Files/plugin_launchers/python/css_parser/ || die
35 - cmake-utils_src_prepare
36 + cmake_src_prepare
37 }
38
39 src_configure() {
40 @@ -87,11 +87,11 @@ src_configure() {
41 )
42 use system-mathjax && mycmakeargs+=( -DMATHJAX_DIR="${EPREFIX}"/usr/share/mathjax )
43
44 - cmake-utils_src_configure
45 + cmake_src_configure
46 }
47
48 src_install() {
49 - cmake-utils_src_install
50 + cmake_src_install
51 python_fix_shebang "${ED}"/usr/share/sigil/
52 python_optimize "${ED}"/usr/share/sigil/
53 DISABLE_AUTOFORMATTING=true readme.gentoo_create_doc
54
55 diff --git a/app-text/sigil/sigil-0.9.18.ebuild b/app-text/sigil/sigil-0.9.18.ebuild
56 index 119ad45230c..ee2155ae5c3 100644
57 --- a/app-text/sigil/sigil-0.9.18.ebuild
58 +++ b/app-text/sigil/sigil-0.9.18.ebuild
59 @@ -6,7 +6,7 @@ EAPI=7
60 PYTHON_COMPAT=( python3_{6,7} )
61 PYTHON_REQ_USE="tk"
62
63 -inherit cmake-utils python-single-r1 readme.gentoo-r1 xdg-utils
64 +inherit cmake python-single-r1 readme.gentoo-r1 xdg-utils
65
66 DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format"
67 HOMEPAGE="https://sigil-ebook.com/ https://github.com/Sigil-Ebook/Sigil"
68 @@ -80,11 +80,11 @@ src_configure() {
69 )
70 use system-mathjax && mycmakeargs+=( -DMATHJAX_DIR="${EPREFIX}"/usr/share/mathjax )
71
72 - cmake-utils_src_configure
73 + cmake_src_configure
74 }
75
76 src_install() {
77 - cmake-utils_src_install
78 + cmake_src_install
79 python_fix_shebang "${ED}"/usr/share/sigil/
80 python_optimize "${ED}"/usr/share/sigil/
81 DISABLE_AUTOFORMATTING=true readme.gentoo_create_doc
82
83 diff --git a/app-text/sigil/sigil-1.0.0.ebuild b/app-text/sigil/sigil-1.0.0.ebuild
84 index dc09ca8c6b5..0d5c548e644 100644
85 --- a/app-text/sigil/sigil-1.0.0.ebuild
86 +++ b/app-text/sigil/sigil-1.0.0.ebuild
87 @@ -6,7 +6,7 @@ EAPI=7
88 PYTHON_COMPAT=( python3_{6,7} )
89 PYTHON_REQ_USE="tk"
90
91 -inherit cmake-utils python-single-r1 xdg-utils
92 +inherit cmake python-single-r1 xdg-utils
93
94 DESCRIPTION="Multi-platform WYSIWYG ebook editor for ePub format"
95 HOMEPAGE="https://sigil-ebook.com/ https://github.com/Sigil-Ebook/Sigil"
96 @@ -65,11 +65,11 @@ src_configure() {
97 )
98 use system-mathjax && mycmakeargs+=( -DMATHJAX_DIR="${EPREFIX}"/usr/share/mathjax )
99
100 - cmake-utils_src_configure
101 + cmake_src_configure
102 }
103
104 src_install() {
105 - cmake-utils_src_install
106 + cmake_src_install
107 python_fix_shebang "${ED}"/usr/share/sigil/
108 python_optimize "${ED}"/usr/share/sigil/
109 }