Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/
Date: Tue, 03 Jan 2023 09:09:15
Message-Id: 1672736950.886109ad55a175ee59e1cefd29bcdb017d05ec23.voyageur@gentoo
1 commit: 886109ad55a175ee59e1cefd29bcdb017d05ec23
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 09:06:43 2023 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 09:09:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886109ad
7
8 x11-misc/zim: update gtkspell optional dep
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 x11-misc/zim/zim-0.74.3.ebuild | 4 ++--
13 x11-misc/zim/zim-0.75.1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/zim/zim-0.74.3.ebuild b/x11-misc/zim/zim-0.74.3.ebuild
17 index 04a70d299eff..88278699623a 100644
18 --- a/x11-misc/zim/zim-0.74.3.ebuild
19 +++ b/x11-misc/zim/zim-0.74.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -60,8 +60,8 @@ pkg_postinst() {
27 xdg_pkg_postinst
28 if ! has_version ${CATEGORY}/${PN}; then
29 elog "Please install these packages for additional functionality"
30 + elog " app-text/gtkspell[introspection]"
31 elog " dev-lang/R"
32 - elog " dev-python/gtkspell-python"
33 elog " dev-vcs/bzr"
34 elog " media-gfx/graphviz"
35 elog " media-gfx/imagemagick"
36
37 diff --git a/x11-misc/zim/zim-0.75.1.ebuild b/x11-misc/zim/zim-0.75.1.ebuild
38 index a7fb11f78c96..bf506651c1d0 100644
39 --- a/x11-misc/zim/zim-0.75.1.ebuild
40 +++ b/x11-misc/zim/zim-0.75.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2022 Gentoo Authors
43 +# Copyright 1999-2023 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=8
47 @@ -69,8 +69,8 @@ src_install() {
48 pkg_postinst() {
49 xdg_pkg_postinst
50
51 + optfeature "Spell checker" app-text/gtkspell[introspection]
52 optfeature "GNU R Plot Editor" dev-lang/R
53 - optfeature "Spell checker" dev-python/gtkspell-python
54 optfeature "Version control Bazaar support" dev-vcs/bzr
55 optfeature "Diagram Editor" media-gfx/graphviz
56 optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot"