From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C61CA139083 for ; Tue, 30 May 2017 21:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A33E0D2E; Tue, 30 May 2017 21:59:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6BE2E0D2E for ; Tue, 30 May 2017 21:59:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1516E341717 for ; Tue, 30 May 2017 21:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736387459 for ; Tue, 30 May 2017 21:59:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1496181560.bc5f566f37fad31c5dd208ddb45f770591ba8de1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ldapfuse/ldapfuse-1.0.ebuild X-VCS-Directories: sys-fs/ldapfuse/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: bc5f566f37fad31c5dd208ddb45f770591ba8de1 X-VCS-Branch: master Date: Tue, 30 May 2017 21:59:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9d6303e2-1240-47cc-b223-9cc848e85d67 X-Archives-Hash: 6c0ae01e378c0cf3b02b782e1682d25a commit: bc5f566f37fad31c5dd208ddb45f770591ba8de1 Author: Patrice Clement gentoo org> AuthorDate: Tue May 30 21:59:20 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 30 21:59:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f566f sys-fs/ldapfuse: clean up old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-fs/ldapfuse/ldapfuse-1.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild deleted file mode 100644 index f74559587c9..00000000000 --- a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -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" -IUSE="" - -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 )