Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-hangul: ChangeLog scim-hangul-0.3.2.ebuild
Date: Mon, 31 Dec 2007 14:58:23
Message-Id: E1J9Lls-0005WD-0f@stork.gentoo.org
1 matsuu 07/12/31 14:37:40
2
3 Modified: ChangeLog
4 Added: scim-hangul-0.3.2.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.23 app-i18n/scim-hangul/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 22 Sep 2007 16:37:48 -0000 1.22
23 +++ ChangeLog 31 Dec 2007 14:37:39 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/scim-hangul
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.22 2007/09/22 16:37:48 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.23 2007/12/31 14:37:39 matsuu Exp $
29 +
30 +*scim-hangul-0.3.2 (31 Dec 2007)
31 +
32 + 31 Dec 2007; MATSUU Takuto <matsuu@g.o> +scim-hangul-0.3.2.ebuild:
33 + Version bumped.
34
35 22 Sep 2007; Wulf C. Krueger <philantrop@g.o>
36 scim-hangul-0.3.1.ebuild:
37
38
39
40 1.1 app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: scim-hangul-0.3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.1 2007/12/31 14:37:39 matsuu Exp $
50
51 DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
52 HOMEPAGE="http://www.scim-im.org/"
53 SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
58 IUSE="kde nls"
59
60 RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
61 >=app-i18n/libhangul-0.0.4
62 kde? ( >=app-i18n/skim-1.2.1 )
63 nls? ( virtual/libintl )"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig
66 nls? ( sys-devel/gettext )"
67
68 src_compile() {
69 econf \
70 $(use_enable kde skim-support) \
71 $(use_enable nls) || die
72 emake || die
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "make install failed"
77
78 dodoc AUTHORS ChangeLog* NEWS README*
79 }
80
81 pkg_postinst() {
82 elog
83 elog "To use SCIM with both GTK2 and XIM, you should use the following"
84 elog "in your user startup scripts such as .gnomerc or .xinitrc:"
85 elog
86 elog "LANG='your_language' scim -d"
87 elog "export XMODIFIERS=@im=SCIM"
88 elog
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list