Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94844 Details for
Bug 139324
net-misc/neon-0.26.1 should be blocker for net-fs/davfs2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
davfs2-1.0.2_p20060820.ebuild
davfs2-1.0.2_p20060820.ebuild (text/plain), 1.82 KB, created by
Stefan Schweizer (RETIRED)
on 2006-08-22 04:48:19 UTC
(
hide
)
Description:
davfs2-1.0.2_p20060820.ebuild
Filename:
MIME Type:
Creator:
Stefan Schweizer (RETIRED)
Created:
2006-08-22 04:48:19 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-0.2.8.ebuild,v 1.8 2006/07/05 18:04:18 genstef Exp $ > >inherit linux-mod eutils > >DESCRIPTION="a Linux file system driver that allows you to mount a WebDAV server as a local disk drive. Davfs2 uses Coda for kernel driver and neon for WebDAV interface" >SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2" >HOMEPAGE="http://dav.sourceforge.net" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="ssl debug socks5" >RESTRICT="test" > >DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) > socks5? ( >=net-proxy/dante-1.1.13 ) > dev-libs/libxml2 > net-misc/neon > sys-libs/zlib" >SLOT="0" >S=${WORKDIR}/${PN} > >CONFIG_CHECK="CODA_FS !CODA_FS_OLD_API" >CODA_FS_ERROR="${P} requires kernel support for Coda to be found in filesystems, network filesystems" > >src_compile() { > ./autogen.sh > local myconf > > if use debug; then > myconf="--with-debug" > fi > if kernel_is 2 4; then > myconf="${myconf} --with-kernel-src=${KV_DIR}" > else > myconf="${myconf} --without-kernel-src" > fi > > econf \ > $(use_with ssl) \ > $(use_with socks5 socks) \ > ${myconf} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "make install failed" > cd doc > dodoc BUGS ChangeLog davfs2.conf.template FAQ NEWS README secrets.template THANKS TODO > > #fix einstalled files in wrong places > cd ${D}/usr/share/davfs2 > rm COPYING ChangeLog davfs2.conf.template FAQ NEWS README secrets.template THANKS TODO INSTALL > rmdir ${D}/usr/share/davfs2 > > dodir /var/run/mount.davfs > keepdir /var/run/mount.davfs > fowners root:users /var/run/mount.davfs > fperms 1774 /var/run/mount.davfs > > dodir /etc/modules.d > cat >${D}/etc/modules.d/davfs2 <<EOF >alias char-major-67 coda >alias /dev/davfs* coda >EOF >}
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 139324
:
94832
|
94833
|
94843
| 94844