Files
sablink-distro/dev-python/Coherence/Coherence-0.5.8-r1.ebuild
T
v00d00 2c911ab955 media-tv/elisa-0.5.22: It works! Bump to current, Inc deps:
media-plugins/elisa-plugins-ugly-0.5.22: Bump to current
media-plugins/elisa-plugins-good-0.5.22: Bump to current
media-plugins/elisa-plugins-bad-0.5.22: Bump to current
media-libs/pigment-0.3.11: Bump to current
dev-python/pigment-python-0.3.8: Bump to current
dev-python/Coherence-0.5.8-r1: Bump to current
dev-python/python-daap-0.7.1: Inital Commit
dev-python/cssutils-0.9.5.1: Inital Commit
dev-python/twisted-web2-8.1.0: Inital Commit

git-svn-id: http://svn.sabayonlinux.org/overlay@2735 d7aec97c-591d-0410-af39-a8856400b30a
2009-01-09 17:29:34 +00:00

43 lines
824 B
Bash
Executable File

# 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"
IUSE="web gstreamer"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
# dev-python/Louie is supplied inline now
DEPEND="
>=dev-lang/python-2.5
dev-python/twisted
>=dev-python/configobj-4.3
gstreamer? ( >=dev-python/gst-python-0.10.12 )
web? ( dev-python/nevow )
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack "${A}"
cd "${S}"
epatch "${FILESDIR}/${PV}-bind_if_detection.patch"
}
src_install() {
distutils_src_install
dodoc docs/*
}