summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sec-policy/selinux-nagios')
-rw-r--r--sec-policy/selinux-nagios/ChangeLog8
-rw-r--r--sec-policy/selinux-nagios/selinux-nagios-2.20141203-r1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/sec-policy/selinux-nagios/ChangeLog b/sec-policy/selinux-nagios/ChangeLog
index a454c8ae7432..0d831937fcef 100644
--- a/sec-policy/selinux-nagios/ChangeLog
+++ b/sec-policy/selinux-nagios/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sec-policy/selinux-nagios
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.53 2014/11/27 09:58:52 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/ChangeLog,v 1.54 2014/12/07 11:49:51 perfinion Exp $
+
+*selinux-nagios-2.20141203-r1 (07 Dec 2014)
+
+ 07 Dec 2014; Jason Zaman <perfinion@gentoo.org>
+ +selinux-nagios-2.20141203-r1.ebuild:
+ Release of 2.20141203-r1
27 Nov 2014; Sven Vermeulen <swift@gentoo.org> selinux-nagios-9999.ebuild:
Do not pull in DEPEND in RDEPEND unnecessary
diff --git a/sec-policy/selinux-nagios/selinux-nagios-2.20141203-r1.ebuild b/sec-policy/selinux-nagios/selinux-nagios-2.20141203-r1.ebuild
new file mode 100644
index 000000000000..577b4970ea2b
--- /dev/null
+++ b/sec-policy/selinux-nagios/selinux-nagios-2.20141203-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-nagios/selinux-nagios-2.20141203-r1.ebuild,v 1.1 2014/12/07 11:49:51 perfinion Exp $
+EAPI="5"
+
+IUSE=""
+MODS="nagios"
+
+inherit selinux-policy-2
+
+DESCRIPTION="SELinux policy for nagios"
+
+if [[ $PV == 9999* ]] ; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+DEPEND="${DEPEND}
+ sec-policy/selinux-apache
+"
+RDEPEND="${RDEPEND}
+ sec-policy/selinux-apache
+"