Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64675 Details for
Bug 100756
revised ebuild for pymsn-t-0.9.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for pymsn-t-0.9.3
pymsn-t-0.9.3.ebuild (text/plain), 1.74 KB, created by
Mike Nerone
on 2005-07-29 13:53:31 UTC
(
hide
)
Description:
New ebuild for pymsn-t-0.9.3
Filename:
MIME Type:
Creator:
Mike Nerone
Created:
2005-07-29 13:53:31 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/pymsn-t-0.9.2.ebuild,v 1.2 2005/05/06 12:11:12 humpback Exp $ > ># Based on net-im/pyicq-t ebuild by Karl-Johan Karlsson >inherit eutils > >MY_PN="PyMSNt" >S=${WORKDIR}/${MY_PN}-${PV} >DESCRIPTION="MSN transport for Jabber" >HOMEPAGE="http://msn-transport.jabberstudio.org/" >SRC_URI="http://msn-transport.jabberstudio.org/tarballs/${MY_PN}-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND=">=dev-lang/python-2.3" >RDEPEND="virtual/jabber-server > >=dev-python/twisted-1.1 > <dev-python/twisted-2" >IUSE="" > >src_unpack() >{ > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${PN}-0.9.2-arguments.patch >} > >src_install() >{ > enewgroup jabber > enewuser pymsn-t -1 /bin/false /var/run/pymsn-t jabber > > #Dont like this, have to find way to do recursive copy with doins > mkdir -p ${D}usr/lib/${PN}/src/ > cp -r src/* ${D}usr/lib/${PN}/src/ > > exeinto /usr/lib/${PN} > newexe PyMSNt pymsn-t > > sed -i \ > -e "s/.*<spooldir>.*/<spooldir>\/var\/spool\/${PN}<\/spooldir>/" \ > -e "s/.*<pid>.*/<pid>\/var\/run\/${PN}\/pymsn-t.pid<\/pid>/" \ > -e "s/.*<debugLog>.*/<debugLog>\/var\/log\/${PN}\/debug.log<\/debugLog>/" \ > config-example.xml > > insinto /etc > newins config-example.xml pymsn-t.xml > > dosym ../../../etc/pymsn-t.xml /usr/lib/pymsn-t/config.xml > > exeinto /etc/init.d > newexe ${FILESDIR}/pymsn-t.init pymsn-t > > dodir /var/spool/${PN} > fowners pymsn-t:jabber /var/spool/${PN} > > dodir /var/log/${PN} > fowners pymsn-t:jabber /var/log/${PN} > > dodir /var/run/${PN} > fowners pymsn-t:jabber /var/run/${PN} >} > >pkg_postinst() { > einfo "/etc/pymsn-t.xml and possibly your Jabber server configuration" > einfo "*must* be edited to match." >}
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 100756
: 64675 |
64676