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-skk: ChangeLog ibus-skk-1.3.3.ebuild
Date: Tue, 09 Nov 2010 00:06:25
Message-Id: 20101109000608.D213F20051@flycatcher.gentoo.org
1 matsuu 10/11/09 00:06:08
2
3 Modified: ChangeLog
4 Added: ibus-skk-1.3.3.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.1.9.22/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 app-i18n/ibus-skk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 26 Oct 2010 17:24:46 -0000 1.13
24 +++ ChangeLog 9 Nov 2010 00:06:08 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-i18n/ibus-skk
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.13 2010/10/26 17:24:46 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.14 2010/11/09 00:06:08 matsuu Exp $
30 +
31 +*ibus-skk-1.3.3 (09 Nov 2010)
32 +
33 + 09 Nov 2010; MATSUU Takuto <matsuu@g.o> +ibus-skk-1.3.3.ebuild:
34 + Version bumped.
35
36 *ibus-skk-1.3.2 (26 Oct 2010)
37
38
39
40
41 1.1 app-i18n/ibus-skk/ibus-skk-1.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-skk-1.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.3.ebuild,v 1.1 2010/11/09 00:06:08 matsuu Exp $
51
52 EAPI="2"
53 PYTHON_DEPEND="2:2.5"
54 inherit python
55
56 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
57 HOMEPAGE="http://github.com/ueno/ibus-skk"
58 SRC_URI="http://cloud.github.com/downloads/ueno/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="nls"
64
65 RDEPEND=">=app-i18n/ibus-1.3
66 nls? ( virtual/libintl )"
67 DEPEND="${RDEPEND}
68 nls? ( >=sys-devel/gettext-0.16.1 )"
69 RDEPEND="${RDEPEND}
70 app-i18n/skk-jisyo"
71
72 pkg_setup() {
73 python_set_active_version 2
74
75 }
76
77 src_prepare() {
78 mv py-compile py-compile.orig || die
79 ln -s "$(type -P true)" py-compile || die
80 }
81
82 src_configure() {
83 econf $(use_enable nls) || die
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die
88
89 dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
90 }
91
92 pkg_postinst() {
93 python_mod_optimize /usr/share/${PN}
94 }
95
96 pkg_postrm() {
97 python_mod_cleanup /usr/share/${PN}
98 }