Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 297741 Details for
Bug 390445
new ebuild: www-apache/mod_dav_acl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/mod_dav_acl-0.1.6.ebuild
mod_dav_acl-0.1.6.ebuild (text/plain), 1022 bytes, created by
Jaco Kroon
on 2012-01-03 00:25:39 UTC
(
hide
)
Description:
/mod_dav_acl-0.1.6.ebuild
Filename:
MIME Type:
Creator:
Jaco Kroon
Created:
2012-01-03 00:25:39 UTC
Size:
1022 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit apache-module eutils > >DESCRIPTION="Apache RFC3744 (Access Control Rights) module implementation." >HOMEPAGE="http://moddavacl.sourceforge.net/" >LICENSE="LGPL-2.1" >SRC_URI="mirror://sourceforge/moddavacl/${P}.tar.gz" > >KEYWORDS="~amd64" >IUSE="" >SLOT="0" > >DEPEND="dev-libs/libical > dev-libs/libxml2" > ># See apache-module.eclass for more information. >APACHE2_MOD_CONF="80_${PN}" >APACHE2_MOD_DEFINE="DAV_ACL" > >need_apache2 > >src_prepare() { > epatch "${FILESDIR}/mod_dav_acl-0.1.6-basicauth.patch" > epatch "${FILESDIR}/mod_dav_acl-0.1.6-principals-config.patch" >} > >src_configure() { > econf \ > --with-apxs=${APXS} \ > --with-apr-config=/usr/bin/apr-config >} > >src_compile() { > emake >} > >src_install() { > dosbin principals.sh > newsbin acl-test-cli dav_acl_client > > insinto /usr/include/httpd > doins mod_dav_acl.h > > insinto /usr/share/pkgconfig > doins mod_dav_acl.pc > > 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 390445
:
292423
|
292425
|
292551
|
292553
|
297735
|
297737
|
297739
| 297741