From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 410C21580F6 for ; Mon, 19 May 2025 17:36:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2C3C2340CC9 for ; Mon, 19 May 2025 17:36:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 29D7B1103DD; Mon, 19 May 2025 17:36:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 1AFFA1103DD for ; Mon, 19 May 2025 17:36:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AB68340CC9 for ; Mon, 19 May 2025 17:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ED31153E for ; Mon, 19 May 2025 17:36:13 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1747676160.7e81adbc7101ee84e27b5f25e7f31f5d14839d88.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.63-r2.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7e81adbc7101ee84e27b5f25e7f31f5d14839d88 X-VCS-Branch: master Date: Mon, 19 May 2025 17:36:13 +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: fdd647c7-e908-40b7-a79d-427333b8c0c9 X-Archives-Hash: 8e9b1af6c235218f3540060739d500e0 commit: 7e81adbc7101ee84e27b5f25e7f31f5d14839d88 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 19 12:53:19 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 19 17:36:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e81adbc www-servers/apache: avoid QA notice for empty dirs Closes: https://bugs.gentoo.org/954279 Signed-off-by: Hans de Graaff gentoo.org> www-servers/apache/apache-2.4.63-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-servers/apache/apache-2.4.63-r2.ebuild b/www-servers/apache/apache-2.4.63-r2.ebuild index 53d6656cc74d..28f25d045f99 100644 --- a/www-servers/apache/apache-2.4.63-r2.ebuild +++ b/www-servers/apache/apache-2.4.63-r2.ebuild @@ -193,6 +193,9 @@ src_install() { rm "${ED}"/${i} || die "Failed to prune apache-tools bits" done + # Clean up empty directories created by the apache install system + rmdir "${ED}"/var/{run,www} || die + dobin support/apxs # Note: wait for mod_systemd to be included in some forthcoming release,