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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E3E9158090 for ; Fri, 13 May 2022 20:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93320E0900; Fri, 13 May 2022 20:04:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 75418E0900 for ; Fri, 13 May 2022 20:04:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BF92341ACC for ; Fri, 13 May 2022 20:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7FA4464 for ; Fri, 13 May 2022 20:04:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652472215.54d6b965bc03481d743a874991ce4072a3a7d37b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/openldap/openldap-2.4.57-r2.ebuild net-nds/openldap/openldap-2.4.58-r2.ebuild net-nds/openldap/openldap-2.4.59-r2.ebuild net-nds/openldap/openldap-2.5.4-r1.ebuild net-nds/openldap/openldap-2.6.1-r1.ebuild X-VCS-Directories: net-nds/openldap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 54d6b965bc03481d743a874991ce4072a3a7d37b X-VCS-Branch: master Date: Fri, 13 May 2022 20:04:12 +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: 58d8f004-6a14-4f47-b699-898f984d3c21 X-Archives-Hash: b352c108356a11b4aa55e9082043a1d0 commit: 54d6b965bc03481d743a874991ce4072a3a7d37b Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Apr 20 20:13:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 13 20:03:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d6b965 net-nds/openldap: [QA] eend without argument Remove the lone eend, and change the ebegin to einfo. Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Signed-off-by: Sam James gentoo.org> net-nds/openldap/openldap-2.4.57-r2.ebuild | 3 +-- net-nds/openldap/openldap-2.4.58-r2.ebuild | 3 +-- net-nds/openldap/openldap-2.4.59-r2.ebuild | 3 +-- net-nds/openldap/openldap-2.5.4-r1.ebuild | 3 +-- net-nds/openldap/openldap-2.6.1-r1.ebuild | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/net-nds/openldap/openldap-2.4.57-r2.ebuild b/net-nds/openldap/openldap-2.4.57-r2.ebuild index 6071ea4e4bfc..5ec8d89d34fe 100644 --- a/net-nds/openldap/openldap-2.4.57-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.57-r2.ebuild @@ -749,7 +749,7 @@ multilib_src_install() { configfile="${ED}"/etc/openldap/slapd.conf # populate with built backends - ebegin "populate config with built backends" + einfo "populate config with built backends" for x in "${ED}"/usr/$(get_libdir)/openldap/openldap/back_*.so; do einfo "Adding $(basename ${x})" sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" || die @@ -758,7 +758,6 @@ multilib_src_install() { use prefix || fowners root:ldap /etc/openldap/slapd.conf fperms 0640 /etc/openldap/slapd.conf cp "${configfile}" "${configfile}".default || die - eend # install our own init scripts and systemd unit files einfo "Install init scripts" diff --git a/net-nds/openldap/openldap-2.4.58-r2.ebuild b/net-nds/openldap/openldap-2.4.58-r2.ebuild index 8ecc781450b2..dda39f5339c0 100644 --- a/net-nds/openldap/openldap-2.4.58-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.58-r2.ebuild @@ -749,7 +749,7 @@ multilib_src_install() { configfile="${ED}"/etc/openldap/slapd.conf # populate with built backends - ebegin "populate config with built backends" + einfo "populate config with built backends" for x in "${ED}"/usr/$(get_libdir)/openldap/openldap/back_*.so; do einfo "Adding $(basename ${x})" sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" || die @@ -758,7 +758,6 @@ multilib_src_install() { use prefix || fowners root:ldap /etc/openldap/slapd.conf fperms 0640 /etc/openldap/slapd.conf cp "${configfile}" "${configfile}".default || die - eend # install our own init scripts and systemd unit files einfo "Install init scripts" diff --git a/net-nds/openldap/openldap-2.4.59-r2.ebuild b/net-nds/openldap/openldap-2.4.59-r2.ebuild index 25141776f10a..0aca184d6849 100644 --- a/net-nds/openldap/openldap-2.4.59-r2.ebuild +++ b/net-nds/openldap/openldap-2.4.59-r2.ebuild @@ -749,7 +749,7 @@ multilib_src_install() { configfile="${ED}"/etc/openldap/slapd.conf # populate with built backends - ebegin "populate config with built backends" + einfo "populate config with built backends" for x in "${ED}"/usr/$(get_libdir)/openldap/openldap/back_*.so; do einfo "Adding $(basename ${x})" sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" || die @@ -758,7 +758,6 @@ multilib_src_install() { use prefix || fowners root:ldap /etc/openldap/slapd.conf fperms 0640 /etc/openldap/slapd.conf cp "${configfile}" "${configfile}".default || die - eend # install our own init scripts and systemd unit files einfo "Install init scripts" diff --git a/net-nds/openldap/openldap-2.5.4-r1.ebuild b/net-nds/openldap/openldap-2.5.4-r1.ebuild index 53daba349ce5..8304dd4e70f1 100644 --- a/net-nds/openldap/openldap-2.5.4-r1.ebuild +++ b/net-nds/openldap/openldap-2.5.4-r1.ebuild @@ -681,7 +681,7 @@ multilib_src_install() { configfile="${ED}"/etc/openldap/slapd.conf # populate with built backends - ebegin "populate config with built backends" + einfo "populate config with built backends" for x in "${ED}"/usr/$(get_libdir)/openldap/openldap/back_*.so; do einfo "Adding $(basename ${x})" sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" || die @@ -690,7 +690,6 @@ multilib_src_install() { use prefix || fowners root:ldap /etc/openldap/slapd.conf fperms 0640 /etc/openldap/slapd.conf cp "${configfile}" "${configfile}".default || die - eend # install our own init scripts and systemd unit files einfo "Install init scripts" diff --git a/net-nds/openldap/openldap-2.6.1-r1.ebuild b/net-nds/openldap/openldap-2.6.1-r1.ebuild index 2bb87baa4aa0..1223fd163d99 100644 --- a/net-nds/openldap/openldap-2.6.1-r1.ebuild +++ b/net-nds/openldap/openldap-2.6.1-r1.ebuild @@ -648,7 +648,7 @@ multilib_src_install() { configfile="${ED}"/etc/openldap/slapd.conf # populate with built backends - ebegin "populate config with built backends" + einfo "populate config with built backends" for x in "${ED}"/usr/$(get_libdir)/openldap/openldap/back_*.so; do einfo "Adding $(basename ${x})" sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" || die @@ -657,7 +657,6 @@ multilib_src_install() { use prefix || fowners root:ldap /etc/openldap/slapd.conf fperms 0640 /etc/openldap/slapd.conf cp "${configfile}" "${configfile}".default || die - eend $? # install our own init scripts and systemd unit files einfo "Install init scripts"