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/scim/
Date: Sat, 23 May 2020 08:27:10
Message-Id: 1590222417.ecdcbb72c9e24e4bff894ab920ab2fadf5caed96.asturm@gentoo
1 commit: ecdcbb72c9e24e4bff894ab920ab2fadf5caed96
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 21:21:23 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 08:26:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdcbb72
7
8 app-i18n/scim: Drop 1.4.17
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-i18n/scim/Manifest | 1 -
14 app-i18n/scim/scim-1.4.17.ebuild | 100 ---------------------------------------
15 2 files changed, 101 deletions(-)
16
17 diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest
18 index 13684813add..3d55a28c395 100644
19 --- a/app-i18n/scim/Manifest
20 +++ b/app-i18n/scim/Manifest
21 @@ -1,2 +1 @@
22 -DIST scim-1.4.17.tar.gz 1285383 BLAKE2B 95b9ecb0bb25a15876df8175ee0b9392c301e3b0c554ac6ccba6b863420828ce185d3454f2fef48c03e7451f01815020290be7611b8536d8a028153af3a3fe2b SHA512 a7e0696330bca6fdf929ec0565ab4af1b4d0e5f73592cf5cccf1af6412eb351cd5a5ec9a3e5b83b24d6abad89bbb38a375cbbb0fd978f2fa17f6d64b69da0e3a
23 DIST scim-1.4.18.tar.gz 1288060 BLAKE2B c2f1ce5608423734899aa6698060245c4ee253048d04d32bf5e853b8c68255340a8d35c0ebaaa50871b07c23ee9018b6bac03b18fbd4fa4dbea0e67c32c9ae30 SHA512 9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb
24
25 diff --git a/app-i18n/scim/scim-1.4.17.ebuild b/app-i18n/scim/scim-1.4.17.ebuild
26 deleted file mode 100644
27 index 1365db6b815..00000000000
28 --- a/app-i18n/scim/scim-1.4.17.ebuild
29 +++ /dev/null
30 @@ -1,100 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit eutils flag-o-matic multilib gnome2-utils autotools qmake-utils
36 -
37 -DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform"
38 -HOMEPAGE="https://sourceforge.net/projects/scim"
39 -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
44 -IUSE="doc gtk3"
45 -
46 -RDEPEND="x11-libs/libX11
47 - dev-libs/glib:2
48 - gtk3? ( x11-libs/gtk+:3 )
49 - !gtk3? ( x11-libs/gtk+:2 )
50 - >=dev-libs/atk-1
51 - >=x11-libs/pango-1"
52 -DEPEND="${RDEPEND}
53 - doc? ( app-doc/doxygen
54 - >=app-text/docbook-xsl-stylesheets-1.73.1 )
55 - dev-lang/perl
56 - virtual/pkgconfig
57 - >=dev-util/intltool-0.33
58 - sys-devel/libtool"
59 -DOCS=(
60 - README
61 - AUTHORS
62 - ChangeLog
63 - docs/developers
64 - docs/scim.cfg
65 -)
66 -
67 -src_prepare() {
68 - default
69 - eautoreconf
70 -}
71 -
72 -src_configure() {
73 - # bug #83625
74 - filter-flags -fvisibility-inlines-hidden -fvisibility=hidden
75 - econf $(use_with doc doxygen) \
76 - --enable-ld-version-script \
77 - $(usex gtk3 --with-gtk-version={3,2}) \
78 - --disable-qt3-immodule \
79 - --disable-qt4-immodule
80 -}
81 -
82 -src_compile() {
83 - default
84 - use doc && emake docs
85 -}
86 -
87 -src_install() {
88 - use doc && HTML_DOCS=( "${S}/docs/html/" )
89 - default
90 -
91 - sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die
92 - insinto /etc/X11/xinit/xinput.d
93 - doins "${T}/${PN}.conf"
94 -}
95 -
96 -pkg_postinst() {
97 - elog
98 - elog "To use SCIM with both GTK and XIM, you should use the following"
99 - elog "in your user startup scripts such as .gnomerc or .xinitrc:"
100 - elog
101 - elog "LANG='your_language' scim -d"
102 - elog "export XMODIFIERS=@im=SCIM"
103 - elog "export GTK_IM_MODULE=\"scim\""
104 - elog "export QT_IM_MODULE=\"scim\""
105 - elog
106 - elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
107 - elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
108 - elog
109 - elog "To use Chinese input methods:"
110 - elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
111 - elog "To use Korean input methods:"
112 - elog " # emerge app-i18n/scim-hangul"
113 - elog "To use Japanese input methods:"
114 - elog " # emerge app-i18n/scim-anthy"
115 - elog "To use various input methods (more than 30 languages):"
116 - elog " # emerge app-i18n/scim-m17n"
117 - elog
118 - elog "Please modify ${EPREFIX}/etc/scim/global and add your UTF-8 locale to"
119 - elog "/SupportedUnicodeLocales entry."
120 - elog
121 - ewarn
122 - ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
123 - ewarn
124 -
125 - gnome2_query_immodules_gtk2
126 -}
127 -
128 -pkg_postrm() {
129 - gnome2_query_immodules_gtk2
130 -}