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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0FDC138334 for ; Sat, 31 Aug 2019 21:35:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99A59E099F; Sat, 31 Aug 2019 21:35:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E61DE099F for ; Sat, 31 Aug 2019 21:35:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7154D34A7A8 for ; Sat, 31 Aug 2019 21:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35681780 for ; Sat, 31 Aug 2019 21:35:37 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1567287295.43693c5bb6b94d25f07debba38ae861139f49737.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild X-VCS-Directories: net-analyzer/nagios-core/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 43693c5bb6b94d25f07debba38ae861139f49737 X-VCS-Branch: master Date: Sat, 31 Aug 2019 21:35:37 +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: b8c9ed32-8c35-4b06-9468-4e10db7d6230 X-Archives-Hash: df08db0fa8d6d6c3b51bc3869ff71d70 commit: 43693c5bb6b94d25f07debba38ae861139f49737 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Aug 31 20:39:16 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Aug 31 21:34:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43693c5b net-analyzer/nagios-core: add keepdirs to fix QA warnings. You will never convince me that warning about the correct behavior and forcing developers to manually affirm that it's correct is wise. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky gentoo.org> .../{nagios-core-4.4.5-r2.ebuild => nagios-core-4.4.5-r3.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild b/net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild similarity index 95% rename from net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild rename to net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild index 2fab4595e65..b6994129cef 100644 --- a/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild @@ -141,6 +141,12 @@ src_install() { # No INSTALL_OPTS used in install-commandmode, thankfully. emake DESTDIR="${D}" install-commandmode + # The build system installs these directories, but portage assumes + # that the build system doesn't know what it's doing so we have to + # keepdir them, too. I guess you'll have to manually re-check the + # upstream build system forever to see if this is still necessary. + keepdir /var/lib/nagios{,/archives,/rw,/spool,/spool/checkresults} + if use web; then # There is no way to install the CGIs unstripped from the # top-level makefile, so descend into cgi/ here. The empty