Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/
Date: Sat, 17 Jul 2021 11:26:47
Message-Id: 1626521119.7c5b9237028f432ac3c3404eb57249b2c6be55c2.soap@gentoo
1 commit: 7c5b9237028f432ac3c3404eb57249b2c6be55c2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 11:25:19 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 11:25:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5b9237
7
8 app-i18n/uim: Remove app-i18n/canna
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-i18n/uim/{uim-1.8.8.ebuild => uim-1.8.8-r1.ebuild} | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/app-i18n/uim/uim-1.8.8.ebuild b/app-i18n/uim/uim-1.8.8-r1.ebuild
16 similarity index 94%
17 rename from app-i18n/uim/uim-1.8.8.ebuild
18 rename to app-i18n/uim/uim-1.8.8-r1.ebuild
19 index e658b221ed7..1c032e933dc 100644
20 --- a/app-i18n/uim/uim-1.8.8.ebuild
21 +++ b/app-i18n/uim/uim-1.8.8-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2"
23 LICENSE="BSD GPL-2 LGPL-2.1"
24 SLOT="0"
25 KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
26 -IUSE="X +anthy canna curl eb emacs expat libffi gtk gtk2 l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW libedit libnotify m17n-lib ncurses nls qt5 skk sqlite ssl static-libs xft"
27 +IUSE="X +anthy curl eb emacs expat libffi gtk gtk2 l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW libedit libnotify m17n-lib ncurses nls qt5 skk sqlite ssl static-libs xft"
28 RESTRICT="test"
29 REQUIRED_USE="gtk? ( X )
30 gtk2? ( X )
31 @@ -21,7 +21,6 @@ REQUIRED_USE="gtk? ( X )
32
33 COMMON_DEPEND="
34 anthy? ( app-i18n/anthy )
35 - canna? ( app-i18n/canna )
36 curl? ( net-misc/curl )
37 eb? ( dev-libs/eb )
38 emacs? ( >=app-editors/emacs-23.1:* )
39 @@ -112,7 +111,6 @@ src_configure() {
40 local myconf=(
41 $(use_with X x)
42 $(use_with anthy anthy-utf8)
43 - $(use_with canna)
44 $(use_with curl)
45 $(use_with eb)
46 $(use_enable emacs)
47 @@ -134,6 +132,7 @@ src_configure() {
48 $(use_enable static-libs static)
49 $(use_with xft)
50 --without-anthy
51 + --without-canna
52 --enable-default-toolkit=$(usex gtk gtk3 $(usex gtk2 gtk $(usex qt5 qt5)))
53 --disable-gnome-applet
54 --disable-gnome3-applet
55 @@ -144,7 +143,7 @@ src_configure() {
56 --disable-qt4-qt3support
57 )
58
59 - if (use gtk || use gtk2) && (use anthy || use canna); then
60 + if (use gtk || use gtk2) && use anthy; then
61 myconf+=( --enable-dict )
62 else
63 myconf+=( --disable-dict )