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/ibus-anthy: ChangeLog ibus-anthy-0.1.1.20080912.ebuild
Date: Fri, 12 Sep 2008 16:03:17
Message-Id: E1KeB74-0001ww-Rc@stork.gentoo.org
1 matsuu 08/09/12 16:03:14
2
3 Modified: ChangeLog
4 Added: ibus-anthy-0.1.1.20080912.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.2 app-i18n/ibus-anthy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 6 Sep 2008 03:27:21 -0000 1.1
23 +++ ChangeLog 12 Sep 2008 16:03:14 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-i18n/ibus-anthy
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.1 2008/09/06 03:27:21 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.2 2008/09/12 16:03:14 matsuu Exp $
29 +
30 +*ibus-anthy-0.1.1.20080912 (12 Sep 2008)
31 +
32 + 12 Sep 2008; MATSUU Takuto <matsuu@g.o>
33 + +ibus-anthy-0.1.1.20080912.ebuild:
34 + Version bumped.
35
36 *ibus-anthy-0.1.1.20080901 (06 Sep 2008)
37
38
39
40
41 1.1 app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080912.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080912.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080912.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-anthy-0.1.1.20080912.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-0.1.1.20080912.ebuild,v 1.1 2008/09/12 16:03:14 matsuu Exp $
51
52 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
53 HOMEPAGE="http://code.google.com/p/ibus/"
54 SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="nls"
60
61 RDEPEND="app-i18n/ibus
62 app-i18n/anthy
63 >=dev-lang/python-2.5
64 nls? ( virtual/libintl )"
65 DEPEND="${RDEPEND}
66 dev-lang/swig
67 dev-util/pkgconfig
68 nls? ( >=sys-devel/gettext-0.16.1 )"
69
70 src_compile() {
71 econf $(use_enable nls) || die
72 emake || die
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die
77
78 dodoc AUTHORS ChangeLog NEWS README
79 }
80
81 pkg_postinst() {
82 ewarn "This package is very experimental, please report your bugs to"
83 ewarn "http://ibus.googlecode.com/issues/list"
84 elog
85 elog "You should run ibus-setup and enable IM Engines you want to use!"
86 elog
87 }