diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-08-30 19:50:29 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-08-30 19:50:48 -0400 |
commit | 14a647be4c461c1f5ecebd383eb4596bda2721d5 (patch) | |
tree | 25c956d141119e2e8e3e42cd501d649432791375 /net-analyzer/nagios/nagios-4.3.4.ebuild | |
parent | profiles: mask the forthcoming net-analyzer/nagios-4.3.4 metapackage. (diff) | |
download | gentoo-14a647be4c461c1f5ecebd383eb4596bda2721d5.tar.gz gentoo-14a647be4c461c1f5ecebd383eb4596bda2721d5.tar.bz2 gentoo-14a647be4c461c1f5ecebd383eb4596bda2721d5.zip |
net-analyzer/nagios: new masked version 4.3.4 for testing.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/nagios/nagios-4.3.4.ebuild')
-rw-r--r-- | net-analyzer/nagios/nagios-4.3.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild new file mode 100644 index 000000000000..56f21be590af --- /dev/null +++ b/net-analyzer/nagios/nagios-4.3.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The Nagios metapackage" +HOMEPAGE="http://www.nagios.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~net-analyzer/nagios-core-${PV} + || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )" |