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: 1496181560.bc5f566f37fad31c5dd208ddb45f770591ba8de1.monsieurp@gentoo
1 commit: bc5f566f37fad31c5dd208ddb45f770591ba8de1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 21:59:20 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 21:59:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f566f
7
8 sys-fs/ldapfuse: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-fs/ldapfuse/ldapfuse-1.0.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
16 deleted file mode 100644
17 index f74559587c9..00000000000
18 --- a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
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 -IUSE=""
34 -
35 -RDEPEND="net-nds/openldap
36 - sys-fs/fuse
37 - >=sys-libs/libhx-3.12"
38 -DEPEND="${RDEPEND}
39 - app-arch/xz-utils
40 - virtual/pkgconfig"
41 -
42 -DOCS=( doc/changelog.txt doc/rfcs.txt )