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: ChangeLog ibus-1.1.0.20090225.ebuild
Date: Thu, 26 Feb 2009 12:24:35
Message-Id: E1LcfI0-00066k-WA@stork.gentoo.org
1 matsuu 09/02/26 12:24:32
2
3 Modified: ChangeLog ibus-1.1.0.20090225.ebuild
4 Log:
5 Fixed dependency.
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 app-i18n/ibus/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 25 Feb 2009 17:07:41 -0000 1.20
22 +++ ChangeLog 26 Feb 2009 12:24:32 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-i18n/ibus
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.20 2009/02/25 17:07:41 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.21 2009/02/26 12:24:32 matsuu Exp $
28 +
29 + 26 Feb 2009; MATSUU Takuto <matsuu@g.o> ibus-1.1.0.20090225.ebuild:
30 + Fixed dependency.
31
32 *ibus-1.1.0.20090225 (25 Feb 2009)
33
34
35
36
37 1.2 app-i18n/ibus/ibus-1.1.0.20090225.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ibus-1.1.0.20090225.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ibus-1.1.0.20090225.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus/ibus-1.1.0.20090225.ebuild?r1=1.1&r2=1.2
42
43 Index: ibus-1.1.0.20090225.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.1.0.20090225.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ibus-1.1.0.20090225.ebuild 25 Feb 2009 17:07:41 -0000 1.1
50 +++ ibus-1.1.0.20090225.ebuild 26 Feb 2009 12:24:32 -0000 1.2
51 @@ -1,6 +1,6 @@
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/ibus-1.1.0.20090225.ebuild,v 1.1 2009/02/25 17:07:41 matsuu Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.1.0.20090225.ebuild,v 1.2 2009/02/26 12:24:32 matsuu Exp $
56
57 EAPI="1"
58 inherit autotools eutils multilib python
59 @@ -16,7 +16,7 @@
60
61 RDEPEND=">=dev-libs/glib-2.18
62 >=x11-libs/gtk+-2
63 - >=gnome-base/gconf-2.11.1
64 + >=gnome-base/gconf-2.12
65 >=gnome-base/librsvg-2
66 sys-apps/dbus
67 qt4? (
68 @@ -26,7 +26,7 @@
69 app-text/iso-codes
70 x11-libs/libX11
71 >=dev-lang/python-2.5
72 - >=dev-python/pygobject-2.15
73 + >=dev-python/pygobject-2.14
74 nls? ( virtual/libintl )"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig