Gentoo Archives: gentoo-commits

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