summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-14 23:10:46 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-14 23:10:46 +0000
commit73b7249e2e977a817ebf099f125f9f7f33a7bdcd (patch)
tree0c0101a7b31001305bb0b5c8d94a0edf48a40f2d /sys-fs/ldapfuse/ldapfuse-1.0.ebuild
parentApply linux3 platform workaround. Fixes bug 394143. (diff)
downloadhistorical-73b7249e2e977a817ebf099f125f9f7f33a7bdcd.tar.gz
historical-73b7249e2e977a817ebf099f125f9f7f33a7bdcd.tar.bz2
historical-73b7249e2e977a817ebf099f125f9f7f33a7bdcd.zip
Initial import. Ebuild by me.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/ldapfuse/ldapfuse-1.0.ebuild')
-rw-r--r--sys-fs/ldapfuse/ldapfuse-1.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
new file mode 100644
index 000000000000..0afb269b966c
--- /dev/null
+++ b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ldapfuse/ldapfuse-1.0.ebuild,v 1.1 2011/12/14 23:10:46 radhermit Exp $
+
+EAPI="4"
+
+DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+HOMEPAGE="http://sourceforge.net/projects/ldapfuse/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-nds/openldap
+ sys-fs/fuse
+ >=sys-libs/libhx-3.12"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ dev-util/pkgconfig"
+
+DOCS=( doc/changelog.txt doc/rfcs.txt )