Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/
Date: Mon, 30 Jan 2023 09:04:50
Message-Id: 1675068976.a188e90d47b4e19a51bc231f139cb75d9174d140.flow@gentoo
1 commit: a188e90d47b4e19a51bc231f139cb75d9174d140
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 08:54:00 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 08:56:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a188e90d
7
8 net-nds/389-ds-base: remove slotting
9
10 Closes: https://bugs.gentoo.org/835617
11 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
12
13 .../{389-ds-base-1.4.4.19-r3.ebuild => 389-ds-base-1.4.4.19-r4.ebuild} | 2 +-
14 .../{389-ds-base-2.1.0-r3.ebuild => 389-ds-base-2.1.0-r4.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild
18 similarity index 99%
19 rename from net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild
20 rename to net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild
21 index eab38b075ca6..f25141847a6c 100644
22 --- a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r3.ebuild
23 +++ b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild
24 @@ -123,7 +123,7 @@ HOMEPAGE="https://directory.fedoraproject.org/"
25 SRC_URI="https://github.com/389ds/${PN}/archive/refs/tags/${P}.tar.gz
26 $(cargo_crate_uris ${CRATES})"
27 LICENSE="GPL-3+ Apache-2.0 BSD MIT MPL-2.0"
28 -SLOT="$(ver_cut 1-2)/0"
29 +SLOT="0"
30 KEYWORDS="~amd64"
31 IUSE_PLUGINS="+accountpolicy +bitwise +dna +pam-passthru"
32 IUSE="${IUSE_PLUGINS} +autobind auto-dn-suffix debug doc +ldapi selinux systemd"
33
34 diff --git a/net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild
35 similarity index 99%
36 rename from net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild
37 rename to net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild
38 index 658d98ccd8a2..e595a4bb4e0a 100644
39 --- a/net-nds/389-ds-base/389-ds-base-2.1.0-r3.ebuild
40 +++ b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild
41 @@ -123,7 +123,7 @@ HOMEPAGE="https://directory.fedoraproject.org/"
42 SRC_URI="https://github.com/389ds/${PN}/archive/refs/tags/${P}.tar.gz
43 $(cargo_crate_uris ${CRATES})"
44 LICENSE="GPL-3+ Apache-2.0 BSD MIT MPL-2.0"
45 -SLOT="$(ver_cut 1-2)/0"
46 +SLOT="0"
47 KEYWORDS="~amd64 ~arm64"
48 IUSE_PLUGINS="+accountpolicy +bitwise +dna +pam-passthru"
49 IUSE="${IUSE_PLUGINS} +autobind auto-dn-suffix debug doc +ldapi selinux systemd"