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.8.ebuild
Date: Wed, 31 Aug 2011 13:53:29
Message-Id: 20110831135319.AC11D2004C@flycatcher.gentoo.org
1 matsuu 11/08/31 13:53:19
2
3 Modified: ChangeLog
4 Added: ibus-skk-1.3.8.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 app-i18n/ibus-skk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 15 Jun 2011 23:07:34 -0000 1.18
24 +++ ChangeLog 31 Aug 2011 13:53:19 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-i18n/ibus-skk
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.18 2011/06/15 23:07:34 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-skk/ChangeLog,v 1.19 2011/08/31 13:53:19 matsuu Exp $
30 +
31 +*ibus-skk-1.3.8 (31 Aug 2011)
32 +
33 + 31 Aug 2011; MATSUU Takuto <matsuu@g.o> +ibus-skk-1.3.8.ebuild:
34 + Version bumped.
35
36 *ibus-skk-1.3.7 (15 Jun 2011)
37
38
39
40
41 1.1 app-i18n/ibus-skk/ibus-skk-1.3.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-skk/ibus-skk-1.3.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-skk-1.3.8.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.8.ebuild,v 1.1 2011/08/31 13:53:19 matsuu Exp $
51
52 EAPI="3"
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 python_pkg_setup
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)
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 }