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-canna: ChangeLog scim-canna-1.0.1.ebuild
Date: Wed, 24 Sep 2008 13:19:55
Message-Id: E1KiUHY-0001Zy-N1@stork.gentoo.org
1 matsuu 08/09/24 13:19:52
2
3 Modified: ChangeLog
4 Added: scim-canna-1.0.1.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.13 app-i18n/scim-canna/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-canna/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-canna/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-canna/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 10 Jan 2008 16:42:02 -0000 1.12
23 +++ ChangeLog 24 Sep 2008 13:19:52 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/scim-canna
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.12 2008/01/10 16:42:02 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.13 2008/09/24 13:19:52 matsuu Exp $
29 +
30 +*scim-canna-1.0.1 (24 Sep 2008)
31 +
32 + 24 Sep 2008; MATSUU Takuto <matsuu@g.o> +scim-canna-1.0.1.ebuild:
33 + Version bumped.
34
35 10 Jan 2008; MATSUU Takuto <matsuu@g.o> scim-canna-1.0.0.ebuild:
36 Added dev-util/pkgconfig to DEPEND, bug #205059.
37
38
39
40 1.1 app-i18n/scim-canna/scim-canna-1.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: scim-canna-1.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.1.ebuild,v 1.1 2008/09/24 13:19:52 matsuu Exp $
50
51 DESCRIPTION="Japanese input method Canna IMEngine for SCIM"
52 HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMCanna"
53 SRC_URI="mirror://sourceforge.jp/scim-imengine/29155/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~x86"
58 IUSE=""
59
60 RDEPEND=">=app-i18n/scim-1.0
61 >=app-i18n/canna-3.7"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "make install failed"
67
68 dodoc AUTHORS THANKS README
69 }
70
71 pkg_postinst() {
72 elog
73 elog "To use SCIM with both GTK2 and XIM, you should use the following"
74 elog "in your user startup scripts such as .gnomerc or .xinitrc:"
75 elog
76 elog "LANG='your_language' scim -d"
77 elog "export GTK_IM_MODULE=scim"
78 elog "export QT_IM_MODULE=scim"
79 elog "export XMODIFIERS=@im=SCIM"
80 elog
81 }