Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61746 Details for
Bug 96817
Kolab-Resource-Handlers [Component of Kolab2]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for kolab-resource-handlers
kolab-resource-handlers-0.3.9.ebuild (text/plain), 1.94 KB, created by
Gunnar Wrobel (RETIRED)
on 2005-06-22 16:41:48 UTC
(
hide
)
Description:
Ebuild for kolab-resource-handlers
Filename:
MIME Type:
Creator:
Gunnar Wrobel (RETIRED)
Created:
2005-06-22 16:41:48 UTC
Size:
1.94 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils php-lib > >MYP=${P/kolab-resource-handlers/kolab-resource-handlers-gentoo} > >DESCRIPTION="The kolab resource manager" >HOMEPAGE="http://www.kolab.org" >SRC_URI="http://www.gunnarwrobel.de/downloads/${MYP}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="~x86" >IUSE="" > >DEPEND="" > >RDEPEND="=www-apps/horde-3*" > >S="${WORKDIR}/${PN}" > >src_install() { > > ############################################################# > # Create necessary directories > > local kolabdirs="/var/lib/resmgr > /var/lib/resmgr/filter > /var/www/kolab/freebusy > /var/www/kolab/freebusy/cache" > > dodir ${kolabdirs} > fowners kolab:kolab ${kolabdirs} > > ############################################################# > # Structure cleanup for webapp > > mv fbview fbviewcnf > mv fbviewcnf/fbview fbview > > ############################################################# > # Documentation > > docinto fbview > dodoc fbview/README > docinto fbview/conf > dodoc fbview/docs/* > rm -rf fbview/README fbview/COPYING fbview/docs > > ############################################################# > # PHP scripts > > # Web scripts > insinto /var/www/kolab/freebusy > > freebusywebfiles="freebusy/freebusy.php > freebusy/pfb.php" > > doins ${freebusywebfiles} > > cp -r fbview ${D}/var/www/kolab > > # Library scripts > PHP_LIB_NAME="freebusy" > php-lib_src_install freebusy *.class.php misc.php > > > # Library scripts > PHP_LIB_NAME="kolabfilter" > php-lib_src_install resmgr {olhacks,resmgr,kolabmailtransport,misc}.php > > > ############################################################# > # Config files > > insinto /etc/resmgr > > insopts --mode=0640 --owner=kolab --group=kolab > doins freebusy/freebusy.conf resmgr/resmgr.conf fbviewcnf/fbview.conf > > insopts --mode=0755 --owner=kolab --group=kolab > doins resmgr/kolabfilter.php resmgr/kolabmailboxfilter.php >}
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 96817
: 61746