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-m17n: ibus-m17n-1.2.99.20100202.ebuild ChangeLog
Date: Thu, 04 Feb 2010 11:30:57
Message-Id: E1NczvC-0000jq-BQ@stork.gentoo.org
1 matsuu 10/02/04 11:30:54
2
3 Modified: ChangeLog
4 Added: ibus-m17n-1.2.99.20100202.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 app-i18n/ibus-m17n/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-m17n/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-m17n/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-m17n/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 17 Dec 2009 15:50:27 -0000 1.10
23 +++ ChangeLog 4 Feb 2010 11:30:53 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-i18n/ibus-m17n
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ChangeLog,v 1.10 2009/12/17 15:50:27 matsuu Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ChangeLog,v 1.11 2010/02/04 11:30:53 matsuu Exp $
30 +
31 +*ibus-m17n-1.2.99.20100202 (04 Feb 2010)
32 +
33 + 04 Feb 2010; MATSUU Takuto <matsuu@g.o>
34 + +ibus-m17n-1.2.99.20100202.ebuild:
35 + Version bumped.
36
37 *ibus-m17n-1.2.0.20091217 (17 Dec 2009)
38
39
40
41
42 1.1 app-i18n/ibus-m17n/ibus-m17n-1.2.99.20100202.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-m17n/ibus-m17n-1.2.99.20100202.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-m17n/ibus-m17n-1.2.99.20100202.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ibus-m17n-1.2.99.20100202.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ibus-m17n-1.2.99.20100202.ebuild,v 1.1 2010/02/04 11:30:53 matsuu Exp $
52
53 DESCRIPTION="The M17N engine IMEngine for IBus Framework"
54 HOMEPAGE="http://code.google.com/p/ibus/"
55 SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="nls"
61
62 RDEPEND=">=app-i18n/ibus-1.2.99
63 dev-libs/m17n-lib
64 nls? ( virtual/libintl )"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 dev-db/m17n-db
68 dev-db/m17n-contrib
69 >=sys-devel/gettext-0.16.1"
70
71 src_compile() {
72 econf $(use_enable nls) || die
73 emake || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78
79 dodoc AUTHORS ChangeLog NEWS README || die
80 }