diff options
author | 2009-10-18 21:01:43 +0000 | |
---|---|---|
committer | 2009-10-18 21:01:43 +0000 | |
commit | 51f59b5f221c19f84728c8e1be3890ac2cabb927 (patch) | |
tree | 391af433b51bbc6e2dd2c77085be68094b459310 /app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild | |
parent | QA fixes; IUSE is not defined (diff) | |
download | historical-51f59b5f221c19f84728c8e1be3890ac2cabb927.tar.gz historical-51f59b5f221c19f84728c8e1be3890ac2cabb927.tar.bz2 historical-51f59b5f221c19f84728c8e1be3890ac2cabb927.zip |
Remove KDE3 support wrt #277901.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild')
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild index feea69909a54..eb8fa4d20e10 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.6 2009/08/15 12:49:56 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.7 2009/10/18 21:01:43 ssuominen Exp $ -inherit kde-functions eutils base autotools +inherit autotools base eutils DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="kde nls" +IUSE="nls" LANGS="am ar bn gu hi ja kn ko ml ne pa ru ta te th uk vi zh" for i in ${LANGS} ; do IUSE="${IUSE} linguas_${i}" @@ -19,15 +19,12 @@ done RDEPEND="x11-libs/libXt >=app-i18n/scim-1.4.7-r2 - kde? ( >=app-i18n/skim-1.2.0 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" -PATCHES=( - "${FILESDIR}"/${P}+gcc-4.3.patch -) +PATCHES=( "${FILESDIR}/${P}+gcc-4.3.patch" ) pkg_setup() { elog "Not all languages are going to be compiled." @@ -52,7 +49,7 @@ src_unpack() { src_compile() { econf \ - $(use_enable kde skim-support) \ + --disable-skim-support \ $(use_enable nls) \ --disable-static \ --disable-dependency-tracking \ |