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-i18n/uim/
Date: Thu, 30 Nov 2017 02:33:54
Message-Id: 1512009173.aa7540a356a0d7bce0e37a5633f01a0a98e5bc5e.asturm@gentoo
1 commit: aa7540a356a0d7bce0e37a5633f01a0a98e5bc5e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 02:31:54 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 02:32:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7540a3
7
8 app-i18n/uim: Drop USE=kde
9
10 Closes: https://bugs.gentoo.org/630602
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 app-i18n/uim/Manifest | 2 +-
14 app-i18n/uim/uim-1.8.6-r1.ebuild | 8 +++-----
15 app-i18n/uim/uim-1.8.6-r2.ebuild | 8 +++-----
16 3 files changed, 7 insertions(+), 11 deletions(-)
17
18 diff --git a/app-i18n/uim/Manifest b/app-i18n/uim/Manifest
19 index fa864158810..fb64efc7829 100644
20 --- a/app-i18n/uim/Manifest
21 +++ b/app-i18n/uim/Manifest
22 @@ -1 +1 @@
23 -DIST uim-1.8.6.tar.bz2 6500739 SHA256 7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f SHA512 26a95d3b51ef7a99108234b9af30ee7b74141cb3af13d092d4cdbf0749f630934cfd67f74b09dacc3adcdce4a390104489d68a4e2419ec07418645a9b4e5715b WHIRLPOOL 77362b5ac6bea217b4373184eb19d79c0b19a8c3f9c27945abccfd414d0409a33438a3cd1d1d2370b6b2f7154a6c35688ae4b2e57f50dc29524bf71938a38a28
24 +DIST uim-1.8.6.tar.bz2 6500739 BLAKE2B 78623c015cafafa1fbaf32542535de1f0207f8452a422d929a15f4421e4c9926192d0d3b761a7865a38affdf616dc5477e083c0fd8655261ff80ca817fd37029 SHA512 26a95d3b51ef7a99108234b9af30ee7b74141cb3af13d092d4cdbf0749f630934cfd67f74b09dacc3adcdce4a390104489d68a4e2419ec07418645a9b4e5715b
25
26 diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild
27 index c5648efd8e3..4689635b1b7 100644
28 --- a/app-i18n/uim/uim-1.8.6-r1.ebuild
29 +++ b/app-i18n/uim/uim-1.8.6-r1.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 +# Copyright 1999-2017 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI="5"
36 @@ -11,7 +11,7 @@ SRC_URI="https://uim.googlecode.com/files/${P}.tar.bz2"
37 LICENSE="BSD GPL-2 LGPL-2.1"
38 SLOT="0"
39 KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
40 -IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
41 +IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
42
43 RESTRICT="test"
44
45 @@ -38,7 +38,6 @@ RDEPEND="X? (
46 libffi? ( virtual/libffi )
47 gtk? ( >=x11-libs/gtk+-2.4:2 )
48 gtk3? ( x11-libs/gtk+:3 )
49 - kde? ( kde-frameworks/kdelibs:4 )
50 libedit? ( dev-libs/libedit )
51 libnotify? ( >=x11-libs/libnotify-0.4 )
52 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
53 @@ -56,7 +55,6 @@ DEPEND="${RDEPEND}
54 dev-util/intltool
55 virtual/pkgconfig
56 >=sys-devel/gettext-0.15
57 - kde? ( dev-util/cmake )
58 X? (
59 x11-proto/xextproto
60 x11-proto/xproto
61 @@ -135,7 +133,7 @@ src_configure() {
62 $(use_with gtk3) \
63 $(use_with libedit) \
64 --disable-kde-applet \
65 - $(use_enable kde kde4-applet) \
66 + --disable-kde4-applet \
67 $(use_with m17n-lib m17nlib) \
68 $(use_enable ncurses fep) \
69 $(use_enable nls) \
70
71 diff --git a/app-i18n/uim/uim-1.8.6-r2.ebuild b/app-i18n/uim/uim-1.8.6-r2.ebuild
72 index bd5220cb72c..ffe51b96501 100644
73 --- a/app-i18n/uim/uim-1.8.6-r2.ebuild
74 +++ b/app-i18n/uim/uim-1.8.6-r2.ebuild
75 @@ -1,4 +1,4 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 +# Copyright 1999-2017 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI="5"
81 @@ -11,7 +11,7 @@ SRC_URI="https://uim.googlecode.com/files/${P}.tar.bz2"
82 LICENSE="BSD GPL-2 LGPL-2.1"
83 SLOT="0"
84 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
85 -IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify libressl m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
86 +IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 libedit libnotify libressl m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
87
88 RESTRICT="test"
89
90 @@ -38,7 +38,6 @@ RDEPEND="X? (
91 libffi? ( virtual/libffi )
92 gtk? ( >=x11-libs/gtk+-2.4:2 )
93 gtk3? ( x11-libs/gtk+:3 )
94 - kde? ( kde-frameworks/kdelibs:4 )
95 libedit? ( dev-libs/libedit )
96 libnotify? ( >=x11-libs/libnotify-0.4 )
97 m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
98 @@ -59,7 +58,6 @@ DEPEND="${RDEPEND}
99 dev-util/intltool
100 virtual/pkgconfig
101 >=sys-devel/gettext-0.15
102 - kde? ( dev-util/cmake )
103 X? (
104 x11-proto/xextproto
105 x11-proto/xproto
106 @@ -139,7 +137,7 @@ src_configure() {
107 $(use_with gtk3) \
108 $(use_with libedit) \
109 --disable-kde-applet \
110 - $(use_enable kde kde4-applet) \
111 + --disable-kde4-applet \
112 $(use_with m17n-lib m17nlib) \
113 $(use_enable ncurses fep) \
114 $(use_enable nls) \