From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 158991384C1 for ; Mon, 31 Aug 2015 14:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE91C141E9; Mon, 31 Aug 2015 14:44:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 270FD141E9 for ; Mon, 31 Aug 2015 14:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4551534086E for ; Mon, 31 Aug 2015 14:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61C017E for ; Mon, 31 Aug 2015 14:44:07 +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: <1441032238.adfb160304979740dcdf284ec05e4e18c0d8c854.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-plugins/metadata.xml net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild X-VCS-Directories: net-analyzer/nagios-plugins/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: adfb160304979740dcdf284ec05e4e18c0d8c854 X-VCS-Branch: master Date: Mon, 31 Aug 2015 14:44:07 +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-Archives-Salt: d9fd7a8a-ba7f-4515-9055-4ffe4f41df09 X-Archives-Hash: 0cae767a29625105bfbde4f2b48940c2 commit: adfb160304979740dcdf284ec05e4e18c0d8c854 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Aug 31 14:36:59 2015 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Aug 31 14:43:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfb1603 net-analyzer/nagios-plugins: revbump to add selinux support. The plugins have their labels set by sec-policy/selinux-nagios, so that has been added to RDEPEND (conditional on the new USE flag). Thanks to Sven Vermeulen for the fix. Bug: 554964 Package-Manager: portage-2.2.20.1 net-analyzer/nagios-plugins/metadata.xml | 5 +++++ .../{nagios-plugins-2.1.1.ebuild => nagios-plugins-2.1.1-r1.ebuild} | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-plugins/metadata.xml b/net-analyzer/nagios-plugins/metadata.xml index 924971a..89d2fa5 100644 --- a/net-analyzer/nagios-plugins/metadata.xml +++ b/net-analyzer/nagios-plugins/metadata.xml @@ -11,6 +11,11 @@ Chris Reffett Proxy maintainer. CC him on bugs. + + mjo@gentoo.org + Michael Orlitzky + Maintainer. CC him on bugs. + proxy-maintainers sysadmin diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild similarity index 96% rename from net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild index eb1b93e..f2d543f 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres samba snmp ssh +ssl" +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres samba selinux snmp ssh +ssl" # Most of the plugins use automagic dependencies, i.e. the plugin will # get built if the binary it uses is installed. For example, check_snmp @@ -41,7 +41,8 @@ DEPEND="${REAL_DEPEND} # Basically everything collides with nagios-plugins. RDEPEND="${DEPEND} - !net-analyzer/monitoring-plugins" + !net-analyzer/monitoring-plugins + selinux? ( sec-policy/selinux-nagios )" # At least one test is interactive. RESTRICT="test"