Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64078 Details for
Bug 99931
Ebuild for kolab-freebusy
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for kolab-freebusy
kolab-freebusy-0.3.9.ebuild (text/plain), 1.30 KB, created by
Gunnar Wrobel (RETIRED)
on 2005-07-22 11:27:02 UTC
(
hide
)
Description:
Ebuild for kolab-freebusy
Filename:
MIME Type:
Creator:
Gunnar Wrobel (RETIRED)
Created:
2005-07-22 11:27:02 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >PHP_LIB_NAME="freebusy" > >inherit eutils php-lib > >MYP=${P/kolab-freebusy/kolab-freebusy-gentoo} > >DESCRIPTION="The kolab freebusy manager" >HOMEPAGE="http://www.kolab.org" >SRC_URI="http://www.gunnarwrobel.de/downloads/${MYP}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="~x86" >IUSE="" > >DEPEND="" > >## Added dependancy on perl-kolab only to have the >## users and groups (FIXME later) > >RDEPEND="=www-apps/horde-3* > =dev-perl/perl-kolab-0.9.2 > dev-php/PEAR-PEAR" > >S="${WORKDIR}/" > >src_install() { > > ############################################################# > # Create necessary directories > > local kolabdirs="/var/www/kolab/freebusy > /var/www/kolab/freebusy/cache" > > dodir ${kolabdirs} > fowners kolab:kolab ${kolabdirs} > > ############################################################# > # PHP scripts > > # Web scripts > insinto /var/www/kolab/freebusy > > freebusywebfiles="freebusy.php > pfb.php" > > doins ${freebusywebfiles} > > # Library scripts > php-lib_src_install . *.class.php misc.php > > > ############################################################# > # Config files > > insinto /etc/resmgr > > insopts --mode=0640 --owner=kolab --group=kolab > doins freebusy.conf > >}
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 99931
: 64078