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/scim-anthy: scim-anthy-1.2.4.ebuild ChangeLog scim-anthy-1.3.0.ebuild
Date: Sat, 03 Nov 2007 03:39:53
Message-Id: E1Io9rQ-0003xp-C1@stork.gentoo.org
1 matsuu 07/11/03 03:39:48
2
3 Modified: scim-anthy-1.2.4.ebuild ChangeLog
4 scim-anthy-1.3.0.ebuild
5 Log:
6 Added gtk USE flag, bug #196742.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.6 app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild?r1=1.5&r2=1.6
15
16 Index: scim-anthy-1.2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- scim-anthy-1.2.4.ebuild 22 Sep 2007 22:04:23 -0000 1.5
23 +++ scim-anthy-1.2.4.ebuild 3 Nov 2007 03:39:47 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.5 2007/09/22 22:04:23 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v 1.6 2007/11/03 03:39:47 matsuu Exp $
29
30 inherit libtool
31
32 @@ -11,13 +11,14 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
36 -IUSE="kde nls"
37 +IUSE="gtk kde nls"
38
39 DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )
40 || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )
41 - nls? ( virtual/libintl )"
42 + nls? ( virtual/libintl )
43 + gtk? ( >=x11-libs/gtk+-2.4 )"
44 RDEPEND="${DEPEND}
45 - app-dicts/kasumi"
46 + gtk? ( app-dicts/kasumi )"
47 DEPEND="${DEPEND}
48 nls? ( sys-devel/gettext )
49 dev-util/pkgconfig"
50
51
52
53 1.52 app-i18n/scim-anthy/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.52&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.52&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?r1=1.51&r2=1.52
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v
62 retrieving revision 1.51
63 retrieving revision 1.52
64 diff -u -r1.51 -r1.52
65 --- ChangeLog 27 Oct 2007 18:06:41 -0000 1.51
66 +++ ChangeLog 3 Nov 2007 03:39:47 -0000 1.52
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-i18n/scim-anthy
69 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.51 2007/10/27 18:06:41 matsuu Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.52 2007/11/03 03:39:47 matsuu Exp $
72 +
73 + 03 Nov 2007; <matsuu@g.o> scim-anthy-1.2.4.ebuild,
74 + scim-anthy-1.3.0.ebuild:
75 + Added gtk USE flag, bug #196742.
76
77 27 Oct 2007; <matsuu@g.o> -scim-anthy-0.7.1.ebuild,
78 -scim-anthy-1.2.1.ebuild, -scim-anthy-1.2.2.ebuild,
79
80
81
82 1.2 app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild?r1=1.1&r2=1.2
87
88 Index: scim-anthy-1.3.0.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- scim-anthy-1.3.0.ebuild 28 Mar 2007 16:34:03 -0000 1.1
95 +++ scim-anthy-1.3.0.ebuild 3 Nov 2007 03:39:47 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.1 2007/03/28 16:34:03 matsuu Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:47 matsuu Exp $
101
102 inherit libtool
103
104 @@ -18,7 +18,7 @@
105 nls? ( virtual/libintl )
106 gtk? ( >=x11-libs/gtk+-2.8 )"
107 RDEPEND="${DEPEND}
108 - app-dicts/kasumi"
109 + gtk? ( app-dicts/kasumi )"
110 DEPEND="${DEPEND}
111 nls? ( sys-devel/gettext )
112 dev-util/pkgconfig"
113
114
115
116 --
117 gentoo-commits@g.o mailing list