# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" CMAKE_MIN_VERSION="2.6" PYTHON_DEPEND="2" inherit cmake-utils python DESCRIPTION="The GooglePinYin IMEngine for IBus Framework" HOMEPAGE="http://code.google.com/p/libgooglepinyin/" SRC_URI="http://libgooglepinyin.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opencc" RDEPEND=">=app-i18n/ibus-1.3.9[python] >=app-i18n/libgooglepinyin-0.1.1 opencc? ( app-i18n/opencc )" DEPEND="${RDEPEND}"