summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-25 19:32:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-25 19:32:03 +0000
commit587d1609ef3fcfdb6f3b125f395eb8a83e6a8182 (patch)
tree536c0556704bbf235b7f8f7aea7fddc5db125828 /app-i18n/scim-pinyin
parentMore kdelibs:3.5 revdeps. (diff)
downloadgentoo-2-587d1609ef3fcfdb6f3b125f395eb8a83e6a8182.tar.gz
gentoo-2-587d1609ef3fcfdb6f3b125f395eb8a83e6a8182.tar.bz2
gentoo-2-587d1609ef3fcfdb6f3b125f395eb8a83e6a8182.zip
Delete USE kde from old ebuild too
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/scim-pinyin')
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild
index 8b8287818cbd..92f8209c0590 100644
--- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild
+++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild
@@ -1,24 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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-r2.ebuild,v 1.5 2008/12/02 23:30:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.6 2009/11/25 19:32:03 ssuominen Exp $
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
-
-inherit kde-functions eutils autotools
+inherit eutils autotools
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="kde nls"
+IUSE="nls"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="ppc64 sparc"
RDEPEND="x11-libs/libXt
|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )
- kde? ( app-i18n/skim )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
@@ -38,7 +34,7 @@ src_unpack() {
src_compile() {
econf \
$(use_enable nls) \
- $(use_enable kde skim-support) \
+ --disable-skim-support \
--without-arts \
--disable-static \
--disable-depedency-tracking \