Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xchm/
Date: Sun, 29 Nov 2020 23:12:36
Message-Id: 1606691365.874f7a8f744c638829ae1fa63f6f658ba51aa136.marecki@gentoo
1 commit: 874f7a8f744c638829ae1fa63f6f658ba51aa136
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 22:59:45 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 23:09:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874f7a8f
7
8 app-text/xchm: whitespace cosmetics
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-text/xchm/xchm-1.31.ebuild | 16 +++++++---------
13 app-text/xchm/xchm-9999.ebuild | 15 ++++++---------
14 2 files changed, 13 insertions(+), 18 deletions(-)
15
16 diff --git a/app-text/xchm/xchm-1.31.ebuild b/app-text/xchm/xchm-1.31.ebuild
17 index 07a7c38f9ed..ff9a087ed76 100644
18 --- a/app-text/xchm/xchm-1.31.ebuild
19 +++ b/app-text/xchm/xchm-1.31.ebuild
20 @@ -1,8 +1,10 @@
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 WX_GTK_VER="3.0-gtk3"
28 +
29 inherit desktop wxwidgets xdg-utils
30
31 DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
32 @@ -14,15 +16,11 @@ SLOT="0"
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE="nls"
35
36 -RDEPEND="
37 - >=dev-libs/chmlib-0.36
38 +RDEPEND=">=dev-libs/chmlib-0.36
39 x11-libs/wxGTK:${WX_GTK_VER}[X]
40 - nls? ( virtual/libintl )
41 -"
42 -DEPEND="
43 - ${RDEPEND}
44 - nls? ( sys-devel/gettext )
45 -"
46 + nls? ( virtual/libintl )"
47 +DEPEND="${RDEPEND}
48 + nls? ( sys-devel/gettext )"
49
50 src_configure() {
51 econf $(use_enable nls)
52
53 diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild
54 index 13396034ab8..f7a9523eb4a 100644
55 --- a/app-text/xchm/xchm-9999.ebuild
56 +++ b/app-text/xchm/xchm-9999.ebuild
57 @@ -2,7 +2,9 @@
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 +
62 WX_GTK_VER="3.0-gtk3"
63 +
64 inherit autotools desktop git-r3 wxwidgets xdg-utils
65
66 DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
67 @@ -11,18 +13,13 @@ EGIT_REPO_URI="https://github.com/rzvncj/xCHM/"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 -KEYWORDS=""
72 IUSE="nls"
73
74 -RDEPEND="
75 - >=dev-libs/chmlib-0.36
76 +RDEPEND=">=dev-libs/chmlib-0.36
77 x11-libs/wxGTK:${WX_GTK_VER}[X]
78 - nls? ( virtual/libintl )
79 -"
80 -DEPEND="
81 - ${RDEPEND}
82 - nls? ( sys-devel/gettext )
83 -"
84 + nls? ( virtual/libintl )"
85 +DEPEND="${RDEPEND}
86 + nls? ( sys-devel/gettext )"
87
88 src_prepare() {
89 default