# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/xesam-tools/xesam-tools-0.6.1.ebuild,v 1.2 2010/07/06 19:25:41 arfrever Exp $ EAPI=2 PYTHON_DEPEND="2" PYTHON_USE_WITH="xml" inherit distutils DESCRIPTION="Development tools and examples for the Xesam desktop search API" HOMEPAGE="http://xesam.org/people/kamstrup/xesam-tools" SRC_URI="http://xesam.org/people/kamstrup/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="examples" DEPEND="" RDEPEND="dev-python/dbus-python dev-python/pygobject dev-python/pygtk" src_install() { distutils_src_install insinto "/usr/share/doc/${PF}" doins -r samples if use examples; then insinto "/usr/share/doc/${PF}/demo" doins "demo/demo.py" insopts -m 0755 doins demo/[^d]* fi }