Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67548 Details for
Bug 98455
punjab ebuild missing (Jabber HTTP-Polling)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
punjab-0.6.ebuild
punjab-0.6.ebuild (text/plain), 1.23 KB, created by
David Danier
on 2005-09-03 04:58:51 UTC
(
hide
)
Description:
punjab-0.6.ebuild
Filename:
MIME Type:
Creator:
David Danier
Created:
2005-09-03 04:58:51 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Jabber HTTP-Binding (JEP-0124)" >HOMEPAGE="http://punjab.sourceforge.net/" >SRC_URI="mirror://sourceforge/punjab/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-python/twisted-xish-0.1.0 > >=twisted-words-0.1.0 > >=twisted-web-0.5.0 > >=twisted-conch-0.5.0 > dev-python/soappy" >RDEPEND="virtual/jabber-server" > >src_install() { > enewgroup jabber > enewuser jabber -1 /bin/sh /var/jabberd/ jabber > > python ./setup.py install --root ${D} > > insinto /etc/conf.d > newins ${FILESDIR}/punjab.conf punjab > > exeinto /etc/init.d > newexe ${FILESDIR}/punjab.initd punjab > > dodir /var/jabberd/db/punjab > fowners jabber:jabber /var/jabberd/db/punjab > fperms 750 /var/jabberd/db/punjab > dodir /var/jabberd/db/punjab/html > fowners jabber:jabber /var/jabberd/db/punjab/html > fperms 750 /var/jabberd/db/punjab/html >} > >pkg_postinst() { > echo > einfo "To be able to run punjab proxy server you need" > einfo "to add it to the default runlevel using" > einfo "rc-update add punjab default" > einfo "and start it with /etc/init.d/punjab start" > einfo "Don't forget to edit /etc/conf.d/punjab conf file as appropriate" > echo >}
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 98455
:
62989
|
62990
|
62991
|
67548
|
67588
|
67589
|
67591