Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 297747 Details for
Bug 390815
ebuild submission: www-apache/mod_caldav
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mod_caldav-0.1.10.ebuild
mod_caldav-0.1.10.ebuild (text/plain), 897 bytes, created by
Jaco Kroon
on 2012-01-03 00:33:50 UTC
(
hide
)
Description:
mod_caldav-0.1.10.ebuild
Filename:
MIME Type:
Creator:
Jaco Kroon
Created:
2012-01-03 00:33:50 UTC
Size:
897 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils apache-module > >DESCRIPTION="Apache module implementing CalDAV protocol (RFC 4791)" >HOMEPAGE="http://modcaldav.sourceforge.net" >LICENSE="LGPL-2.1" >SRC_URI="mirror://sourceforge/modcaldav/${P}.tar.gz" > >KEYWORDS="~amd64" >IUSE="" >SLOT="0" > >DEPEND="www-apache/mod_dav_acl > dev-libs/libxml2 > dev-libs/libical" > ># See apache-module.eclass for more information. >APACHE2_MOD_CONF="85_${PN}" >APACHE2_MOD_DEFINE="CALDAV" > >need_apache2 > >src_prepare() { > epatch "${FILESDIR}/mod_caldav-0.1.10-basicauth.patch" > epatch "${FILESDIR}/mod_caldav-0.1.10-xmlcdata.patch" >} > >src_configure() { > econf \ > --with-apxs=${APXS} \ > --with-apr-config=/usr/bin/apr-config >} > >src_compile() { > emake >} > >src_install() { > newsbin test_cli caldav_client > > apache-module_src_install >}
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 390815
:
292871
|
292873
|
297743
|
297745
| 297747