diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-11 20:48:45 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-11 20:48:45 +0100 |
commit | 706987bb34a58b80e5f2f89d1dad073dd9336293 (patch) | |
tree | 09973a92c95a2816477a30775481fc3bb5cb9dc5 | |
parent | 15fe207f429369799b7cae0e9a745cd5af005577 (diff) |
python-coherence_0.6.0.bb: removed (should have been moved to 0.6.2 but a new 0.6.2 was made, so dropping this one now)
-rw-r--r-- | packages/python/python-coherence_0.6.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb deleted file mode 100644 index bf9d964f99..0000000000 --- a/packages/python/python-coherence_0.6.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends" -SECTION = "devel/python" -LICENSE = "MIT" -HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r5" - -inherit setuptools - -SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz" -S = "${WORKDIR}/Coherence-${PV}" - -FILES_${PN} += "${datadir}" -RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules" - - |