commit:     4a2a1bf480b78c711573dc4d5960768e2648c76c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 13:23:54 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 13:24:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2a1bf4

net-analyzer/nagios: new metapackage version to pull in nagios-core-4.2.1.

Gentoo-Bug: 595194

Package-Manager: portage-2.2.28

 net-analyzer/nagios/nagios-4.2.1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild 
b/net-analyzer/nagios/nagios-4.2.1.ebuild
new file mode 100644
index 00000000..cdcde9c
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )"
+
+pkg_postrm() {
+       elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
+       elog "To remove it completely, use emerge --depclean."
+}

Reply via email to