# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.99.8.ebuild,v 1.2 2004/08/24 14:09:25 usata Exp $ inherit gnome2 eutils DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform" HOMEPAGE="http://freedesktop.org/~suzhe/" SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha ~ppc ~amd64" IUSE="gnome" RDEPEND="virtual/x11 gnome? ( >=gnome-base/gconf-1.2 >=dev-libs/libxml2-2.5 >=gnome-base/orbit-2.8 ) >=x11-libs/gtk+-2 >=dev-libs/atk-1 >=x11-libs/pango-1 >=dev-libs/glib-2 !app-i18n/scim-cvs ! ${ROOT}etc/gtk-2.0/gtk.immodules } pkg_postrm() { gtk-query-immodules-2.0 > ${ROOT}etc/gtk-2.0/gtk.immodules }