sys-fs/ldapfuse: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 30 May 2017 21:56:41 +0000 (23:56 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 30 May 2017 21:56:41 +0000 (23:56 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild [new file with mode: 0644]

diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
new file mode 100644 (file)
index 0000000..c6a3269
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       net-nds/openldap
+       sys-fs/fuse
+       >=sys-libs/libhx-3.12"
+
+DEPEND="
+       ${RDEPEND}
+       app-arch/xz-utils
+       virtual/pkgconfig"
+
+DOCS=( doc/changelog.txt doc/rfcs.txt )