diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /virtual/ldb | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'virtual/ldb')
| -rw-r--r-- | virtual/ldb/ldb-2.10.0.ebuild | 11 | ||||
| -rw-r--r-- | virtual/ldb/ldb-2.11.0.ebuild | 11 | ||||
| -rw-r--r-- | virtual/ldb/ldb-2.9.2.ebuild | 11 | ||||
| -rw-r--r-- | virtual/ldb/metadata.xml | 9 |
4 files changed, 42 insertions, 0 deletions
diff --git a/virtual/ldb/ldb-2.10.0.ebuild b/virtual/ldb/ldb-2.10.0.ebuild new file mode 100644 index 000000000000..568d14f3777c --- /dev/null +++ b/virtual/ldb/ldb-2.10.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024-2025 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 ~sparc x86" + +RDEPEND="net-fs/samba:${SLOT}" diff --git a/virtual/ldb/ldb-2.11.0.ebuild b/virtual/ldb/ldb-2.11.0.ebuild new file mode 100644 index 000000000000..2d385749e9e4 --- /dev/null +++ b/virtual/ldb/ldb-2.11.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024-2026 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.11.0" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" + +RDEPEND="net-fs/samba:${SLOT}" diff --git a/virtual/ldb/ldb-2.9.2.ebuild b/virtual/ldb/ldb-2.9.2.ebuild new file mode 100644 index 000000000000..ae106115a40a --- /dev/null +++ b/virtual/ldb/ldb-2.9.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 2024-2025 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.2" +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..5debf3cb99b2 --- /dev/null +++ b/virtual/ldb/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>samba@gentoo.org</email> + <name>Samba</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
