Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124993 Details for
Bug 185493
net-fs/davfs2-1.2.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
davfs2-1.2.2.ebuild (text/plain), 1.09 KB, created by
Tero Pelander
on 2007-07-16 05:33:39 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Tero Pelander
Created:
2007-07-16 05:33:39 UTC
Size:
1.09 KB
patch
obsolete
>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 fuse (or coda) for kernel driver and neon for WebDAV interface" >SRC_URI="mirror://sourceforge/dav/${P}.tar.gz" >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" > >src_compile() { > local myconf > > if use debug; then > myconf="--with-debug" > fi > > econf \ > --enable-largefile \ > ${myconf} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "make install failed" > dodoc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL.davfs2 NEWS README \ > README.translators THANKS TODO > > # remove wrong locations created by install > rm -r "${D}/usr/share/doc/davfs2" > rm -r "${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 >}
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 185493
: 124993