summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/scim-pinyin')
-rw-r--r--app-i18n/scim-pinyin/ChangeLog5
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog
index 84d393a23fcd..3b8d61c6df75 100644
--- a/app-i18n/scim-pinyin/ChangeLog
+++ b/app-i18n/scim-pinyin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/scim-pinyin
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.5 2005/09/09 16:43:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.6 2005/09/29 10:24:27 usata Exp $
+
+ 29 Sep 2005; Mamoru KOMACHI <usata@gentoo.org> scim-pinyin-0.5.91.ebuild:
+ Added arts USE. Thanks to kasim.terzic@gmail.com; bug #105196.
09 Sep 2005; Aron Griffis <agriffis@gentoo.org> scim-pinyin-0.5.0.ebuild:
Mark 0.5.0 stable on alpha
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild
index 5fa8d53494c1..0951e8e3bdfd 100644
--- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild
+++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.1 2005/08/17 10:14:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.2 2005/09/29 10:24:27 usata Exp $
inherit kde-functions gnome2
@@ -8,15 +8,16 @@ DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method"
HOMEPAGE="http://www.scim-im.org/"
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
-IUSE=""
+IUSE="arts"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
DEPEND="virtual/x11
- || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
+ || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )
+ arts? ( kde-base/arts )"
SCROLLKEEPER_UPDATE="0"
-G2CONF="--disable-static"
+G2CONF="--disable-static $(use_with arts)"
DOCS="AUTHORS NEWS README ChangeLog"
USE_DESTDIR=1