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-anthy: ChangeLog scim-anthy-1.2.6.ebuild scim-anthy-1.3.1.ebuild
Date: Mon, 21 Apr 2008 16:38:23
Message-Id: E1Jnz24-00017A-RD@stork.gentoo.org
1 matsuu 08/04/21 16:38:20
2
3 Modified: ChangeLog
4 Added: scim-anthy-1.2.6.ebuild scim-anthy-1.3.1.ebuild
5 Log:
6 Version bumped, bug #218678.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.54 app-i18n/scim-anthy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 16 Nov 2007 17:50:10 -0000 1.53
23 +++ ChangeLog 21 Apr 2008 16:38:20 -0000 1.54
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-i18n/scim-anthy
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.53 2007/11/16 17:50:10 matsuu Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.54 2008/04/21 16:38:20 matsuu Exp $
30 +
31 +*scim-anthy-1.3.1 (21 Apr 2008)
32 +*scim-anthy-1.2.6 (21 Apr 2008)
33 +
34 + 21 Apr 2008; MATSUU Takuto <matsuu@g.o> +scim-anthy-1.2.6.ebuild,
35 + +scim-anthy-1.3.1.ebuild:
36 + Version bumped, bug #218678.
37
38 16 Nov 2007; <matsuu@g.o> scim-anthy-1.2.4.ebuild,
39 scim-anthy-1.3.0.ebuild:
40
41
42
43 1.1 app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: scim-anthy-1.2.6.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild,v 1.1 2008/04/21 16:38:20 matsuu Exp $
53
54 inherit libtool
55
56 DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
57 HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
58 SRC_URI="mirror://sourceforge.jp/scim-imengine/30199/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE="gtk kde nls"
64
65 DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )
66 || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )
67 nls? ( virtual/libintl )
68 gtk? ( >=x11-libs/gtk+-2.4 )"
69 RDEPEND="${DEPEND}
70 gtk? ( app-dicts/kasumi )"
71 DEPEND="${DEPEND}
72 nls? ( sys-devel/gettext )
73 dev-util/pkgconfig"
74 PDEPEND="kde? ( app-i18n/skim-scim-anthy )"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79
80 elibtoolize
81 }
82
83 src_compile() {
84 econf \
85 $(use_enable nls) \
86 --disable-static \
87 --disable-dependency-tracking || die "econf failed"
88 emake || die "emake failed"
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die "emake install failed"
93
94 dodoc AUTHORS ChangeLog NEWS README
95 }
96
97 pkg_postinst() {
98 elog
99 elog "To use SCIM, you should use the following in your user startup scripts"
100 elog "such as .gnomerc or .xinitrc:"
101 elog
102 elog "LANG='your_language' scim -d"
103 elog "export XMODIFIERS=@im=SCIM"
104 elog "export GTK_IM_MODULE=scim"
105 elog "export QT_IM_MODULE=scim"
106 elog
107 }
108
109
110
111 1.1 app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild?rev=1.1&content-type=text/plain
115
116 Index: scim-anthy-1.3.1.ebuild
117 ===================================================================
118 # Copyright 1999-2008 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.1.ebuild,v 1.1 2008/04/21 16:38:20 matsuu Exp $
121
122 inherit libtool
123
124 DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
125 HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
126 SRC_URI="mirror://sourceforge.jp/scim-imengine/29660/${P}.tar.gz"
127
128 LICENSE="GPL-2"
129 SLOT="0"
130 KEYWORDS="~amd64 ~ppc ~x86"
131 IUSE="gtk kde nls"
132
133 DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )
134 || ( >=app-i18n/anthy-7500 >=app-i18n/anthy-ss-7500 )
135 nls? ( virtual/libintl )
136 gtk? ( >=x11-libs/gtk+-2.8 )"
137 RDEPEND="${DEPEND}
138 gtk? ( app-dicts/kasumi )"
139 DEPEND="${DEPEND}
140 nls? ( sys-devel/gettext )
141 dev-util/pkgconfig"
142 PDEPEND="kde? ( app-i18n/skim-scim-anthy )"
143
144 src_unpack() {
145 unpack ${A}
146 cd "${S}"
147
148 elibtoolize
149 }
150
151 src_compile() {
152 econf \
153 $(use_enable nls) \
154 --disable-static \
155 --disable-dependency-tracking || die "econf failed"
156 emake || die "emake failed"
157 }
158
159 src_install() {
160 emake DESTDIR="${D}" install || die "emake install failed"
161
162 dodoc AUTHORS ChangeLog NEWS README
163 }
164
165 pkg_postinst() {
166 elog
167 elog "To use SCIM, you should use the following in your user startup scripts"
168 elog "such as .gnomerc or .xinitrc:"
169 elog
170 elog "LANG='your_language' scim -d"
171 elog "export XMODIFIERS=@im=SCIM"
172 elog "export GTK_IM_MODULE=scim"
173 elog "export QT_IM_MODULE=scim"
174 elog
175 }
176
177
178
179 --
180 gentoo-commits@l.g.o mailing list