Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 202901 Details for
Bug 246166
ebuild for Coherence DLNA/UPnP framework
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for coherence-0.6.4
coherence-0.6.4.ebuild (text/plain), 1.01 KB, created by
Chris Shymanik (mousee)
on 2009-09-01 20:16:46 UTC
(
hide
)
Description:
New ebuild for coherence-0.6.4
Filename:
MIME Type:
Creator:
Chris Shymanik (mousee)
Created:
2009-09-01 20:16:46 UTC
Size:
1.01 KB
patch
obsolete
># 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="~x86" >RESTRICT="mirror" > ># dev-python/Louie is supplied inline now > >DEPEND=" > >=dev-lang/python-2.5 > dev-python/setuptools > dev-python/twisted > >=dev-python/louie-1.1 > >=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}" >} > >src_install() { > distutils_src_install > dodoc docs/* > if [ -e "${FILESDIR}"/coherence-init ] ; then > newinitd "${FILESDIR}"/coherence-init coherence > else > ewarn "Please make sure to create an init.d script file if you want to > auto-start/stop Coherence.i" > fi >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 246166
:
171188
|
171189
|
182298
|
188708
| 202901 |
213726
|
214256
|
233333
|
233335
|
233337
|
233339