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 4E1F813933E for ; Wed, 21 Jul 2021 14:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7767BE09C1; Wed, 21 Jul 2021 14:02:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6234BE09C1 for ; Wed, 21 Jul 2021 14:02:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 43267335CB7 for ; Wed, 21 Jul 2021 14:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805EE5C4 for ; Wed, 21 Jul 2021 14:02:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626876124.10c3ef0ceec8f706d5b298895e05248fc651f233.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ldb/ldb-2.2.1-r1.ebuild sys-libs/ldb/ldb-2.2.1.ebuild sys-libs/ldb/ldb-2.3.0-r1.ebuild sys-libs/ldb/ldb-2.3.0.ebuild sys-libs/ldb/ldb-2.4.0-r1.ebuild sys-libs/ldb/ldb-2.4.0.ebuild X-VCS-Directories: sys-libs/ldb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 10c3ef0ceec8f706d5b298895e05248fc651f233 X-VCS-Branch: master Date: Wed, 21 Jul 2021 14:02:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ce09a26-b86a-427b-b8ce-b008e0cfcc6a X-Archives-Hash: 6c8d2bf444092861f57588ec2a1d0ad6 commit: 10c3ef0ceec8f706d5b298895e05248fc651f233 Author: David Seifert gentoo org> AuthorDate: Wed Jul 21 14:02:04 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Jul 21 14:02:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c3ef0c sys-libs/ldb: default disable USE="ldap" * This is the last package in the tree that pulls in LDAP by default, requiring people to globally disable USE="ldap". Signed-off-by: David Seifert gentoo.org> sys-libs/ldb/{ldb-2.2.1.ebuild => ldb-2.2.1-r1.ebuild} | 2 +- sys-libs/ldb/{ldb-2.3.0.ebuild => ldb-2.3.0-r1.ebuild} | 2 +- sys-libs/ldb/{ldb-2.4.0.ebuild => ldb-2.4.0-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/ldb/ldb-2.2.1.ebuild b/sys-libs/ldb/ldb-2.2.1-r1.ebuild similarity index 98% rename from sys-libs/ldb/ldb-2.2.1.ebuild rename to sys-libs/ldb/ldb-2.2.1-r1.ebuild index 2ec72bff211..197d720205b 100644 --- a/sys-libs/ldb/ldb-2.2.1.ebuild +++ b/sys-libs/ldb/ldb-2.2.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="doc +ldap +lmdb python test" +IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( python )" diff --git a/sys-libs/ldb/ldb-2.3.0.ebuild b/sys-libs/ldb/ldb-2.3.0-r1.ebuild similarity index 98% rename from sys-libs/ldb/ldb-2.3.0.ebuild rename to sys-libs/ldb/ldb-2.3.0-r1.ebuild index 57da33cd188..83741f724f5 100644 --- a/sys-libs/ldb/ldb-2.3.0.ebuild +++ b/sys-libs/ldb/ldb-2.3.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="doc +ldap +lmdb python test" +IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( python )" diff --git a/sys-libs/ldb/ldb-2.4.0.ebuild b/sys-libs/ldb/ldb-2.4.0-r1.ebuild similarity index 98% rename from sys-libs/ldb/ldb-2.4.0.ebuild rename to sys-libs/ldb/ldb-2.4.0-r1.ebuild index cc1ca66359b..e2702089890 100644 --- a/sys-libs/ldb/ldb-2.4.0.ebuild +++ b/sys-libs/ldb/ldb-2.4.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="doc +ldap +lmdb python test" +IUSE="doc ldap +lmdb python test" REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( python )"