Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168308 Details for
Bug 220359
net-fs/davfs2-1.3.2 - Version Bump, fixes neon dependencies.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild for davfs2-1.3.3
davfs2-1.3.3.ebuild (text/plain), 1.63 KB, created by
Matthew Gregory Sr.
on 2008-10-13 16:51:06 UTC
(
hide
)
Description:
new ebuild for davfs2-1.3.3
Filename:
MIME Type:
Creator:
Matthew Gregory Sr.
Created:
2008-10-13 16:51:06 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/davfs2-1.3.0.ebuild,v 1.3 2008/09/07 13:48:31 maekke 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 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_unpack() { > unpack ${A} > cd "${S}" > #patching for neon should no longer be necessary as it is included > #epatch "${FILESDIR}"/davfs2-neon-0.28.patch >} > >src_compile() { > local myconf > > if use debug; then > myconf="--with-debug" > fi > > econf \ > $(use_with ssl) \ > $(use_with socks5 socks) \ > --enable-largefile \ > ${myconf} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS BUGS ChangeLog 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 > > # ignore nobody's home > cat>>"${D}/etc/davfs2/davfs2.conf"<<EOF > ># nobody is a system account in Gentoo >ignore_home nobody >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 220359
: 168308