# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: bar-overlay/media-sound/laditools/laditools-9999.ebuild,v 1.0 2012/11/08 12:17:37 -tclover Exp $ EAPI="4" PYTHON_DEPEND="2:2.7" inherit eutils distutils git-2 DESCRIPTION="Control and monitor a LADI system the easy way" HOMEPAGE="https://launchpad.net/laditools" EGIT_REPO_URI="git://repo.or.cz/laditools.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="lash" DEPEND="dev-python/python-distutils-extra" RDEPEND=">=dev-python/enum-0.4.4 >=media-sound/jack-audio-connection-kit-0.109.2-r2[dbus] >=x11-libs/vte-0.30.1[introspection] lash? ( media-sound/ladish )" DOCS="README NEWS" pkg_setup() { python_set_active_version 2.7 python_pkg_setup }