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-xinhua: metadata.xml ChangeLog ibus-table-xinhua-1.1.0.20090601.ebuild
Date: Mon, 01 Jun 2009 15:39:11
Message-Id: E1MB9bR-0002Ep-HY@stork.gentoo.org
1 matsuu 09/06/01 15:39:09
2
3 Added: metadata.xml ChangeLog
4 ibus-table-xinhua-1.1.0.20090601.ebuild
5 Log:
6 Initial import.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/ibus-table-xinhua/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/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-xinhua/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for app-i18n/ibus-table-xinhua
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-xinhua/ChangeLog,v 1.1 2009/06/01 15:39:09 matsuu Exp $
35
36 *ibus-table-xinhua-1.1.0.20090601 (01 Jun 2009)
37
38 01 Jun 2009; MATSUU Takuto <matsuu@g.o>
39 +ibus-table-xinhua-1.1.0.20090601.ebuild, +metadata.xml:
40 Initial import.
41
42
43
44
45 1.1 app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.1.0.20090601.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.1.0.20090601.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.1.0.20090601.ebuild?rev=1.1&content-type=text/plain
49
50 Index: ibus-table-xinhua-1.1.0.20090601.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-xinhua/ibus-table-xinhua-1.1.0.20090601.ebuild,v 1.1 2009/06/01 15:39:09 matsuu Exp $
55
56 DESCRIPTION="The Xin Hua input method on IBus Table"
57 HOMEPAGE="http://code.google.com/p/ibus/"
58 SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=app-i18n/ibus-table-1.1
66 >=dev-lang/python-2.5"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die
72
73 dodoc AUTHORS ChangeLog NEWS README
74 }
75
76 pkg_postinst() {
77 ewarn "This package is very experimental, please report your bugs to"
78 ewarn "http://ibus.googlecode.com/issues/list"
79 elog
80 elog "You should run ibus-setup and enable IM Engines you want to use!"
81 elog
82 }