# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="Coherence-${PV}" DESCRIPTION="Coherence is a framework written in Python for DLNA/UPnP components" HOMEPAGE="https://coherence.beebits.net/" SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64" IUSE="web gstreamer" DEPEND="dev-python/louie dev-python/twisted dev-python/twisted-web dev-python/configobj gstreamer? ( >=dev-python/gst-python-0.10.12 ) web? ( dev-python/nevow )" RDEPEND="${DEPEND} dev-python/axiom dev-python/gdata" S="${WORKDIR}/${MY_P}" src_install() { DOCS="docs/*" distutils_src_install newinitd "${FILESDIR}"/coherence-init coherence }