summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/davfs2/davfs2-0.2.2.ebuild')
-rw-r--r--net-www/davfs2/davfs2-0.2.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-www/davfs2/davfs2-0.2.2.ebuild b/net-www/davfs2/davfs2-0.2.2.ebuild
deleted file mode 100644
index f16f7343c066..000000000000
--- a/net-www/davfs2/davfs2-0.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/davfs2/davfs2-0.2.2.ebuild,v 1.3 2004/06/25 00:51:24 agriffis Exp $
-
-IUSE="ssl"
-
-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="mirror://sourceforge/dav/${P}.tar.gz"
-HOMEPAGE="http://dav.sourceforge.net"
-KEYWORDS="~x86 ~ppc"
-
-LICENSE="GPL-2"
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )"
-SLOT="0"
-
-src_compile() {
- econf `use_enable ssl` || die
- emake || die
-}
-
-src_install() {
- einstall
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Remember you have to have coda compiled in to your kernel"
- einfo "in order to use davfs2"
- einfo ""
-}