commit:     33d5d3fdaa5bec3c96ed0f2cd2f4bf86d0ebac27
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 19:03:51 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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 <s...@gentoo.org> (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 <hol...@applied-asynchrony.com> (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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>sa...@gentoo.org</email>
+               <name>Samba</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to