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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEEAA158046 for ; Mon, 14 Oct 2024 19:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE103E07D9; Mon, 14 Oct 2024 19:10:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 978B0E07D9 for ; Mon, 14 Oct 2024 19:10:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D96AC343097 for ; Mon, 14 Oct 2024 19:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40C3A1D6E for ; Mon, 14 Oct 2024 19:10:35 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1728933028.33d5d3fdaa5bec3c96ed0f2cd2f4bf86d0ebac27.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ldb/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask virtual/ldb/ldb-2.10.0.ebuild virtual/ldb/ldb-2.8.1.ebuild virtual/ldb/ldb-2.9.1.ebuild virtual/ldb/metadata.xml X-VCS-Directories: virtual/ldb/ profiles/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 33d5d3fdaa5bec3c96ed0f2cd2f4bf86d0ebac27 X-VCS-Branch: master Date: Mon, 14 Oct 2024 19:10:35 +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: b1ca5d48-20da-409c-b26d-ae57128b8055 X-Archives-Hash: d0ef4d7163253e678324ad891b6e12f3 commit: 33d5d3fdaa5bec3c96ed0f2cd2f4bf86d0ebac27 Author: Ben Kohler gentoo org> AuthorDate: Mon Oct 14 19:03:51 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Oct 14 19:10:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d5d3fd virtual/ldb: new package to handle ldb being merged into samba Signed-off-by: Ben Kohler gentoo.org> profiles/package.mask | 1 + virtual/ldb/ldb-2.10.0.ebuild | 11 +++++++++++ virtual/ldb/ldb-2.8.1.ebuild | 11 +++++++++++ virtual/ldb/ldb-2.9.1.ebuild | 11 +++++++++++ virtual/ldb/metadata.xml | 8 ++++++++ 5 files changed, 42 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d914b1a96010..d541d6de6de4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -42,6 +42,7 @@ dev-ruby/io-event:1.3 # Sam James (2024-10-12) # File collisions with sys-libs/ldb (bug #941298) =net-fs/samba-4.21.0 +=virtual/ldb-2.10.0 # Holger Hoffstätte (2024-10-11) # Vendors an unreleased libbpf version and generates ABI-breaking code. diff --git a/virtual/ldb/ldb-2.10.0.ebuild b/virtual/ldb/ldb-2.10.0.ebuild new file mode 100644 index 000000000000..5f3cebb9c0e2 --- /dev/null +++ b/virtual/ldb/ldb-2.10.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for samba project's ldb" + +SLOT="0/2.10.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="net-fs/samba:${SLOT}" diff --git a/virtual/ldb/ldb-2.8.1.ebuild b/virtual/ldb/ldb-2.8.1.ebuild new file mode 100644 index 000000000000..7c7fc38d208e --- /dev/null +++ b/virtual/ldb/ldb-2.8.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for samba project's ldb" + +SLOT="0/2.8.1" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" + +RDEPEND="sys-libs/ldb:${SLOT}" diff --git a/virtual/ldb/ldb-2.9.1.ebuild b/virtual/ldb/ldb-2.9.1.ebuild new file mode 100644 index 000000000000..d88763967403 --- /dev/null +++ b/virtual/ldb/ldb-2.9.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for samba project's ldb" + +SLOT="0/2.9.1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="sys-libs/ldb:${SLOT}" diff --git a/virtual/ldb/metadata.xml b/virtual/ldb/metadata.xml new file mode 100644 index 000000000000..09a9748a01cd --- /dev/null +++ b/virtual/ldb/metadata.xml @@ -0,0 +1,8 @@ + + + + + samba@gentoo.org + Samba + +