matsuu 07/11/03 03:39:48
Modified: scim-anthy-1.2.4.ebuild ChangeLog
scim-anthy-1.3.0.ebuild
Log:
Added gtk USE flag, bug #196742.
(Portage version: 2.1.3.16)
Revision Changes Path
1.6 app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild?rev=1.6&view=markup
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
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
Index: scim-anthy-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim-anthy-1.2.4.ebuild 22 Sep 2007 22:04:23 -0000 1.5
+++ scim-anthy-1.2.4.ebuild 3 Nov 2007 03:39:47 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit libtool
@@ -11,13 +11,14 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="kde nls"
+IUSE="gtk kde nls"
DEPEND="|| ( >=app-i18n/scim-1.2 >=app-i18n/scim-cvs-1.2 )
|| ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )
- nls? ( virtual/libintl )"
+ nls? ( virtual/libintl )
+ gtk? ( >=x11-libs/gtk+-2.4 )"
RDEPEND="${DEPEND}
- app-dicts/kasumi"
+ gtk? ( app-dicts/kasumi )"
DEPEND="${DEPEND}
nls? ( sys-devel/gettext )
dev-util/pkgconfig"
1.52 app-i18n/scim-anthy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 27 Oct 2007 18:06:41 -0000 1.51
+++ ChangeLog 3 Nov 2007 03:39:47 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-anthy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.51 2007/10/27 18:06:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.52 2007/11/03 03:39:47 matsuu Exp $
+
+ 03 Nov 2007; <matsuu@g.o> scim-anthy-1.2.4.ebuild,
+ scim-anthy-1.3.0.ebuild:
+ Added gtk USE flag, bug #196742.
27 Oct 2007; <matsuu@g.o> -scim-anthy-0.7.1.ebuild,
-scim-anthy-1.2.1.ebuild, -scim-anthy-1.2.2.ebuild,
1.2 app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild?rev=1.2&view=markup
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
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
Index: scim-anthy-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-anthy-1.3.0.ebuild 28 Mar 2007 16:34:03 -0000 1.1
+++ scim-anthy-1.3.0.ebuild 3 Nov 2007 03:39:47 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit libtool
@@ -18,7 +18,7 @@
nls? ( virtual/libintl )
gtk? ( >=x11-libs/gtk+-2.8 )"
RDEPEND="${DEPEND}
- app-dicts/kasumi"
+ gtk? ( app-dicts/kasumi )"
DEPEND="${DEPEND}
nls? ( sys-devel/gettext )
dev-util/pkgconfig"
--
gentoo-commits@g.o mailing list
|