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-table-cangjie: metadata.xml ChangeLog ibus-table-cangjie-0.1.2.20090101.ebuild
Date: Fri, 02 Jan 2009 16:26:18
Message-Id: E1LImqm-0000TC-Cg@stork.gentoo.org
1 matsuu 09/01/02 16:26:16
2
3 Added: metadata.xml ChangeLog
4 ibus-table-cangjie-0.1.2.20090101.ebuild
5 Log:
6 Initial import.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/ibus-table-cangjie/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>cjk</herd>
21 </pkgmetadata>
22
23
24
25 1.1 app-i18n/ibus-table-cangjie/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for app-i18n/ibus-table-cangjie
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.1 2009/01/02 16:26:16 matsuu Exp $
35
36 *ibus-table-cangjie-0.1.2.20090101 (02 Jan 2009)
37
38 02 Jan 2009; MATSUU Takuto <matsuu@g.o> +metadata.xml,
39 +ibus-table-cangjie-0.1.2.20090101.ebuild:
40 Initial import.
41
42
43
44
45 1.1 app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild?rev=1.1&content-type=text/plain
49
50 Index: ibus-table-cangjie-0.1.2.20090101.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild,v 1.1 2009/01/02 16:26:16 matsuu Exp $
55
56 DESCRIPTION="The CangJie for IBus Tables"
57 HOMEPAGE="http://code.google.com/p/ibus/"
58 SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=app-i18n/ibus-table-0.1.2
66 >=dev-lang/python-2.5"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_compile() {
71 econf \
72 --enable-cangjie5 \
73 --enable-cangjie3 \
74 $(use_enable extra-phrases) || die
75 emake || die
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80
81 dodoc AUTHORS ChangeLog NEWS README
82 }
83
84 pkg_postinst() {
85 ewarn "This package is very experimental, please report your bugs to"
86 ewarn "http://ibus.googlecode.com/issues/list"
87 elog
88 elog "You should run ibus-setup and enable IM Engines you want to use!"
89 elog
90 }