Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/ibus-unikey: metadata.xml ChangeLog ibus-unikey-0.6.0.ebuild
Date: Thu, 17 Nov 2011 14:10:18
Message-Id: 20111117141002.B0D112004B@flycatcher.gentoo.org
1 naota 11/11/17 14:10:02
2
3 Modified: metadata.xml ChangeLog
4 Added: ibus-unikey-0.6.0.ebuild
5 Log:
6 Version bump. Bug #388775
7
8 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-i18n/ibus-unikey/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 15 Dec 2009 17:50:14 -0000 1.1
24 +++ metadata.xml 17 Nov 2011 14:10:02 -0000 1.2
25 @@ -7,5 +7,8 @@
26 Use for type Vietnamese
27 Support via forum at: http://forum.ubuntu-vn.com/viewforum.php?f=85
28 </longdescription>
29 +<use>
30 + <flag name='gtk3'>Enable support for gtk+3</flag>
31 +</use>
32 </pkgmetadata>
33
34
35
36
37 1.5 app-i18n/ibus-unikey/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/ChangeLog?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/ChangeLog?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/ChangeLog?r1=1.4&r2=1.5
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- ChangeLog 28 May 2011 01:56:00 -0000 1.4
50 +++ ChangeLog 17 Nov 2011 14:10:02 -0000 1.5
51 @@ -1,6 +1,12 @@
52 # ChangeLog for app-i18n/ibus-unikey
53 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.4 2011/05/28 01:56:00 matsuu Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.5 2011/11/17 14:10:02 naota Exp $
56 +
57 +*ibus-unikey-0.6.0 (17 Nov 2011)
58 +
59 + 17 Nov 2011; Naohiro Aota <naota@g.o> +ibus-unikey-0.6.0.ebuild,
60 + metadata.xml:
61 + Version bump. Bug #388775
62
63 *ibus-unikey-0.5.1-r1 (28 May 2011)
64 *ibus-unikey-0.5.1 (28 May 2011)
65
66
67
68 1.1 app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: ibus-unikey-0.6.0.ebuild
74 ===================================================================
75 # Copyright 1999-2011 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild,v 1.1 2011/11/17 14:10:02 naota Exp $
78
79 EAPI="4"
80 inherit eutils
81
82 DESCRIPTION="Vietnamese Input Method Engine for IBUS using Unikey IME"
83 HOMEPAGE="http://code.google.com/p/ibus-unikey/"
84 SRC_URI="http://ibus-unikey.googlecode.com/files/${P}.tar.gz"
85
86 LICENSE="GPL-3"
87 SLOT="0"
88 KEYWORDS="~amd64 ~x86"
89 IUSE="gtk3"
90
91 RDEPEND="gtk3? ( >app-i18n/ibus-1.3.9[gtk3]
92 x11-libs/gtk+:3 )
93 !gtk3? ( app-i18n/ibus
94 >=x11-libs/gtk+-2.12:2 )
95 x11-libs/libX11"
96 DEPEND="${RDEPEND}
97 dev-util/pkgconfig"
98
99 src_configure() {
100 use gtk3 && myconf="--with-gtk-version=3" || myconf=""
101 econf ${myconf}
102 }