# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: bar-overlay/media-sound/laditools/laditools-1.0_rc2.ebuild,v 1.0 2012/11/08 12:17:33 -tclover Exp $ EAPI="4" inherit eutils distutils PYTHON_DEPEND="2:2.7" DESCRIPTION="LADITools is a set of tools to improve desktop integration and user workflow of Linux audio systems" HOMEPAGE="http://www.marcochapeau.org/software/laditools" SRC_URI="http://www.marcochapeau.org/files/laditools/${PN}-${PVR/_/-}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="lash" RDEPEND="dev-lang/python:2.7 dev-python/pygtk dev-python/pyxml >=media-sound/jack-audio-connection-kit-0.109.2-r2[dbus] >=media-sound/lash-0.6.0_rc2 x11-libs/vte" DEPEND="dev-lang/python" DOCS="README" S="${WORKDIR}"/${PN}-${PVR/_/-} pkg_setup() { python_set_active_version 2.7 } src_prepare() { epatch "${FILESDIR}/${P}-no_extra_docs.patch" }