From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1339324-garchives=archives.gentoo.org@lists.gentoo.org>
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 55D1D158086
	for <garchives@archives.gentoo.org>; Sun, 14 Nov 2021 00:32:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9100BE0A59;
	Sun, 14 Nov 2021 00:32:46 +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 A249AE0A59
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:32:43 +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 0B5623433DD
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:32:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DBB1AA
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:32:39 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1636849957.178f637bd8d32e75f81c892d3036533f6c80c181.robbat2@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/puppet/puppet-7.11.0.ebuild app-admin/puppet/puppet-7.12.0.ebuild
X-VCS-Directories: app-admin/puppet/
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: 178f637bd8d32e75f81c892d3036533f6c80c181
X-VCS-Branch: master
Date: Sun, 14 Nov 2021 00:32:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e93a453c-7041-4e64-ba88-3da1a07c6671
X-Archives-Hash: 2edf99017d0f6f2d9d65078a3e5aa3a6

commit:     178f637bd8d32e75f81c892d3036533f6c80c181
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 00:32:17 2021 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:32:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178f637b

app-admin/puppet: build fix as upstream removed ext/ldap/puppet.schema

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 app-admin/puppet/puppet-7.11.0.ebuild | 5 -----
 app-admin/puppet/puppet-7.12.0.ebuild | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/app-admin/puppet/puppet-7.11.0.ebuild b/app-admin/puppet/puppet-7.11.0.ebuild
index af78e821602..7c99390fd0f 100644
--- a/app-admin/puppet/puppet-7.11.0.ebuild
+++ b/app-admin/puppet/puppet-7.11.0.ebuild
@@ -103,11 +103,6 @@ all_ruby_install() {
 	fowners -R :puppet /etc/puppetlabs
 	fowners -R :puppet /var/lib/puppet
 
-	if use ldap ; then
-		insinto /etc/openldap/schema
-		doins ext/ldap/puppet.schema
-	fi
-
 	# ext and examples files
 	for f in $(find ext examples -type f) ; do
 		docinto "$(dirname ${f})"

diff --git a/app-admin/puppet/puppet-7.12.0.ebuild b/app-admin/puppet/puppet-7.12.0.ebuild
index e4dadb18fe5..ef1c62f3e35 100644
--- a/app-admin/puppet/puppet-7.12.0.ebuild
+++ b/app-admin/puppet/puppet-7.12.0.ebuild
@@ -103,11 +103,6 @@ all_ruby_install() {
 	fowners -R :puppet /etc/puppetlabs
 	fowners -R :puppet /var/lib/puppet
 
-	if use ldap ; then
-		insinto /etc/openldap/schema
-		doins ext/ldap/puppet.schema
-	fi
-
 	# ext and examples files
 	for f in $(find ext examples -type f) ; do
 		docinto "$(dirname ${f})"