Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
Date: Tue, 30 May 2017 21:59:39
Message-Id: 1496181401.4394443da2ed4ee3afff1c73dd91f26573d5c94a.monsieurp@gentoo
1 commit: 4394443da2ed4ee3afff1c73dd91f26573d5c94a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 21:56:41 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 21:56:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4394443d
7
8 sys-fs/ldapfuse: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..c6a326959d2
18 --- /dev/null
19 +++ b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
27 +HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
28 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
29 +
30 +LICENSE="GPL-3"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +
34 +RDEPEND="
35 + net-nds/openldap
36 + sys-fs/fuse
37 + >=sys-libs/libhx-3.12"
38 +
39 +DEPEND="
40 + ${RDEPEND}
41 + app-arch/xz-utils
42 + virtual/pkgconfig"
43 +
44 +DOCS=( doc/changelog.txt doc/rfcs.txt )