Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/
Date: Mon, 31 Aug 2015 14:44:12
Message-Id: 1441032238.adfb160304979740dcdf284ec05e4e18c0d8c854.mjo@gentoo
1 commit: adfb160304979740dcdf284ec05e4e18c0d8c854
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 14:36:59 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 14:43:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfb1603
7
8 net-analyzer/nagios-plugins: revbump to add selinux support.
9
10 The plugins have their labels set by sec-policy/selinux-nagios, so
11 that has been added to RDEPEND (conditional on the new USE
12 flag). Thanks to Sven Vermeulen for the fix.
13
14 Bug: 554964
15
16 Package-Manager: portage-2.2.20.1
17
18 net-analyzer/nagios-plugins/metadata.xml | 5 +++++
19 .../{nagios-plugins-2.1.1.ebuild => nagios-plugins-2.1.1-r1.ebuild} | 5 +++--
20 2 files changed, 8 insertions(+), 2 deletions(-)
21
22 diff --git a/net-analyzer/nagios-plugins/metadata.xml b/net-analyzer/nagios-plugins/metadata.xml
23 index 924971a..89d2fa5 100644
24 --- a/net-analyzer/nagios-plugins/metadata.xml
25 +++ b/net-analyzer/nagios-plugins/metadata.xml
26 @@ -11,6 +11,11 @@
27 <name>Chris Reffett</name>
28 <description>Proxy maintainer. CC him on bugs.</description>
29 </maintainer>
30 + <maintainer>
31 + <email>mjo@g.o</email>
32 + <name>Michael Orlitzky</name>
33 + <description>Maintainer. CC him on bugs.</description>
34 + </maintainer>
35 <herd>proxy-maintainers</herd>
36 <herd>sysadmin</herd>
37 <use>
38
39 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
40 similarity index 96%
41 rename from net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild
42 rename to net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild
43 index eb1b93e..f2d543f 100644
44 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild
45 +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild
46 @@ -13,7 +13,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz"
47 LICENSE="GPL-2"
48 SLOT="0"
49 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
50 -IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres samba snmp ssh +ssl"
51 +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres samba selinux snmp ssh +ssl"
52
53 # Most of the plugins use automagic dependencies, i.e. the plugin will
54 # get built if the binary it uses is installed. For example, check_snmp
55 @@ -41,7 +41,8 @@ DEPEND="${REAL_DEPEND}
56
57 # Basically everything collides with nagios-plugins.
58 RDEPEND="${DEPEND}
59 - !net-analyzer/monitoring-plugins"
60 + !net-analyzer/monitoring-plugins
61 + selinux? ( sec-policy/selinux-nagios )"
62
63 # At least one test is interactive.
64 RESTRICT="test"