# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils NEED_PYTHON=2.6 DESCRIPTION="Itools is a Python library which provides a wide range of capabilities" HOMEPAGE="http://hforge.org/itools" SRC_URI="http://download.hforge.org/itools/0.60/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pdf office" DEPEND=">=dev-libs/glib-2.12 >=dev-util/pkgconfig-0.23 >=dev-python/pygobject-2.16.1 >=dev-libs/xapian-1.0.8 >=dev-libs/xapian-bindings-1.0.8 >=dev-python/imaging-1.1.6 >=dev-python/matplotlib-0.91 pdf? ( >=dev-python/reportlab-2.2 ) office? ( >=dev-python/xlrd-0.6.1 >=app-text/poppler-0.10.4 >=app-text/wv2-0.2.3 )" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { distutils_src_compile } src_install() { distutils_src_install }