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 A3077138359 for ; Sat, 25 Jul 2020 10:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B47E5E0898; Sat, 25 Jul 2020 10:28:14 +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 955C3E0898 for ; Sat, 25 Jul 2020 10:28:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9573334F299 for ; Sat, 25 Jul 2020 10:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F79627F for ; Sat, 25 Jul 2020 10:28:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1595672891.40916c7137450704f28a0d4449291a9a9c7cb3bc.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagtrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild X-VCS-Directories: net-analyzer/nagtrap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 40916c7137450704f28a0d4449291a9a9c7cb3bc X-VCS-Branch: master Date: Sat, 25 Jul 2020 10:28: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: 7efe2d59-ab04-4c30-b0fb-067a526825c4 X-Archives-Hash: b45ed6a5148b286b3e4a92d030921c03 commit: 40916c7137450704f28a0d4449291a9a9c7cb3bc Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jul 25 10:26:11 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jul 25 10:28:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40916c71 net-analyzer/nagtrap: Fix net-analyzer/snmptt dependency nagtrap "magically" depended on net-analyzer/snmptt[mysql] which then magically pulled in virtual/mysql as run-time dependency without actually changing what snmptt installed itself. Neither explicit dependency was ever required. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild index a287f19e46b..203d35be9af 100644 --- a/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild +++ b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ IUSE="" DEPEND="virtual/httpd-php" RDEPEND="dev-lang/php[mysql] - net-analyzer/snmptt[mysql] + net-analyzer/snmptt net-analyzer/nagios-core virtual/httpd-php" @@ -26,7 +26,7 @@ src_install() { fperms 640 "${D}"/usr/share/nagtrap/nagtrap/etc/config.ini.php-dist sed -i -e 's#use lib.*#use lib "/usr/lib/nagios/plugins";#g' \ - plugin/check_snmptraps.pl || die "sed failed" + plugin/check_snmptraps.pl || die "sed failed" insinto /usr/$(get_libdir)/nagios/plugins insopts -m 750 -g nagios