diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-22 14:43:30 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-22 14:43:30 +0000 |
commit | eb2e2baa20ce4f57c9e0f5a5725ff406045a4493 (patch) | |
tree | b81698849389b4846626457656dffb56262bc67b /net-fs | |
parent | Stable on alpha wrt Bug #144676. (diff) | |
download | gentoo-2-eb2e2baa20ce4f57c9e0f5a5725ff406045a4493.tar.gz gentoo-2-eb2e2baa20ce4f57c9e0f5a5725ff406045a4493.tar.bz2 gentoo-2-eb2e2baa20ce4f57c9e0f5a5725ff406045a4493.zip |
version bump fixing the neon-0.26 bug 139324, thanks to Toralf Förster <toralf.foerster@gmx.de>
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/davfs2/ChangeLog | 9 | ||||
-rw-r--r-- | net-fs/davfs2/davfs2-1.0.2_p20060820.ebuild | 66 | ||||
-rw-r--r-- | net-fs/davfs2/files/digest-davfs2-1.0.2_p20060820 | 3 |
3 files changed, 77 insertions, 1 deletions
diff --git a/net-fs/davfs2/ChangeLog b/net-fs/davfs2/ChangeLog index cbbcd652cddf..f5192847e9c5 100644 --- a/net-fs/davfs2/ChangeLog +++ b/net-fs/davfs2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-fs/davfs2 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/ChangeLog,v 1.27 2006/07/05 18:04:18 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/davfs2/ChangeLog,v 1.28 2006/08/22 14:43:30 genstef Exp $ + +*davfs2-1.0.2_p20060820 (22 Aug 2006) + + 22 Aug 2006; Stefan Schweizer <genstef@gentoo.org> + +davfs2-1.0.2_p20060820.ebuild: + version bump fixing the neon-0.26 bug 139324, thanks to Toralf Förster + <toralf.foerster@gmx.de> 05 Jul 2006; Stefan Schweizer <genstef@gentoo.org> davfs2-0.2.8.ebuild: DEPEND on <neon-0.26, waiting for upstream to port it. Thanks to Armando Di diff --git a/net-fs/davfs2/davfs2-1.0.2_p20060820.ebuild b/net-fs/davfs2/davfs2-1.0.2_p20060820.ebuild new file mode 100644 index 000000000000..aa319963a68d --- /dev/null +++ b/net-fs/davfs2/davfs2-1.0.2_p20060820.ebuild @@ -0,0 +1,66 @@ +# 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-1.0.2_p20060820.ebuild,v 1.1 2006/08/22 14:43:30 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 BUGS + + #fix einstalled files in wrong places + cd ${D}/usr/share/davfs2 + rm COPYING ChangeLog davfs2.conf.template FAQ NEWS README secrets.template THANKS TODO BUGS GPL + 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 +} diff --git a/net-fs/davfs2/files/digest-davfs2-1.0.2_p20060820 b/net-fs/davfs2/files/digest-davfs2-1.0.2_p20060820 new file mode 100644 index 000000000000..3754423c8bcd --- /dev/null +++ b/net-fs/davfs2/files/digest-davfs2-1.0.2_p20060820 @@ -0,0 +1,3 @@ +MD5 b508ee29fe5f06ded4fc43f87fe9e54b davfs2-1.0.2_p20060820.tar.bz2 80240 +RMD160 b07b6b0a458d7da6c3dba9a5a194b693c04e6828 davfs2-1.0.2_p20060820.tar.bz2 80240 +SHA256 1446e1cf1800d6b85d44f5c0f593d4616b0514dd3e3b4f6034f94ccfce6acd0e davfs2-1.0.2_p20060820.tar.bz2 80240 |